Efergy energy meter have a open API to retrieve info.
You only need create a new token for apps:
1- login with your efergy credentials in energyhive (efergy is a energyhive rebranded)
http://www.energyhive.com/settings/tokens
- Click on add token
And you can test json with this token here:
http://www.energyhive.com/content/about/develop
Code: Select all
your url with token are like this: http://www.energyhive.com/mobile_proxy/getCurrentValuesSummary?token=xxxxxxxxmytokenxxxxxxxxxx
[{"cid":"PWER","data":[{"1429296007000":609.385}],"sid":"591051","units":"kWm","age":8}]
My goal is parse "data" 609,385 watts to send every 1 minutes to Energy sensor in Domoticz.
PD: Finally it works, see next post
PD2: Edited in 2021, keeps working, efergy are reliable company. 6 years working without issues.