File tree Expand file tree Collapse file tree
solar_inverters/sma_sunny_boy_v3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,9 +80,11 @@ telemetry:
8080 enum :
8181 " off " :
8282 display_name : " Off"
83+ color : purple-lighter
8384 description : Inverter is switched off
8485 standby :
8586 display_name : Standby
87+ color : blue
8688 description : |
8789 Inverter is in standby mode waiting for startup conditions.
8890 Examples:
@@ -91,15 +93,19 @@ telemetry:
9193 - External control signal forcing standby
9294 starting :
9395 display_name : Starting
96+ color : pink-light
9497 description : Inverter is going through startup procedure
9598 operating :
9699 display_name : Operating
100+ color : cyan
97101 description : Inverter is actively producing power
98102 shutting_down :
99103 display_name : Shutting Down
104+ color : pink-light
100105 description : Inverter is going through shutdown procedure
101106 fault :
102107 display_name : Fault
108+ color : red
103109 description : Inverter has detected a fault and is not operating
104110 health :
105111 display_name : Health Status
You canβt perform that action at this time.
0 commit comments