pradeepmouli / homebridge-isy-js

Homebridge platform plugin for the ISY series of home controllers from Universal Devices.
MIT License
28 stars 9 forks source link

Insteon Dual On/Off Outlet issue #41

Open MF-Bra opened 3 years ago

MF-Bra commented 3 years ago

Hi,

I have some dual on/off outlets and eventhough in the logs they seems to be processed correctly the second "controlled outlet" do not show up in accessories page neither in the Apple home kit devices.

Here the log showing how they were parsed and no error was presented. I tried putting their complete address (AA 99 36 2) in a "forced list" to be considered in the config.json but with no luck.

[isy-nodejs] Outlet 1 (AA 99 36 1): RelayLampSwitch_ADV [isy-nodejs] Outlet 1 (AA 99 36 1): Property Status (ST) initialized to: 100 (On) [isy-nodejs] Sending request: http://Isy.IP.Address/rest/nodes/AA 99 36 1/notes/ [isy-nodejs] Outlet 1 (AA 99 36 1): The friendly name updated to: Outlet 1

[isy-nodejs] Outlet 2 (AA 99 36 2): RelayLampSwitch_ADV [isy-nodejs] Outlet 2 (AA 99 36 2): Property Status (ST) initialized to: 100 (On) [isy-nodejs] Sending request: http://Isy.IP.Address/rest/nodes/AA 99 36 2/notes/ [isy-nodejs] Outlet 2 (AA 99 36 2): The friendly name updated to: Outlet 2 [isy-nodejs] Outlet 2 (AA 99 36 2): Update event triggered, property Status (ST) is unchanged.

None of them were subject to any hidden configuration in the accessories and all outlet (2) from all my devices do not show up, doesn't matter what I try to do.

Thanks in advance.

MF-Bra commented 3 years ago

Including here the Nodes Dump related to those devices (If I got them correctly...).

{"flag":128,"nodeDefId":"RelayLampSwitch_ADV","address":"AA 99 36 1","name":"Outlet 1","type":"2.57.68.0","enabled":true,"deviceClass":0,"wattage":0,"dcPeriod":0,"startDelay":0,"endDelay":0,"pnode":"AA 99 36 1","ELK_ID":"F05","property":{"id":"ST","value":255,"formatted":"On","uom":100}},

{"flag":0,"nodeDefId":"RelayLampSwitch_ADV","address":"AA 99 36 2","name":"Outlet 2","type":"2.57.68.0","enabled":true,"deviceClass":0,"wattage":0,"dcPeriod":0,"startDelay":0,"endDelay":0,"pnode":"AA 99 36 1","ELK_ID":"F06","property":{"id":"ST","value":255,"formatted":"On","uom":100}},