Sha256: a9b6525b836239d0a56c2a6be061f91eeb13daa923177c96a0a63b39085d945b

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

freezerwatch
============

Want to monitor a fridge/freezer and make sure the door isn't left open or it doesn't die or lose power?  La Crosse Technology sells alarms that do that.

Want a quick command-line way to make sure those alarms are up and working?  This utility can help.

The --live option will exit with a zero status if all of the devices you passed in are found and registered, we have readings within te last day, and all devices have adequate battery.

Config
------

Create a file called freezerwatch.json with the login information you use for lacrossealerts.com:
```json
{
    "username": "my@email.com",
    "password": "my_password"
}
```

Usage
-----
npm install freezerwatch

```sh
if freezerwatch --live --device "123" --device "456" --device "789"
then
  echo "All monitoring is live and working!"
else
  echo "Check your sensors!"
fi
```

Device IDs
----------

You can find device IDs by logging into lacrossealerts.com/login and looking at the link that your 'Download' button points to.

Note
----
La Crosse Technology and La Crosse Alerts are registered trademarks of La Crosse Technology Ltd.  I use their products but am not employed by or connected to them in any other way.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
freezerwatch-0.2.0 node_modules/freezerwatch/README.md