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 use ebusd's MQTT output in JSON format, so I get the following result when querying the heating time slots:
To set these values I have to use the format which is also required and well-known from telnet server connection:
mosquitto_pub -h localhost -t "ebusd/hwc/Timer.Monday/set" -m "05:20;05:50;-:-;-:-;15:20;15:50;selected"
Is it planned to also support JSON format as payload for the set command?