Browse Source

Merge 04cff8525a into c4fe30f118

pull/1896/merge
xX-nichtlachen-Xx 6 days ago
committed by GitHub
parent
commit
1abb1d013d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      tools/rpi/hoymiles/decoders/__init__.py

1
tools/rpi/hoymiles/decoders/__init__.py

@ -268,6 +268,7 @@ class EventsResponse(UnknownResponse):
147: 'Power grid outage', # 0x93 147: 'Power grid outage', # 0x93
148: 'Grid disconnection', # 0x94 148: 'Grid disconnection', # 0x94
149: 'Island detected', # 0x95 149: 'Island detected', # 0x95
151: 'Severe grid wave distortion', # 0x97
205: 'Input port 1 & 2 overvoltage', # 0xCD 205: 'Input port 1 & 2 overvoltage', # 0xCD
206: 'Input port 3 & 4 overvoltage', # 0xCE 206: 'Input port 3 & 4 overvoltage', # 0xCE
207: 'Input port 1 & 2 undervoltage', # 0xCF 207: 'Input port 1 & 2 undervoltage', # 0xCF

Loading…
Cancel
Save