homebridge-isy-js
homebridge-isy-js copied to clipboard
Homebridge platform plugin for the ISY series of home controllers from Universal Devices.
I have two Icon On/Off switches on my network that show up as fans and HomeKit doesn't let me change the device type like some others. Any way to fix?
I can't get the 2nd garage door to add as a door, it adds as a switch. config example: "garageDoors": [ { "address": "19 5D E5 1", "name": "Garage Door",...
Hi, I'm not sure this is the correct place for this but I have an issue with Insteon keypads and garage door relay/sensor, they aren't working. I am new to...
I am unable to install the latest version of homebridge-isy-js. Is it possible to install another version? 0 info it worked if it ends with ok 1 verbose cli [...
Has anyone got working on Catalina? I've had no luck with pradeepmouli's version and there doesn't appear to be an Issues section to report and discuss bugs oddly, so thought...
When you start up HomeBridge with the door open, and the motor is activated through the relay, HomeBridge doesn't know what state the door is in. Is it opening or...
In /usr/local/lib/node_modules/homebridge-isy-js/index.js there appears to be a bug with the callback at the end of function: `ISYPlatform.prototype.accessories = function(callback)` I changed the following: `callback(results);` to: `if(callbackCount == 0) { callback(results);...
I'm still moving through the set up of all my devices. For some reason, I can't get a RemoteLinc to initialize. It keeps saying it's an unsupported device and returning...
In the Home App, I'll tap to turn on a dimmer switch. The light will fade up. (All of my fade times are 0.5 seconds.) After turning on, the light...