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:
Knuti_in_Paese 2023-07-17 19:25:24 +02:00
parent dbb352801e
commit 9331d9197b
3 changed files with 6 additions and 4 deletions

View file

@ -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':