Skip to content

cinghialino/PlotWatt-SmartThings-Logger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SmartThings SmartApp Energy Logger for PlotWatt


SmartThings SmartApp to send energy meter data (watts) to PlotWatt. Testing with HEMv1 but will likely work with any device that supports EnergyMeter capabilities with SmartThings.

Requirements

  • SmartThings HUB
  • Device that supports the "EnergyMeter" capability (tested with HEMv1)
  • PlotWatt account - Free

Installation

  1. Create a PlotWatt account, create a new house and for your energy meter type select PlottWatt API
  2. Navigate here: https://plotwatt.com/docs/api and retrieve your API ID.
  3. Next you'll need to create a meter using the API. If you have more than 1 meter, you'll adjust this number. Use a UNIX or Mac system with curl:
$ curl -X POST -d "number_of_new_meters=1" http://YOURAPIID:@plotwatt.com/api/v2/new_meters
  1. This command, if successful, will return your new meter ID(s). Make note of this for your installation of the SmartApp.
  2. Now, add a SmartApp and do from Source Code and copy the RAW data from Github.
  3. Save and publish the app.
  4. Go to your phone, +, add Smart App and add the API ID and Meter ID.
  5. If you have multiple devices, you'll need to duplicate this again and name it something different.

Bugs/Contact Info

Bug me on Twitter at @brianwilson or email me here.

About

SmartThings SmartApp Energy Logger for PlotWatt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Groovy 100.0%