Jump to content

Efergy Engage current electricity consumption


pj3s

Recommended Posts

Just got my Efergy Engage hub kit for monitoring my power consumption (http://engage.efergy.com).

Since i'm not a fan of the web-interface / iphone app i tried to create an alfred workflow.

 

Grab it here: http://bit.ly/1tyl4ui.

 

How to install:

1. Import the workflow.

2. Edit the properties.py:

- open Alfred preferences;

- right-click on efergy workflow, choose show in finder;

- edit properties.py using your favorite editor;

- fill in your username and password:

#!/usr/bin/python3
# encoding=utf-8
 
_USERNAME      = "<your-username>"

 

_PASSWORD      = "<your-password>"
- save the file.
3. That is all!

 

Now type 'efergy', and your latest reading will appear.

 

efergy_workflow.png

 

Enjoy! Feedback is welcome.

Edited by pj3s
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...