ioBroker / MMM-ioBroker

A module for the MagicMirror, to display data from ioBroker devices.
MIT License
18 stars 5 forks source link

Client network socket disconnected #9

Open OmikronApex opened 4 years ago

OmikronApex commented 4 years ago

Hey there,

I get the following error everytime the Module tries to update the device state:

[ERROR] Got error: Client network socket disconnected before secure TLS connection was established

Because of this the value of the device is never correctly read and the module just displays - Config looks like this:

{ module: "MMM-ioBroker", position: "bottom_right", config: { host: "192.168.0.104", port: "8082", https: "false", devices: [ { name: "Wohnzimmer", deviceStates: [ { id: "deconz.0.Sensor_18.battery", icon: "wi wi-thermometer", suffix: "&deg$;"} ] } ], initialLoadDelay: "10000" } },

The simpleAPI is activated in the WEB-Adapter in ioBroker and works if I use get or getPlainValue in my browser. i.E. 192.168.0.104:8082/get/deconz.0.Sensor_18.battery

What could be a possible cause of this?

volkerrichert commented 3 years ago

did you configure http or https in MMM?