iobroker-community-adapters / ioBroker.shelly

Integrate your Shelly devices into ioBroker via MQTT or CoIoT
Other
158 stars 64 forks source link

Error Messeages since 6.0 with shelly plus 2 pm #640

Closed serpentes80 closed 2 years ago

serpentes80 commented 2 years ago

Shelly device

Shelly Plus 2 PM

Protocol (CoAP / MQTT)

MQTT

The problem

since v 6 i get spammed with following erors on every poll: iobroker is running in a docker instance

[httpIoBrokerState] Error for state shellyplus2pm#4855199b4a94#1.WiFi.apEnabled for 172.17.0.1 (shellyplus2pm / shellyplus2pm-4855199b4a94 / shellyplus2pm#4855199b4a94#1) "/rpc/WiFi.GetConfig": SyntaxError: Unexpected token < in JSON at position 0 - value: "<!DOCTYPE html> <html> <body> <input type="hidden" id="http" name="http" value="5000"> <input type="hidden" id="https" name="https" value="5001"> <input type="hidden" id="prefer_https" name="prefer_https" value="false"> </body> <script type="text/javascript"> var protocol=location.protocol; var port=location.protocol === "https:" ? 5001 : 5000; var URL=protocol+"//"+location.hostname+":"+port+"/"; location.replace(URL); </script> </html>"

Version of nodejs

4.0.23

Version of ioBroker js-controller

16.15.1

Version of Adapter

6

Operating system running ioBroker

Docker

Checklist of files to include below

Additional information & file uploads

iobroker.2022-08-14.log.txt

klein0r commented 2 years ago

Docker environment? Looks like a duplicate of #607