Skip to content

Simple script to return propane tank level from a Neevo account

Notifications You must be signed in to change notification settings

kayvz/neevo_tank_monitor_query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Neevo Tank Monitor Script

This simple script returns the tank monitor level from a propane tank setup in the Neevo app. The script takes one input argument from the command line, which is the HTTP Basic Authorization of the Neevo account. To get your HTTP auth, follow these instructions: https://mixedanalytics.com/knowledge-base/api-connector-encode-credentials-to-base-64/. It's basically an encoded version of your Neevo username and password.

The script is setup to return the tank level (e.g. "70" for 70% full).

Have not tested the script on Neevo accounts with multiple tanks, etc.

Usage

bash script.sh $NEEVO_AUTHORIZATION

About

Simple script to return propane tank level from a Neevo account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages