mirror of https://github.com/arendst/Tasmota.git
more hih changes
parent
414fecdf2d
commit
5515c334ac
|
@ -1,5 +1,6 @@
|
|||
**This feature is not included in precompiled binaries.**
|
||||
To use it you must [compile your build](compile-your-build). Add the following to `user_config_override.h`:
|
||||
**This feature is included only in tasmota-sensors.bin**
|
||||
|
||||
Otherwise you must [compile your build](compile-your-build). Add the following to `user_config_override.h`:
|
||||
```
|
||||
#ifndef USE_HIH6
|
||||
#define USE_HIH6 // Enable Honeywell HIH (I2C address 0x27) (+0k6)
|
||||
|
@ -46,12 +47,8 @@ In the _Configuration -> Configure Module_ page assign:
|
|||
|
||||
After a reboot the driver will detect the HIHxxxx automatically and display sensor data.
|
||||
|
||||
![tasmota setup](https://i.imgur.com/UYOUPm7.png)
|
||||
<--- ![tasmota setup](https://i.imgur.com/UYOUPm7.png)
|
||||
|
||||
> If you have defined USE_PCF8574 first use:
|
||||
>
|
||||
> `I2cDriver2 0` to disable PCF8574 support
|
||||
>
|
||||
>if you have an LCD display also configured, run `I2CDriver3 0`
|
||||
>
|
||||
> More documentation on this is in the [I2CDEVICES.md](https://github.com/arendst/Tasmota/blob/development/I2CDEVICES.md) file.
|
||||
|
|
Loading…
Reference in New Issue