homebridge-infinitude
v0.4.1
Published
Infinitude Plugin for Homebridge
Readme
homebridge-infinitude
Infinitude Plugin for Homebridge
Behavior
This plugin will create thermostat accessories for each enabled zone in infinitude. For simplicity, it only supports OFF or AUTO mode:
- In
OFFmode, it will set infinitude activity for that zone toaway. - In
AUTOmode, it will set infinitude activity for that zone tomanual. Upon adjusting the target temperatures, it will update that zone'smanualactivity'sclspandhtspaccordingly.
Other settings:
- If
holdUntilis specified, it will setotmrto the specified hour when changing toAUTOmode.
Install
Homebridge Configuration
{
"platforms": [
{
"platform": "InfinitudePlatform",
"url": "http://<infinitude host>:<infinitude port>",
"holdUntil": "00:00"
}
]
}Running Infinitude
docker run -d -e MODE='Production' -e PASS_REQS='0' jimhe/infinitude:1.0.0Development
- Add
InfinitudePlatformtoplatformsin newconfig.jsonin root directory of this repository. yarn && yarn test && yarn start
To reset cache: yarn dropcache
