-
-
Notifications
You must be signed in to change notification settings - Fork 98
EMS stops sending after a couple of hours #51
Comments
Hi Ron, I'm not sure what could be causing this. The code retries on WiFi and MQTT failures. I would recommend doing 'set led on' and when it stops responding see the LED is still solid and not blinking. Also when you say 'data not flowing' can you still ping the EMS? |
Just checked, led is solid when connection is lost and I can't ping it. When I use a wifi scanner the device is not visible until a power cycle. One other thing I noticed is that a telnet session to the device gets disconnected after a minute or so of inactivity. Is that intentional? FWIW: Here's a dump from the info command output and the status lines at the top
EMS-ESP System stats: connected Dallas temperature sensors=0Thermostat is enabled, Boiler is enabled, Shower Timer is enabled, Shower Alert is disabled EMS Bus Stats: Boiler stats: Thermostat stats: Shower stats: |
telnet gets disconnected automatically, yes. You could try running it in serial mode (set serial) and monitor the output to see if anything strange happens. I also noticed the 'Tx telegrams is 0' so perhaps your Tx is not working. You can try this by doing a 'log v' and then 'autodetect' to see if any telegrams are returned to you. Also to be safe re-flash. I'm not sure which firmware build kees used. |
My guess is that the problem is either bad Wi-Fi reception or another network problem at your home. |
OK, did some checking and indeed, one of my AP's is misbehaving. I've ordered a new one and hopefully that will fix the issues. |
closing the issue. if it happens again, please re-open |
Dear Proddy,
First of all, thanks for your work. I've ordered a pre-installed board from 'bbqkees' and managed to get the whole thing working with my Nefit Topline Compact and Moduline 300. I'm using MQTT to publish data to my domoticz install. Everything works fine, except that after a couple of hours the data stops flowing. When I power cycle the ems board everything starts working again for a couple of hours.
Any idea what might be causing this? Could it be due to poor WiFi coverage? Should it reconnect to WiFi automatically when the connection was lost?
Thanks
Ron
The text was updated successfully, but these errors were encountered: