sincze / Domoticz-Growatt-Webserver-Plugin

16 stars 10 forks source link

Call to function 'onMessage' failed #32

Closed RolandTalstra closed 1 year ago

RolandTalstra commented 1 year ago

Since 15/11 i'm receiving any data anymore,. The log shows

2022-11-20 12:11:35.192 Error: Growatt : Call to function 'onMessage' failed, exception details: 2022-11-20 12:11:35.194 Error: Growatt : Traceback (most recent call last): 2022-11-20 12:11:35.194 Error: Growatt : File "/home/pi/domoticz/plugins/domoticz-growatt-webserver-pvoutput-plugin/plugin.py", line 276, in onMessage 2022-11-20 12:11:35.194 Error: Growatt : _plugin.onMessage(Connection, Data) 2022-11-20 12:11:35.194 Error: Growatt : File "/home/pi/domoticz/plugins/domoticz-growatt-webserver-pvoutput-plugin/plugin.py", line 173, in onMessage 2022-11-20 12:11:35.194 Error: Growatt : apiResponse = json.loads(strData) 2022-11-20 12:11:35.194 Error: Growatt : File "/usr/lib/python3.7/json/init.py", line 348, in loads 2022-11-20 12:11:35.194 Error: Growatt : return _default_decoder.decode(s) 2022-11-20 12:11:35.194 Error: Growatt : File "/usr/lib/python3.7/json/decoder.py", line 337, in decode 2022-11-20 12:11:35.194 Error: Growatt : obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2022-11-20 12:11:35.194 Error: Growatt : File "/usr/lib/python3.7/json/decoder.py", line 355, in raw_decode 2022-11-20 12:11:35.194 Error: Growatt : raise JSONDecodeError("Expecting value", s, err.value) from None 2022-11-20 12:11:35.194 Error: Growatt : json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

sincze commented 1 year ago

Without knowing your Domoticz version I honestly have no clue. image

Did you try the current version ?

RolandTalstra commented 1 year ago

Agreed and apologies. This is very limited information

I just reinstalled and don't seem to get errors in the log. I"ll see what tomorrow brings, and report back then.

Tnx for the response.

sincze commented 1 year ago

You're welcome. I noticed some errors with users switching to 2022.2 version of Domoticz.

RolandTalstra commented 1 year ago

Was login error on my side :| . Sorry to have bothered you with it.

sincze commented 1 year ago

No Problem