Infinitude Plugin for Homebridge
This plugin will create thermostat accessories for each enabled zone in infinitude. For simplicity, it only supports OFF
or AUTO
mode:
- In
OFF
mode, it will set infinitude activity for that zone toaway
. - In
AUTO
mode, it will set infinitude activity for that zone tomanual
. Upon adjusting the target temperatures, it will update that zone'smanual
activity'sclsp
andhtsp
accordingly.
Other settings:
- If
holdUntil
is specified, it will setotmr
to the specified hour when changing toAUTO
mode.
{
"platforms": [
{
"platform": "InfinitudePlatform",
"url": "http://<infinitude host>:<infinitude port>",
"holdUntil": "00:00"
}
]
}
docker run -d -e MODE='Production' -e PASS_REQS='0' jimhe/infinitude:1.0.0
- Add
InfinitudePlatform
toplatforms
in newconfig.json
in root directory of this repository. yarn && yarn test && yarn start
To reset cache: yarn dropcache