Hi,
the binding waits for a i_heartbeat message but since 2.2 the node sends a i_pre_sleep_notification. Thats because sending to a node doesn't work anymore.
I've filled a bug report here.
Hi,
the binding waits for a i_heartbeat message but since 2.2 the node sends a i_pre_sleep_notification. Thats because sending to a node doesn't work anymore.
I've filled a bug report here.
Hi,
i've got the same problem. I can't send any messages to nodes which uses smartsleep. I have upgraded the gateway and the nodes to 2.3, the openhab binding is version 2.4.0.201806211605.
@TimO, i could reproduce this problem if i power down the gateway for some Minutes
@TimO Sorry for the delay
the Problem is that the sanity-check didn't recognize if the Gateway is offline.
My Settings are quite standard. I took a screenshot of my Settings and from the openhab Things page. At the Moment where the screenshot was taken, the Gateway are powered off till 24 hours.
So, no Sensor or Gateway could be online
After i powered the Gateway on again, nothing happens in openHAB. I need to restart openHAB and all starts working again.
Greets Phil
Hi,
thanks for the new Version! I've got a Problem with the Network Sanity Check, it doesn't run.
I got a ESP8266 Based Ethernet Gateway which is configured with DHCP. Everytime the DHCP Lease got renewed the Connection between the Gateway and openHAB is lost for a short Time. The Binding doesnt' recognize this. The Gateway and all Sensors marked as Online but not a single Message comes from the Gateway. I could also reproduce this if i reboot the Gateway.
I tried different Settings for the Sanity Check but nothing worked.
I switched to Debug-logging for the Binding. After the Connection is lost, not a single Log Entry is written.
If i go into the Settings from the Gateway thing and change something, the binding start to communicate with the Gateway again, but all Sensors marked as offline in openHAB. There are incoming Messages from Sensors but the Binding write to log:
20:35:10.030 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 5;2;1;0;1;67.9
20:35:10.036 [DEBUG] [rs.internal.gateway.MySensorsGateway] - Node 5 found in gateway
20:35:10.041 [DEBUG] [rs.internal.gateway.MySensorsGateway] - Child 2 not present in node 5
if i restart whole openHAB all is functional again until the next time this occurs.
Thanks for help,
Greets Phil
Edit: I also get the same Log entries as above if i change a Setting from the sanity check, without rebooting the Gateway.