2.0.1 • Published 6 months ago

homebridge-millheat v2.0.1

Weekly downloads
11
License
MIT
Repository
github
Last release
6 months ago

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:

  • 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
2.0.0-beta.0

6 months ago

2.0.1

6 months ago

2.0.0

6 months ago

1.3.0

2 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.7

3 years ago

1.1.2

3 years ago

1.0.6

4 years ago

1.0.5

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

1.0.0

4 years ago