henry-spanka / homebridge-freeathome

Platform Plugin to manage free@home accessories via HomeBridge
MIT License
56 stars 10 forks source link

Mapping for Blacklisting doesn't work #66

Open Godsplan opened 1 year ago

Godsplan commented 1 year ago

@henry-spanka : Many thanks for your amazing work on this plugin. I have a small issue, I configured as follows:

{ "platform": "BuschJaegerSysAp", "name": "BuschJaegerSysAp", "sysIP": "xxxxxx", "username": "xxxx", "password": "xxxxx", "mappings": { "ABB700CD78A6": { "blacklist": [ "ch0000" ] }, }

My expectation would be that I can't see the unit "ABB700..." in Apple Home anymore. But that doesn't work.

I tried to replace "ch0000" with "*" but it also didn't work.

Can someone help on this issue?

(i have an actuator which is not connected and which I don't want to have in apple home app)

Thank you!

henry-spanka commented 1 year ago

Hi,

looks correct for me. Did you make sure that the serial number and channel matches what is displayed in the Home Kit app? If you use "*" instead of a specific channel then the actuator does not show up at all.