0.1.0 • Published 7 years ago

homebridge-icy v0.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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": ""
        }
    ]