You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When first starting the adapter, the connection status (comfoairq.0.info.connection) changes to "true", which is fine.
After a while the debug comment states that the connection will be disconnected which is also visible in the corresponding object with comfoairq.0.info.connection changing to false
Then, when it got reconnected after 20 seconds, it will not change the status anymore, leaving the adapter in the overview in this "warning" state but correctly working. The comfoairq.0.info.connection stays at "false" until you restart the adapter yourself.
That's not an urgent issue, since it is working and responding, but you cannot work with the object comfoairq.0.info.connection at all.
Version of ioBroker js-controller
3.3.14
Version of Adapter
0.1.0
Operating system running ioBroker
MacOS
Checklist of files to include below
iobroker.current.log (Please share the logs in debug mode)
Contents of the JavaScript browser console (always include in cases of issues with the user interface)
Somehow, the adapter connects to the device for 10 seconds, disconnect and reconnects after a break of 20 seconds. During that time, no state-changes are received. This is repeated all the time.
If this is by design, is it also possible to enable another option, e.g.
Only connects once in the beginning
Never disconnect from the device
Check every 30-60 seconds, if the adapter is still connected (e.g. other client connected to LAN module)
Reconnect if other client has disconnected
The problem
When first starting the adapter, the connection status (comfoairq.0.info.connection) changes to "true", which is fine.
After a while the debug comment states that the connection will be disconnected which is also visible in the corresponding object with comfoairq.0.info.connection changing to false
Then, when it got reconnected after 20 seconds, it will not change the status anymore, leaving the adapter in the overview in this "warning" state but correctly working. The comfoairq.0.info.connection stays at "false" until you restart the adapter yourself.
That's not an urgent issue, since it is working and responding, but you cannot work with the object comfoairq.0.info.connection at all.
Version of ioBroker js-controller
3.3.14
Version of Adapter
0.1.0
Operating system running ioBroker
MacOS
Checklist of files to include below
Additional information & file uploads
The text was updated successfully, but these errors were encountered: