SteveCohen / homebridge-BOMgovau

Makes BOM.gov.au data available in your Homebridge(Homekit) setup
6 stars 1 forks source link

Request ability to disable sensors in config #5

Closed danielhelmstedt closed 4 years ago

danielhelmstedt commented 4 years ago

My local station doesn't have humidity data, so that sensor is sitting useless at 0%. Would love if you could add a "Disable Humidity" etc. flag to the config

SteveCohen commented 4 years ago

Hey, have made an initial version and pushed it to a testing branch here: https://github.com/SteveCohen/homebridge-BOMgovau/tree/testing

Install from that source, and add something like this to your accessory config:

...
sensors:{"humidity":false}
...

Have also described this in the updated readme.

Please test and let me if it works as expected for you.

danielhelmstedt commented 4 years ago

Hey, this worked perfectly for me. Thanks! 😊