MacWyznawca / homebridge-mqtt-humidity-tasmota

Plugin to HomeBridge optimized for work with Itead Sonoff and Electrodragon Relay Board hardware and firmware Sonoff-Tasmota via MQTT. It acts as an Relative Humidity (and temperature) for DHT22, DHT11, AM2301, AM2302 sensors.
MIT License
3 stars 2 forks source link

Humiditi AND temperature #1

Open alesoblak opened 7 years ago

alesoblak commented 7 years ago

Hi,

how do I get it to work so humidity and temperature will show in Home app? I can only see humidity data but no temperature. I am using sonoff with DHT11 sensor. thank you

chris-008 commented 7 years ago

https://github.com/arendst/Sonoff-Tasmota/issues/735

Might help

chris-008 commented 7 years ago

alesoblak, assuming you have both added the humidity and temp plugin, in the configuration module parameters you have to select the TH10. According to the sensor config wiki, the DHT11 is a single wire sensor

The following single wire sensors are supported: DHT11 Temperature and Humidity - DHT11 (1) in group 1

So your configuration should be as follows:

schermafbeelding 2017-10-10 om 22 06 22

St0nehead commented 6 years ago

Hi! How to configure Sonoff SC? i installed and configured package, but Home.app always show "Humidity 0%". My config: «{ "sensorPropertyName": "DHT11", "activityParameter": "Online", "activityTopic": "tele/SonoffSC/LWT", "startCmd": "cmnd/SonoffSC/TelePeriod", "url": "mqtt://10.0.0.2", "startParameter": "120", "topic": "tele/SonoffSC/SENSOR", "password": "xxxxxxxxx", "accessory": "mqtt-humidity-tasmota", "username": "xxxxxxxxxxxx", "model": "Sonoff SC", "name": "SonoffSC" }» Thanks in advance!