planetk / homebridge-netatmo

This is a homebridge plugin for several netatmo devices
Apache License 2.0
108 stars 24 forks source link

added options parameter to filter for devices #23

Closed patricks closed 8 years ago

patricks commented 8 years ago

I have added a feature to filter for specific netatmo devices. You have to add the following config to your config.json

{
"platform": "netatmo", "name": "Netatmo Weather", "ttl": 5, "options_weather": { "device_id": "XX:XX:XX:XX:XX:XX" },
"auth": { "client_id": "", "client_secret": "", "username": "", "password": "" }
}

planetk commented 8 years ago

Thank you very much for your contribution! This is really cool!