-
Notifications
You must be signed in to change notification settings - Fork 98
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
Battery SoC Reserve is send in % #45
Comments
I can confirm it. Setting By the way, do somebody know how to enable or disable the backup mode at all? In the iSolarApp settings menu I can Enable or Disable it but don't see a way to do it with HA. |
- Fixed SoC reserve (dylan09, #45) (modbus reg value and corresponding automation) - minor code beautifications (unique_ids for template sensors and put "binary sensors" below "template sensors" (apparently the new, prefered HA style)
incorporated your changes in c2fd053 thanks! I also would like to know, how to enable the backup stuff (still have not rewired anything to have something useful at the backup ports) |
As stated by @mkaiser backup mode is to power some loads from battery and inverter in case of grid blackout. So I think a rename of the sensor would make it a little bit clearer whats the meaning of the value. |
For me I have changed the 'EMS mode' dropdown and automation a little bit. I have removed |
But be careful. If you select |
First you have to connect your backup loads to the inverter. After that change Common Parameter Settings -> Power Control -> Backup Mode (No. 3) to Enable in iSolarCloud (maybe could also be changed in the App with local access). To test if everything works you could switch off the AC circuit breaker or RCD in "front of" the inverter. |
In my case I would like to command the inverter to use battery power ONLY, even if grid is available. In this case the inverter would try to discharge the battery at varying rate, equal to total consumption (so power on meter is zero). |
You are describing the default "Self consumption mode" here
If I remember correctly, there are some modbus registers to program the time windows for charge / discharge. But I don't see a point in doing this "time static" stuff within this integration. snippet from
See #38 2.) I guess I can close this issue now. Thanks again to dylan09 and ViktorReinhold |
The value of reg 13100
Reserved SOC for backup
is send as x %. You have defined it withscale: 0.1
.Should be
scale: 1
. Maybe a typo or related to copy & paste.And the automation for setting the value should be modified.
Should also fix the value range error reported for this sensor in #35
The text was updated successfully, but these errors were encountered: