0.4.1 • Published 3 years ago

homebridge-infinitude v0.4.1

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

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 OFF mode, it will set infinitude activity for that zone to away.
  • In AUTO mode, it will set infinitude activity for that zone to manual. Upon adjusting the target temperatures, it will update that zone's manual activity's clsp and htsp accordingly.

Other settings:

  • If holdUntil is specified, it will set otmr to the specified hour when changing to AUTO mode.

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.0

Development

  1. Add InfinitudePlatform to platformsin new config.json in root directory of this repository.
  2. yarn && yarn test && yarn start

To reset cache: yarn dropcache

0.4.1

3 years ago

0.4.0

3 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.6

4 years ago

0.2.3

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.0.7

5 years ago

0.1.0

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago