-
|
Hi I have Predbat add-on installed in HA. In the apps tab I can see Reserve keeps getting set to sensor.predbat_SK_0_reserve = 3.22% which is incorrect but in apps.yaml I have reserve: - number.inverter_sunsynk_battery_capacity_shutdown I have no errors in the logs - help ! Apps.yaml |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
the predbat_SK sensor is a dummy sensor predbat has created to manage battery reserve because the Predbat definition of a Sunsynk inverter is that it doesn't have a reserve setting (hence the Predbat dummy entity). The reserve line in the template apps.yaml is commented out because of this. If predbat is going to control your inverter reserve then it needs a sensor it can read and write to, a number.xxxx is read only I believe |
Beta Was this translation helpful? Give feedback.
-
|
I'm using slipx06/Sunsynk-Home-Assistant-Dash ESPHome-1P-Sunsynk-Deye.yaml with my ESP32&RS485. I have updated it to set number: for inverter_sunsynk_battery_capacity_shutdown and tested write works by works changing in the HA ESP32 web gui and validating the change in the sunsunk web app. Should I be using an alternate template to SK ? or remove number.inverter_sunsynk_battery_capacity_shutdown from app/yaml |
Beta Was this translation helpful? Give feedback.
the predbat_SK sensor is a dummy sensor predbat has created to manage battery reserve because the Predbat definition of a Sunsynk inverter is that it doesn't have a reserve setting (hence the Predbat dummy entity).
The reserve line in the template apps.yaml is commented out because of this.
If predbat is going to control your inverter reserve then it needs a sensor it can read and write to, a number.xxxx is read only I believe