mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-27 13:17:11 +02:00
Change alarm code 2
Seems that alarm code 2 appears on failed commands
This commit is contained in:
parent
e4eebb67e4
commit
e473583a55
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ class EventsResponse(UnknownResponse):
|
||||||
|
|
||||||
alarm_codes = {
|
alarm_codes = {
|
||||||
1: 'Inverter start',
|
1: 'Inverter start',
|
||||||
2: 'Producing power',
|
2: 'DTU command failed',
|
||||||
121: 'Over temperature protection',
|
121: 'Over temperature protection',
|
||||||
125: 'Grid configuration parameter error',
|
125: 'Grid configuration parameter error',
|
||||||
126: 'Software error code 126',
|
126: 'Software error code 126',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue