Add register 80 to turn the inverter off #373
Replies: 3 comments
-
That definition seems ok, you can also specify a on&off value if this is different from the defaults In my modbus docs, register 80 is something else (single phase) |
Beta Was this translation helpful? Give feedback.
-
In lovelace , add card... BUT.... as @kellerza mentioned.... make sure you have the correct address |
Beta Was this translation helpful? Give feedback.
-
I have SUN-12K-SG04LP3-EU. In my case I am not able to select Single or 3 phase inverter in HomeAssistant. It always goes to single phase no matter what I have selected. If the registry |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'd like to add the register 80 (decimal) as a custom sensor, and use it like a "switch" at Home Assistant.
Can anyone help me. How can I do it?
Thank you very much
`
from sunsynk.rwsensors import SwitchRWSensor
SENSORS += SwitchRWSensor(80, "Turn inverter Standby")
`
Do I miss anything?
Beta Was this translation helpful? Give feedback.
All reactions