Theo Arends
e6b4a77abd
Add ESP32 Sonoff sensor support
...
- Bump version to v12.0.2.3
- Add ESP32 SI7021, THS01 and MS01 support
- Fix THRxxD template
2022-07-06 16:58:27 +02:00
gemu2015
c78c461216
fix number of esp32 uarts
2022-07-03 15:56:16 +02:00
Theo Arends
fc12056787
Merge pull request #15886 from KG3RK3N/development
...
Fix missing sign of current power value on smart meter AS2020
2022-06-30 21:16:10 +02:00
Kai Gerken
a863ff27a2
Fix missing sign of current power value on smart meter AS2020
2022-06-28 09:07:58 +02:00
Norbert Richter
127b672c2c
Fix single sensor exception
2022-06-27 08:53:47 +02:00
Theo Arends
85566c5ed3
Fix SHT1X driver hangs and wrong values on ESP32
...
Fix SHT1X driver hangs and wrong values on ESP32 (#15790 )
2022-06-13 14:41:40 +02:00
Theo Arends
668d3177d3
Fix SHT1X on low speed ESP32
...
Fix SHT1X on low speed ESP32 |(#15790 )
2022-06-13 12:24:04 +02:00
Christian Baars
f9c31bd8b8
make discoverAttributes optional
2022-06-09 22:00:19 +02:00
Christian Baars
23e94c1aca
Use a notifiaction queue
2022-06-09 21:00:00 +02:00
Stefan Tibus
0ddcaa8fe7
Implement correct conversion of humidity for SHT4x
...
The conversion of humidity from raw value is different for the SHT4x
series. The fix implements the conversion as per datasheet. Also, the
raw value is now cast to float before division.
2022-06-05 01:44:26 +02:00
Stefan Tibus
37e1bc6e7d
Fix calling ConvertTemp and ConvertHumidity twice
...
ConvertTemp and ConvertHumidity are called in Sht3xShow, no need to call
them in Sht3xRead as well.
2022-06-05 01:44:15 +02:00
Stefan Tibus
7295bdb549
Fix detection of SHT40
...
A SHT40 was not detected by the previous scheme of scanning the I2C
addresses and for each address probing for SHT3x and SHT4x immediately
one after the other. The SHT40 is succesfully detected when first
probing all adresses for SHT3x and then scanning all adresses again for
SHT4x. The fix implements this scheme. It was tested with SHTC3 and
SHT40 sensors.
2022-06-05 01:40:39 +02:00
Theo Arends
dae1b32995
Add support for Sensirion SHT4X using define USE_SHT3X ( #15349 )
2022-06-04 16:52:52 +02:00
Theo Arends
d7ffd01f1f
Add support for HYTxxx temperature and humidity sensor ( #15715 )
2022-06-04 14:15:16 +02:00
Christian Baars
192d09d40a
fix building without HomeKit
2022-06-02 16:02:24 +02:00
Theo Arends
9afb2c9cb8
Move interface files down allowing for folder insertions
2022-06-02 14:50:31 +02:00
Theo Arends
c08561f67c
Bump version to v11.1.0.4
...
- Restructure tasmota
2022-06-02 14:17:39 +02:00