mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-04 00:48:24 +02:00
RPi:crash when using additional InfoCommands
Python goes in crash, when using an other InfoCommend i.e. uncomment line 178 of __main__.py
This commit is contained in:
parent
dbb352801e
commit
9331d9197b
3 changed files with 6 additions and 4 deletions
|
@ -183,6 +183,8 @@ class ResponseDecoder(ResponseDecoderFactory):
|
|||
model_desc = "Firmware version / date"
|
||||
elif command.upper() == '02':
|
||||
model_desc = "Inverter generic events log"
|
||||
elif command.upper() == '05':
|
||||
model_desc = "Inverter generic SystemConfigPara"
|
||||
elif command.upper() == '0B':
|
||||
model_desc = "mirco-inverters status data"
|
||||
elif command.upper() == '0C':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue