Page 1 of 1

EnergyHive Meters (Efergy, etc) plugin Request

Posted: Sunday 05 February 2017 7:21
by korniza
Hi all,
I was looking a way to move a script I have for getting value of power usage to a plugin structure. The documentation of API can be found on the following link

Code: Select all

http://napi.hbcontent.com/document/index.php
I use the following format of url to call API

Code: Select all

http://www.energyhive.com/mobile_proxy/getInstant?token=fLyqemtcxX1ks2AlppzErn3bwZOPjN5t
and the result looks like this

Code: Select all

{"age":2,"last_reading_time":1486275040000,"reading":510.485}
I try to find a way to use Domoticz.Send for querying API. Any help?