You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on a migration of my old Raspi with ebusd to ebusd running in Docker with MQTT (version 23.2.23.2). It is basically/technically working, but I need some help to find the corresponding data in the MQTT messages. E.g. I'm looking for data that I previously fetched via those commands:
Even though I'm using the JSON format in the MQTT messages, I managed to set the desired temperature that I did previously with write ehp00 mcDesiredTemp 24 now with ebusd/mc/TempDesired/set 24, i.e. only the raw value. But I didnt find a way to set the status/mode of anything that I previously did with:
Hi guys,
I'm currently working on a migration of my old Raspi with ebusd to ebusd running in Docker with MQTT (version 23.2.23.2). It is basically/technically working, but I need some help to find the corresponding data in the MQTT messages. E.g. I'm looking for data that I previously fetched via those commands:
Even though I'm using the JSON format in the MQTT messages, I managed to set the desired temperature that I did previously with
write ehp00 mcDesiredTemp 24
now withebusd/mc/TempDesired/set 24
, i.e. only the raw value. But I didnt find a way to set the status/mode of anything that I previously did with:The ebusd info/output:
Furthermore I have a lot of messages like this in the log:
Might this be relevant as those contain the missing data? How can I investigate into those messages?
Any help or a hint is appreciated! Thanks a lot!
Michael
The text was updated successfully, but these errors were encountered: