1.1.0 • Published 4 years ago

homebridge-mystrom-plug-sensors v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

homebridge-mystrom-plug-sensors

This Homebridge plugin can be used to integrate the temperature sensors of your mystrom plugs into HomeKit.

Credits

Based on homebridge-http-temperature-sensor. This plugin uses the REST interface described in https://mystrom.ch/wp-content/uploads/REST_API_WSE-11.txt

Installation

You need to have Homebridge installed. Then run the following command to install homebridge-mystrom-plug-sensors

sudo npm install -g homebridge-mystrom-plug-sensors --unsafe-perm

Below is an example of an accessory setup for in .homebridge/config.json :

      {
        "accessory": "HTTP-TEMPERATURE",
        "name": "Guest Room Temperature",
        "getUrl": {
          "url": "http://IP.of.mystrom.switch/report",
          "method": "GET"
        }
      }
1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago