Skip to content

Commit 5b9ca84

Browse files
author
proggaras
committed
Deye single phase fix
1 parent ab863b6 commit 5b9ca84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sunsynk/definitions/single_phase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
# Settings
165165
###########
166166
SENSORS += (
167-
SwitchRWSensor(43, "Inverter Power", on=1), # 0=off, 1=on
167+
SwitchRWSensor(43, "Inverter enabled", on=1), # 0=off, 1=on
168168
Sensor(200, "Control Mode"),
169169
SwitchRWSensor(232, "Grid Charge enabled", "", bitmask=1),
170170
SelectRWSensor(

0 commit comments

Comments
 (0)