homebridge-rootedtoon_mg

0.0.2 • Public • Published

homebridge-rootedtoon_mg

This plugin enables homebridge to communicate with a Rooted Toon. The shown current temperature is displayed with a 0.5 degree precision. The target temperature can be set with a 0.5 degree precision.

npm install -g --unsafe-perm homebridge-rootedtoon_mg

Configuration

The following should be added to the homebridge config.json:

{
  "bridge": {
      "name": "Homebridge",
      "username": "CC:22:3D:E3:CE:30",
      "port": 51826,
      "pin": "031-45-154"
  },
  "description": "This is an example configuration file for Toon.",
  "accessories": [
      {
          "accessory": "RootedToon",
          "name": "Toon Thermostaat",
          "apiroute": "http://<YOURROOTEDTOONIP>",
          //optional (remove this comment line when copy past from this section
          "maxTemp": 25,
          "minTemp": 15,
          "manufacturer": "Eneco",
          "model": "RootedToon",
          "serial_number": "xxx.xxx.xxx.xxx"
      }
  ]

}

The plugin automatically lists the available options in the Homebridge log.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i homebridge-rootedtoon_mg

    Weekly Downloads

    2

    Version

    0.0.2

    License

    ISC

    Unpacked Size

    10.4 kB

    Total Files

    4

    Last publish

    Collaborators

    • marcogos