Skip to content

Commit

Permalink
fix: update huawei inverter status message
Browse files Browse the repository at this point in the history
  • Loading branch information
slipx06 committed Jan 27, 2024
1 parent df577af commit 4a0e1ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,16 @@ export const inverterStatusGroups = {
check: {states: ['5', 'check mode'], color: 'orange', message: localize('common.check')},
},
huawei: {
standby: {states: ['standby'], color: 'blue', message: localize('common.standby')},
selftest: {states: ['spot check'], color: 'yellow', message: localize('common.selftest')},
normal: {states: ['grid-connected, grid-connected normally'], color: 'green', message: localize('common.normal')},
shutdown: {states: ['shutdown'], color: 'red', message: localize('common.shutdown')},
normalstop: {states: ['normal stop'], color: 'yellow', message: localize('common.normalstop')},
standby: {states: ['Standby'], color: 'blue', message: localize('common.standby')},
selftest: {states: ['Spot check'], color: 'yellow', message: localize('common.selftest')},
normal: {states: ['Grid-Connected, Grid-Connected normally', 'Grid-Connected, Grid connection with derating due to power rationing'], color: 'green', message: localize('common.normal')},
shutdown: {states: ['Shutdown'], color: 'red', message: localize('common.shutdown')},
normalstop: {states: ['Normal stop'], color: 'yellow', message: localize('common.normalstop')},
alarm: {
states: ['grid-connected, grid connection with derating due to power rationing', 'grid-connected, grid connection with derating due to internal causes of the solar inverter'],
states: [`Grid-Connected, Grid connection with derating due to internal causes of the solar inverter` ],
color: 'orange', message: localize('common.alarm')
},
fault: {states: ['stop due to faults', 'stop due to power rationing'], color: 'red', message: localize('common.fault')},
fault: {states: ['Stop due to faults', 'Stop due to power rationing'], color: 'red', message: localize('common.fault')},
},
solis: {
normal: {
Expand Down

0 comments on commit 4a0e1ae

Please sign in to comment.