-
I've searched the wiki, the issues and Q&A and the rest of the WWW but I could not find the answer. The setup: I have a Sonoff TH10 Tasmota 8.5.1 with an additional relay on GPIO2 and a AM2301 Temp/hum sensor, connected to a Mosquitto MQTT broker. Domoticz logging the data and Node-RED connected to the MQTT processing the sensor data and controlling the relays accordingly. I've set the update timer to 30 with the idea that the temperature and humidity are messaged to the broker at that frequency. From the domoticz log (checked with MQTT client) The filtered on the IDX's Relay 1 Sensor IDX 2 2020-12-30 15:28:53.930 MQTT: Topic: domoticz/in, Message: {"idx":83,"nvalue":0,"svalue":"18.80;54.00;1","Battery":100,"RSSI":5} Why is the relay status updated, as specified every 30 seconds, but the Sensor IDX, every 5 minutes? Even if the values on the Tasmota webinterface change dramatically (it's the bathroom, humidity goes from 50-99 in a minute), the sensor values are not transmitted to the MQTT broker. Any clues why the sensor IDX is not updated every 30s? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Go to the Tasmota console and type |
Beta Was this translation helpful? Give feedback.
-
As designed. Originally the relays were not represented by teleperiod so they needed another means of syncing. |
Beta Was this translation helpful? Give feedback.
Go to the Tasmota console and type
teleperiod 30
to solve your issue.