planetk / homebridge-netatmo

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

white/blacklist #46

Open sirdir1972 opened 7 years ago

sirdir1972 commented 7 years ago

Hi!

Whether white- nor blacklist seem to be working, I can put either and still all devices show up. (the other devices are 'connected' to my account, not actual my devices, but I guess that can't be the problem because the whitelist should block 'everything' not listed anyway?

sirdir1972 commented 7 years ago

also ' "deviceTypes": ' does seem to do nothing, I get motion sensors from my camera even if I have not list cameras in deviceTypes.

glumb commented 7 years ago

@sirdir1972 https://github.com/planetk/homebridge-netatmo/issues/45 suggests that not only the bridge, but every module has to be included/excluded. This image http://www.knx-anleitungen.de/wp-content/uploads/netatmo-device-auslesen.jpg shows a method on how to extract the device id from the netatmo website. If there is a better way, please let me know.

sirdir1972 commented 7 years ago

Well, that's what I tried, but hadn't been able to do. I tried it with whitelisting the desired ones as well as blacklisting the not desired ones. But as you can see that has been in February and I haven't tried since, so if the code has changed... Resp. now I have a different problem anyway, see https://github.com/nfarina/homebridge/issues/1305

skrollme commented 7 years ago

Have you tried this besides black/whitelisting? https://github.com/planetk/homebridge-netatmo#control-accessories-by-device-type This could prevent adding the non-existent camera. But all together it sounds a bit strange including your other problem (duplicate UUID) you mentioned. Some misconfigured/duplicate accessories/platforms in your ./homebridge/config.json? Do you tried to re-setup homebridge?

sirdir1972 commented 7 years ago

Only listing certain device types? Didn't work and/or wouldn't help as the remote sensors would be the same as the local ones. But I deleted the remote stations by now anyway. But the duplicate UUID thing showed up suddenly without any configuration change on my side. Either it's an upgrade that broke things or there's something wrong on the netatmo server... I removed the netatmo plugin from homebridge anyway because of this...

The-Paw commented 3 years ago

Has there been a solution in the meantime? I am also concerned about black & white problem.