homebridge-mill-local
v0.1.0
Published
Homebridge local connection to Mill heaters
Downloads
20
Maintainers
Readme
Mill local connection for Homebridge
This is very much in development. I have only tested this on Mill Gen 3 heaters.
All my heaters are set to independent mode without cloud.
Install
npm i homebridge-mill-local
Configuration
{
"devices": [
{
"name": "Office",
"ip": "192.168.0.101"
},
{
"name": "Bedroom",
"ip": "192.168.0.102"
}
]
}