Skip to content

Commit

Permalink
Add operating_status (kellerza#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
qqwa committed Aug 16, 2023
1 parent 95b6fd6 commit fd6efad
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pysma/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@
l10n_translate=True,
enabled=False,
)

#: Operating status
operating_status = Sensor(
"6180_08412B00",
"operating_status",
path=JMESPATHS_TAG,
l10n_translate=True,
enabled=False,
)
# Status - Operation - Inverter
#: General operating status
inverter_condition = Sensor(
Expand Down Expand Up @@ -544,6 +551,7 @@
inverter_power_limit,
inverter_system_init,
operating_status_general,
operating_status,
power_l1,
power_l2,
power_l3,
Expand Down

0 comments on commit fd6efad

Please sign in to comment.