Add register 80 to turn the inverter off #373
Replies: 2 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.
-
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