Skip to content

Commit ab863b6

Browse files
author
proggaras
committed
Deye 3phase power switch renamed to Inverter enabled
1 parent 4fea98a commit ab863b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sunsynk/definitions/three_phase_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
# Settings
200200
###########
201201
SENSORS += (
202-
SwitchRWSensor(80, "Inverter Power", on=1), # 0=off, 1=on
202+
SwitchRWSensor(80, "Inverter enabled", on=1), # 0=off, 1=on
203203
NumberRWSensor(128, "Grid Charge Battery current", AMPS, max=240),
204204
NumberRWSensor(127, "Grid Charge Start Battery SOC", "%"),
205205
SwitchRWSensor(130, "Grid Charge enabled", on=1),

0 commit comments

Comments
 (0)