-
Good afternoon. I bought an infrared WiFi remote control AVATTO S06 Pro Tuya with temperature and humidity sensors. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 95 replies
-
Devices known to be Tasmota supported are listed in the templates repository. I do not recognize that sensor name, closest I know is the I2C temp/hum sensor AHT10, which is also what's stamped in the metal can of one I have. Thus it does not appear to be what you have there. Many sensors are I2C, but several relevant ones are not. Tasmota supports a number of pretty standard IR pucks, but none with a T/H sensor. "Someone" may have to work out how your device is built, what pins are used, and if the sensor is a supported one (or maybe create a driver if not). |
Beta Was this translation helpful? Give feedback.
-
Hope my experience below can help you. I've bought this one and obtained WB3S chip instead of ESP8266. Here is the pins description I've researched: Replaced WB3S it with ESP12-F: There is a AHT10 temperature/humidity sensor is used (bottom left on pic). I've removed TuyaMCU chip and closed SCL/SDA pins on PCB directly to ESP8266. It works great with AHT1x Tasmota driver |
Beta Was this translation helpful? Give feedback.
-
Do you still have the custom firmware for the ir controller and the AVATTO S06 Pro temp sensor? If so would I be able to download it. I have the identical setup and I modified the board as per your instruction |
Beta Was this translation helpful? Give feedback.
-
Same here.. Is there a prebuilt version we can use? |
Beta Was this translation helpful? Give feedback.
-
For some reason I'm unable to flash it, gives an error ..... Everything looks soldered good, but... |
Beta Was this translation helpful? Give feedback.
-
I have S06 Pro with AHT20 sensor, I mange to work it with ESPHome it shows the temperature and Humidity, I tried with Tasmota but labels and values do not show up . Added to user_config_override.h
Anything else I miss? @modicon1 Did you manage to make it work with your S06 Pro with AHT20 sensor? |
Beta Was this translation helpful? Give feedback.
-
I have also converted the Avatto PCB to ESP8266 and it also works. By default, the operating voltage of the AHT10 sensor is switched via transistor Q5. In the description above, this is bypassed. Does Tasmota offer a way to switch the sensor on, retrieve data and switch it off again? This minimizes the self-heating of the sensor. |
Beta Was this translation helpful? Give feedback.
Devices known to be Tasmota supported are listed in the templates repository.
I do not recognize that sensor name, closest I know is the I2C temp/hum sensor AHT10, which is also what's stamped in the metal can of one I have. Thus it does not appear to be what you have there. Many sensors are I2C, but several relevant ones are not.
Tasmota supports a number of pretty standard IR pucks, but none with a T/H sensor. "Someone" may have to work out how your device is built, what pins are used, and if the sensor is a supported one (or maybe create a driver if not).