Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octoblu/skynet-insteon
skynet hub plugin to control insteon devices
https://github.com/octoblu/skynet-insteon
Last synced: 10 days ago
JSON representation
skynet hub plugin to control insteon devices
- Host: GitHub
- URL: https://github.com/octoblu/skynet-insteon
- Owner: octoblu
- Created: 2014-07-01T01:58:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T16:06:22.000Z (over 9 years ago)
- Last Synced: 2024-11-12T18:19:57.299Z (about 2 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
skynet-insteon
==============Skynet Gateway plugin to control an Insteon hub and switches
####Options:
`ipAddress` - IP address for the insteon hub. Can be found at https://www.connect.insteon.com/getinfo.asp
`portNumber` - Port number for PLM interface, defaults to 9761. This is not the same as the web interface port (25105).####Message payload:
`on` - Boolean on/off status for specified light.
`deviceId` - Device ID of light, 6 hex characters without periods. ex: `aabbcc`
`brightness` - Brightness number between 0 - 100, only applies when light is on. Default: `100`
Note: Brightness only works if switch and light support it.`{on : true, deviceId : 'aabbcc', brightness : 50 }`