Skip to content

temporary MQTT 0 values whithin reboot #30

Closed Answered by dewenni
kalleick asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dewenni
Comment options

Answer selected by kalleick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants