aaelex
Members
-
Joined
-
Last visited
Reputation Activity
-
aaelex reacted to kellerza in Home Assistant Inverter Integration OptionsNext time if it fails, take a snapshot of the log BEFORE you restart it and post it on the sunsynk github repo as a fault
A PR is fairly easy, and you first step to help build something that you & hopefully others can use!. In your case it's a single line to the definitions.py file
-
aaelex reacted to kellerza in Home Assistant Inverter Integration OptionsIf you have power outages in this forum you are doing something wrong!
Best is to look at the log, but it should print an error and wait for 30 seconds before it exits (and the watchdog restarts). Unplug the Pi/restarts your router to test this.
See https://kellerza.github.io/sunsynk/reference/mysensors for the imports, then you probably need
SENSORS += MathSensor((186, 187), "PV power", WATT, factors=(1, 1)) - if this works, feel free to create a PR on the repo
-
aaelex got a reaction from kellerza in Home Assistant Inverter Integration OptionsDoh, my fault for trying to digest stuff at ungodly hours of the morning and not following up properly.
Thanks a bunch for the pointer again, let me look into that, makes way more sense to me!
-
aaelex reacted to kellerza in Home Assistant Inverter Integration OptionsRTFM 😉
https://kellerza.github.io/sunsynk/guide/deployment-options https://kellerza.github.io/sunsynk/reference/multi-options#inverters -
aaelex reacted to slipx in Home Assistant Sunsynk Power Flow Card and DashboardI've made a small update to the Dashboard. The load shedding card shows remaining time based on battery SOC and battery power. You will need to create some template sensors as discussed here and provided in the github repo