homebridge-iotas
v1.4.2
Published
A homebridge plugin to control an IOTAS switch
Downloads
6
Readme
homebridge-iotas
Based off of stevesample/homebridge-iotas-switch
Currently supports
- Switch
- Outlet
- Light (e.g. brightness levels)
- Thermostats
Installation
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-iotas
- Update your configuration file. See the sample below.
Configuration
Configuration sample:
"platforms": [
{
"platform" : "homebridge-iotas",
"name" : "Iotas",
"username": "[My_iotas_username]",
"password": "[My_iotas_password]",
"unit": "[unit_name]" // optional, will default to the first one found
}
]
License
See LICENSE file