homebridge-tank-utility
v1.1.0
Published
Monitor your Tank Utility propane level within HomeKit.
Downloads
3
Maintainers
Readme
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