homebridge-fibaro-home-center icon indicating copy to clipboard operation
homebridge-fibaro-home-center copied to clipboard

Fix service type for Wall Socket binarySwitch

Open lboue opened this issue 2 years ago • 6 comments

Wall Socket deviceControlType: "20" should be exposed to HomeKit as Outlet. I pushed the PR #114 to fix that issue.

lboue avatar Sep 14 '22 06:09 lboue

Fixed with 1.2.10

lboue avatar Sep 14 '22 11:09 lboue

Will fix it in the next commit.

ilcato avatar Sep 14 '22 13:09 ilcato

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 ?

IMG-9572-2

lboue avatar Sep 14 '22 13:09 lboue

@lboue which app are you using ?

ilcato avatar Sep 14 '22 19:09 ilcato

I am using Controller for HomeKit 4+

lboue avatar Sep 14 '22 19:09 lboue

Maybe OutletInUse have to be set as additional Characteristic and not mainCharacteristics.

this.mainCharacteristics = [this.platform.Characteristic.On, this.platform.Characteristic.OutletInUse];

lboue avatar Sep 14 '22 20:09 lboue

See #157. You must remove unused devices from cache (Homebridge Settings).

mkz212 avatar Nov 10 '23 18:11 mkz212