1.4.2 • Published 3 years ago

homebridge-iotas v1.4.2

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
3 years ago

homebridge-iotas

Based off of stevesample/homebridge-iotas-switch

Currently supports

  • Switch
  • Outlet
  • Light (e.g. brightness levels)
  • Thermostats

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-iotas
  3. 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

1.4.2

3 years ago

1.4.1

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago