torandreroland / homebridge-millheat

Homebridge plugin for Mill heaters
14 stars 5 forks source link

npm version

homebridge-millheat

Homebridge plugin for Mill heaters through MillNorway API

Installation

npm install homebridge-millheat -g

Configuration

{
    "platforms": [
        {
            "platform": "millheat",
            "name": "millheat",
            "username" : "your@email",
            "password": "hunter2",
            "ignoredDevices": []
        }
    ]
}

Features

Modes:

If set to AUTO, you can't change the target temperature. This is set by room program. If set to HEAT, it will be set to independent mode, and you can adjust the temperature. If set to AUTO again it will return to room assigned program.

Caveats