more hih changes

blakadder 2019-11-08 17:55:52 +01:00
parent 414fecdf2d
commit 5515c334ac
1 changed files with 4 additions and 7 deletions

@ -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.