pj3s Posted September 10, 2014 Share Posted September 10, 2014 (edited) 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. Enjoy! Feedback is welcome. Edited September 10, 2014 by pj3s Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now