2.0.3 • Published 3 years ago

@kormoc/homebridge-tank-utility v2.0.3

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

homebridge-tank-utility

This is a forked version of https://github.com/pauloruberto/homebridge-tank-utility

This plugin allows you to view your TankUtility propane level within HomeKit. The level is exposed as a Humidity sensor, allowing you to view the percentage from 0-100.

Prerequisites

Before installing homebridge-tank-utility, make sure that you have succesfully installed Homebridge.

Installing

npm install -g homebridge-tank-utility

Updating

npm update -g homebridge-tank-utility

Sample Config

Simply enter your username and password used to log into the TankUtility portal.

"accessories": [{
  "accessory": "TankUtility",
  "name": "TankUtility",
  "username": "your_username",
  "password": "your_account_password"
}]

Acknowledgments

  • Thanks to the folks over at TankUtility for exposing the API that lets this happen
2.0.3

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.1

3 years ago