-
i get temporary 0 values (e.g. ww_temp) over MQTT, if i do a reboot, is it possible to avoid this? |
Beta Was this translation helpful? Give feedback.
Answered by
dewenni
May 7, 2023
Replies: 1 comment 1 reply
-
I must have a look on that, but I think that this is something that I can not avoid. Let me see if I can also reproduce this with my setup. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, I think I got it.
There is a additional MQTT message (esp_heizung/info) that contain a payload in json format.
{
"burner": 0,
"pump": 0,
"ww_temp": 51,
"boiler_temp": 43
}
That was just a little gimmick. This message contains 4 interesting values and is send in a cyclic period.
If the esp restarted, the message could be send before the logamatic has send all the 4 containing values.
Maybe I should delay this message until all Status values are received at least one time.
I would suggest to use the "normal" status values.
Here you have also the same 4 values available.