Replies: 8 comments 23 replies
-
Did you self compiled or using a rebuild binary? I can't tell for sure that compiling for AHT2x will work with AHT21 as only AHT20 is referenced in the doc and code but at least I wouldn't expect driver 43 to work if compiled as USE_AHT1x. Requires
|
Beta Was this translation helpful? Give feedback.
-
Its self compiled, i used "Sensor"+ use_AHT2x.
|
Beta Was this translation helpful? Give feedback.
-
You generally cannot add features to the sensors precomposed mix, but instead start from just "tasmota" instead of "tasmota-sensors", and add what you need. |
Beta Was this translation helpful? Give feedback.
-
If Console Command "i2cdriver" don´t show driver 43, Solution for Windows Systems: Maybe try out my german compiled Version https://github.com/HofeBY/Tasmota-Firmware |
Beta Was this translation helpful? Give feedback.
-
I am struggling with the same problem. I'm using a SONOFF RE5V1C
The device 0x38 is found so I2C is working, but there is no telemetry. I2CDriver returns just driver 43. |
Beta Was this translation helpful? Give feedback.
-
magicman2010, judging by the screenshot, do you have a board with ENS160+ATH21? I have the same one and AHT21 didn't work either, replacing the code AHTX_CMD 0xB1 with AHTX_CMD 0xBE helped, both sensors worked!! Thanks for the help, nothing helped! |
Beta Was this translation helpful? Give feedback.
-
The change of code would be as I understand the above discussion correct:
|
Beta Was this translation helpful? Give feedback.
-
Here is what I ordered: Comiling Tasmota dev 13.4.1.2 with support of Connection is done like here, but with az-delivery ESP32 dev Kit Log: Does anyone have such a module working with AHT21? |
Beta Was this translation helpful? Give feedback.
-
Good morning! 🙂
Has anyone got the AHT21 sensor integrated into Tasmota yet? Tasmota finds 0x38 during the I2C scan, but I don't see measurements (I2C driver 43 is also active).
Beta Was this translation helpful? Give feedback.
All reactions