2.1.1 • Published 2 months ago

homebridge-nature-remo-ceiling-light v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

homebridge-nature-remo-ceiling-light

Homebridge plugin to control ceiling light with power and dim button using Nature Remo.

Installation

npm install -g homebridge-nature-remo-ceiling-light

Example config.json

  "accessories": [
    {
      "name": "[Name display in Home app]",
      "access_token": "[Your access_token]",
      "signal_ID_on_day": "[aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa]",
      "signal_ID_night": "[bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb]",
      "signal_ID_off": "[cccccccc-cccc-cccc-cccc-cccccccccccc]",
      "start_time_day": "[06:00]",
      "start_time_night": "[20:00]",
      "accessory": "NatureRemoCeilingLight"
    }
  ]
  • name can be set whatever you want
  • To get access_token, visit https://home.nature.global/
  • To get signal_ID_on and signal_ID_off, run curl -X GET "https://api.nature.global/1/appliances" -H "Authorization: Bearer [access_token]" and find id key
  • accessory must be NatureRemoSwitch
2.1.1

2 months ago

2.1.0

2 months ago

2.0.8

2 months ago

2.0.7

2 months ago

2.0.6

2 months ago

2.0.5

2 months ago

2.0.4

2 months ago

2.0.3

2 months ago

2.0.2

2 months ago

2.0.1

2 months ago

2.0.0

2 months ago