SphtKr / homebridge-zway

Homebridge plugin for (better) HomeKit support of RaZBerry and Z-Way Server
ISC License
85 stars 38 forks source link

Problem with Philio Double Relay Insert (Switch) #142

Open iTommix opened 3 years ago

iTommix commented 3 years ago

I have this device configured in ZWay and its working there. Added the Tag to include it in Homebridge via "homebridge-zway", but it's not visible there. If i take a look at "http://192.168.178.36:51826/accessories" (Homebridge) i found it:

{"aid":13,"services":[ {"iid":1,"type":"3E","characteristics":[ {"iid":2,"type":"14","perms":["pw"],"format":"bool","description":"Identify"}, {"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Z-Wave.me","description":"Manufacturer"}, {"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Virtual Device (VDev version 1)","description":"Model"}, {"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Stehlampe","description":"Name"}, {"iid":6,"type":"30","perms":["pr"],"format":"string","value":"VDev-1164367159","description":"Serial Number"}, {"iid":7,"type":"52","perms":["pr"],"format":"string","value":"0.5.0","description":"Firmware Revision"} ]} ]}

And even Zway "http://192.168.178.36:8083/ZAutomation/api/v1/devices/ZWayVDev_zway_5-1-37" gives me the device:

{"data":{"creationTime":1613241639,"creatorId":1,"customIcons":{"level":{"off":"flaticonset_14_16132207030669908.png","on":"flaticonset_14_16132207030838940.png"}},"deviceType":"switchBinary","h":1164367159,"hasHistory":false,"id":"ZWayVDev_zway_5-1-37","location":1,"locationName":"Wohnzimmer","metrics":{"icon":"switch","title":"Stehlampe","isFailed":false,"level":"off"},"nodeId":5,"order":{"rooms":0,"elements":0,"dashboard":0,"room":3},"permanently_hidden":false,"probeType":"switch","tags":["Homebridge.Include","RPI.Include"],"visibility":true,"updateTime":1613264787},"code":200,"message":"200 OK","error":null}

If i add the Bridge to Apple Home, it includes the device but with "Not Supported".