-
I hacked a Tuya Smart Air by unsoldering their WiFi chip and soldering in a Wemos D1 with Tasmota flashed. The Tuya MCU module decodes the sensor data and it works. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 45 replies
-
I solved this by going the other way. I used the Tasmota REST API to set up RESTful sensors in Home Assistant where I can set the scan interval.
Still, it would be good to have a MQTT-related solution too. |
Beta Was this translation helpful? Give feedback.
-
Sensor values are normally sent through the SENSOR message at Teleperiod How did you get Tasmota to send Sensors every seconds ? This is what you should fix 1st The HTTP API (that is not really RESTfull by the way) should be used lightly |
Beta Was this translation helpful? Give feedback.
-
Having the same issue here using a drop in ESP32-C3 chip (btw looks like some data was backwards from what was on the site) but this thing is updating every second. I'm seeing sensor readings and I'm watching my RF power transmitter to confirm that it is legitimately updating once a second. I am about to force a deep sleep by wiring some additional stuff in the housing. This is too many updates and unnecessary. Did you figure anything out? |
Beta Was this translation helpful? Give feedback.
-
If I read back the whole topic, I can't see any logs from Tasmota where I could witness the behavior. |
Beta Was this translation helpful? Give feedback.
-
03:30:25.632 MQT: tele/tasmota_4E6B88/SENSOR = {"Time":"2022-03-25T03:30:25","TuyaSNS":{"Temperature":27.4,"Humidity":38.6,"TVOC":27,"eCO2":825},"TempUnit":"C"} Appears to be working thank yoU! |
Beta Was this translation helpful? Give feedback.
-
@FrenkK @loca5790 |
Beta Was this translation helpful? Give feedback.
If I read back the whole topic, I can't see any logs from Tasmota where I could witness the behavior.
So impossible to understand what we should look for in the code.