0.4.1 • Published 5 years ago
homebridge-infinitude v0.4.1
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
0.4.1
5 years ago
0.4.0
5 years ago
0.3.2
5 years ago
0.3.0
6 years ago
0.3.1
6 years ago
0.2.6
6 years ago
0.2.3
6 years ago
0.2.5
6 years ago
0.2.4
6 years ago
0.2.2
6 years ago
0.2.1
6 years ago
0.2.0
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.0.7
6 years ago
0.1.0
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago