Hello,
I have a problem with OpenBeken and mqtt. I want the status changes to be sent only every 90 seconds. Therefore I have adjusted the parameter mqtt_broadcastInterval 90. Nevertheless, every status change is sent. Below is an excerpt from the log:
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic plug/washing/1/get
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic plug/washing/current/get
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic plug/washing/energycounter/get
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic plug/washing/energycounter_last_hour/get
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic plug/washing/energycounter_yesterday/get
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic plug/washing/energycounter_today/get
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic plug/washing/energycounter_clear_date/get
Info:MQTT:Publishing val 234.0 to plug/washing/voltage/get retain=0
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic plug/washing/voltage/get
Info:MQTT:Publishing val 1.00 to plug/washing/power/get retain=0
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic plug/washing/power/get
Info:MQTT:Publishing val 0.00 to plug/washing/power/get retain=0
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic plug/washing/power/get
Info:MQTT:Publishing val 234.6 to plug/washing/voltage/get retain=0
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic plug/washing/voltage/get
Info:MQTT:Publishing val 0.007 to plug/washing/current/get retain=0
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic plug/washing/current/get
Info:MQTT:Publishing val 236.0 to plug/washing/voltage/get retain=0
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic plug/washing/voltage/get
Info:MQTT:Publishing val 235.4 to plug/washing/voltage/get retain=0
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic plug/washing/voltage/get
Info:MQTT:Publishing val 0.003 to plug/washing/current/get retain=0
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic plug/washing/current/get
What am I doing wrong?
Does anyone else have this problem?
OpenBeken version 1.17.303
LG
Roger