isy-js
isy-js copied to clipboard
Active development and support discontinued. Javascript library for ISY-99i from Universal Devices. Supports basic actions and receives updated state from the websocket endpoint.
Could I get the following line in isydevicetypes.json changed to "Light" instead of the error "Fan" that it is currently? { "type": "2.22.57.0", "address": "", "name": "(28763B) Icon Relay Switch...
Finalized majority of updates - No need to merge these in, but would it be possible for me to gain access to update the npm packages?
Change Icon Relay Switch v.39 to a LIGHT from an error listing of FAN
The Icon Switch is defined as a 'FAN" in the ISYDEVICETYPES.JSON file: { "type": "2.22.57.0", "address": "", "name": "(28763B) Icon Relay Switch v.39", "deviceType": "Fan", "connectionType": "Insteon Wired", "batteryOperated": false...
Adds functionality for Insteon leak sensor. Leak sensor has 3 subaddresses Dry (1), Wet (2), and HeartBeat (4). Wet and Dry are always opposite state so ignoring dry. Device.getCurrentLeakState() returns...
Requesting to merge changes made since rodtoll discontinued active support of this repo. Changes include commits made by shbatm, jpelzer, marclennox, Justin Wood, bdraco,. Alternatively, is there a way to...
Need to determine why changing bypass status of devices doesnt cause a device state change.
Discovered during adhoc testing. Something is preventing alarm trip state from updating in the isy objects.
Hi, could we please add the Insteon Open/Close micro module to the official list of devices supported by ISY-JS? It's a small module that can open and close shutters. The...