-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing values for damped outdoor temperature #282
Comments
what are your system settings - are you publishing the data via MQTT or polling the API and at what frequency? If it's "on change" then perhaps EMS-ESP is not detecting a change. Does it always happen after the same # hours? Next time you notice no data is coming in go to the console do a |
I'm publishing every 10 seconds via MQTT to home assistant. I'm going to check this next time, Edit: Sorry, missunderstood you. I think there will be actual data on the thermostat. I guess there is an error in reading the telegram and after that it is ignored. |
yes, we need to figure out if the interface board or the Rx UART has stopped working |
The issue is that the boiler stops replying to 0x23A here: Or, better or in additition, set a marker to telegram function if we have received a non-empty telegram and prevent the toggle afterwards. |
this ist the result to read 10 23a |
…mpty telegrams.
fix #282, check received status before toggling fetch-flag on empty t…
@Tillmann-E did you try the latest v3.4 build to see if it resolved your issue? |
I updated to 3.3.1 a week ago and it's working now. |
Bug description
Reading the damped outdoor temperature (thermostat) fails after a couple of hours.
After restarting its working again for some hours.
Steps to reproduce
Has been working with version 3.1.1. Error occurs since update to version 3.3.0.
System log for the time of the error. Last value received should be around 2022-01-04T00:04:20.000Z.
Expected behavior
Constant values for damped outdoor temperature.
Screenshots
Device information
The text was updated successfully, but these errors were encountered: