2.1.0 • Published 1 year ago

homebridge-mill-heater v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

npm version

homebridge-millheat

Homebridge plugin for Mill heaters

The only reason this extension exist is thanks to Andreas Stræte. I have done only minor changes to it in order to make it work for my 3.gen Mill wall mounted heaters. I do plan to keep using this plugin for this only until Mill & Apple Home supports Matter. Then this will be deprecated.

Changes by Jensen2k

I needed the abillity to specify which home I wanted to show up in Homebridge, since I'm also running Mill at the cabin. This can now be done by specifying an array called "selectedHomes" in config.

Installation

npm install homebridge-millheat -g

Configuration

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

Features

Modes:

  • Independent devices: HEAT, OFF
  • Room assigned devices: AUTO, HEAT, OFF

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

  • Only tested with room assigned heaters
  • Only tested with celcius as unit
  • Tested with Node.js Version v12.15.0 and homebridge 0.4.50