On my inverter I am getting the following errors, when debugging SungrowMdbusWebClient in http mode. I have reduced it down to a websocat repro: (first JSON line is input to inverter, second line is output)
$ websocat ws://192.168.0.2:8082/ws/home/overview
{"lang": "en_us", "token": "**********", "service":"devicelist", "type": "0", "is_check_token": "0"}
{"result_code":401, "result_msg":"I18N_COMMON_INTER_ABNORMAL", "result_data":{"service":"devicelist"}}
I can't find any info on this error message - is this 401 error a HTTP status error standard, or something entirely different? Has anyone seen this before?
On my inverter I am getting the following errors, when debugging SungrowMdbusWebClient in
httpmode. I have reduced it down to awebsocatrepro: (first JSON line is input to inverter, second line is output)I can't find any info on this error message - is this 401 error a HTTP status error standard, or something entirely different? Has anyone seen this before?