Add register 80 to turn the inverter off #373
Unanswered
ap20132022
asked this question in
Q&A
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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