homebridge-fibaro-home-center
homebridge-fibaro-home-center copied to clipboard
Fix service type for Wall Socket binarySwitch
Wall Socket deviceControlType: "20" should be exposed to HomeKit as Outlet. I pushed the PR #114 to fix that issue.
Fixed with 1.2.10
Will fix it in the next commit.
It seams there are 2 services published for each accessories instead of just one. Wall Socket/Outlet is exposed but we also have a switch. Do you know why ?
@lboue which app are you using ?
I am using Controller for HomeKit 4+
Maybe OutletInUse have to be set as additional Characteristic and not mainCharacteristics.
this.mainCharacteristics = [this.platform.Characteristic.On, this.platform.Characteristic.OutletInUse];
See #157. You must remove unused devices from cache (Homebridge Settings).