Skip to content

morimoTea/homebridge-nature-remo-toggle-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-nature-remo-toggle-switch

Homebridge plugin to control toggle switches using Nature Remo.

Installation

npm install -g homebridge-nature-remo-toggle-switch

Example config.json

  "accessories": [
    {
      "name": "Living Room's Light",
      "access_token": "[Your access_token]",
      "signal_ID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      "accessory": "NatureRemoToggleSwitch"
    }
  ]
  • name can be set whatever you want
  • To get access_token, visit https://home.nature.global/
  • To get signal_ID, run curl -X GET "https://api.nature.global/1/appliances" -H "Authorization: Bearer [access_token]" and find id key
  • accessory must be NatureRemoToggleSwitch

About

Homebridge plugin to control toggle switches using Nature Remo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published