jortberends / homebridge-icy

Homebridge plugin for ICY (aka E-thermostaat)
0 stars 0 forks source link

homebridge-icy

Homebridge plugin for the Essent E-Thermostat, also known as ICY.

Plugin voor de Essent E-Thermostaat, ook bekend als ICY.

Install plugin

npm install -g jortberends/homebridge-icy

Configure homebridge

Add this to your homebridge configuration:

    "accessories": [
         {
            "accessory": "ICY",
            "name": "ICY",
            "apiroute": "https://portal.icy.nl",
            "username": "",
            "password": ""
        }
    ]