Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write of values back to Gen24 not functional #1

Open
pipsoft opened this issue Mar 7, 2022 · 0 comments
Open

Write of values back to Gen24 not functional #1

pipsoft opened this issue Mar 7, 2022 · 0 comments

Comments

@pipsoft
Copy link

pipsoft commented Mar 7, 2022

I was able to understand and get most of the code going. I receive weather data, have values in the DB and I'm connected to the Gen24 able to receive values. But it seems I cannot write back value changes to the configuration registers:

Current chargeStart loaded from db: 2022-03-07 10:00:00
Is charge currently paused (0=no,1=yes,False=NotSet)? 0
Changed maxChargePercentage from: 10000 to 0.
Battery Stats: {'Battery_capa': 65108, 'Battery_SunspecID': 124, 'Battery_SoC': 570, 'Battery_Status': 4, 'BatteryChargeRate': 5120, 'BatteryMaxDischargePercent': 10000, 'BatteryMaxChargePercent': 10000, 'StorageControlMode': None}
Battery Stats: {'Battery_capa': 65108, 'Battery_SunspecID': 124, 'Battery_SoC': 570, 'Battery_Status': 4, 'BatteryChargeRate': 5120, 'BatteryMaxDischargePercent': 10000, 'BatteryMaxChargePercent': 10000, 'StorageControlMode': None}

"Wechselrichter-Steuerung über Modbus " is enabled. Something else, that I'm missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant