NorthernMan54 / homebridge-mcuiot

Homebridge platform plugin that support's a network of nodemcu's running nodemcu-dht-yl69-mdns to display Temperature and Humidity.
30 stars 11 forks source link

Possibility to split sensors to see temperature and humidity as single items? #25

Closed mrvnklm closed 5 years ago

mrvnklm commented 5 years ago

Is there a possibility to split the DHT readouts to have two badges, one for temperature, one for humidity? For me it quite unhandy to click 3-4 times to see the humidity in the settings.

Another question, is it possible to use DHT22 with BME on one nodemcu? Connected it, but Barometer shows -999

NorthernMan54 commented 5 years ago

It is feasible to split them but would require some coding effort. As I’m up to the eyeballs in other things, and may not be able to get to this for a while, I would gladly accept a pull request implementing this feature.

On Nov 9, 2018, at 9:23 AM, mrvnklm notifications@github.com wrote:

Is there a possibility to split the DHT readouts to have two badges, one for temperature, one for humidity? For me it quite unhandy to click 3-4 times to see the humidity in the settings.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

NoTrace-Kai commented 5 years ago

Hi there ... I am also interested in that feature. But I don't know how to pull a request ;) Thanks a lot for your work, it is a great project! CU Kai

mafyata commented 5 years ago

Will you make new version with temp and humidity in seperate badges ?

mrvnklm commented 5 years ago

@NoTrace-Kai @mafyata I would recommend using MQTT protocol to make it work so you can easily add any sensor with any value you want For your NodeMCU I recommend ESPEasy and as Homebridge plugin homebridge-mqttthing There are many tutorials on how to use / install MQTT (mosquitto) broker if you are not using it already, I am using at for all all my switches, sensors and so on.

mafyata commented 5 years ago

I use ravensystem/ravencore. In settings on eve app I set device type to 14. I have one button for temp and one for humidity. And if you want to delete it , you can :)

mafyata commented 5 years ago

3E52E544-8A55-4C2D-B9E3-2514C1D70520