SphtKr / homebridge-zway

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

Fibaro Window Sensor Support #53

Closed peshay closed 7 years ago

peshay commented 7 years ago

I have a Fibaro Window Sensor, but whatever tags I use, it's shown as not supported in Homekit.
accessories-2.txt devices.json.txt

SphtKr commented 7 years ago

I think I see the problem--your sensor is reporting as general_purpose, and that type is not in the list to be able to be changed to a door, window or contact sensor. I'll have to add that to the list.

joergs-git commented 7 years ago

While fumbling around on behalf of the other issue #56, was also quick n dirty playing around to somehow get also my fibaro door sensor's running (somehow). It works now, but it's of course completely unofficial and without warranty ;-)

In case you wanna try it, attached is the index.js I modified accordingly. index_js.txt