Hi,
I can find a lot of information about integration of the recent P1 link for homewizard, but I’m trying to integrate my old energy link. I already found some commands to read it:
IP/password/el/graph//<[day/week/month/year]>
IP/password/el/get/0/readings
IP/password//el/get/0/telegram
The first and the second command give a response, the last one gives a failure. But with the first two I can get the information out of the link.
Can anyone tell me how I can integrate this into home assistant ? See the responses below.
IP/password/el/get/0/readings, gives the response:
{“status”: “ok”, “version”: “3.403”, “request”: {“route”: “/el” }, “response”: [{“type”:“electricity”,“tariff”:1,“consumed”:440.683,“produced”:456.977},{“type”:“electricity”,“tariff”:2,“consumed”:438.798,“produced”:1011.508},{“type”:“gas”,“consumed”:147.947,“timestamp”:1700949601}]}
IP/password/el/graph//<[day/week/month/year]> gives the responce:
{“status”: “ok”, “version”: “3.403”, “request”: {“route”: “/el” }, “response”: [{ “t”: “2023-11-24 00:00”, “u”: 55, “a”: 55, “s1”: 0, “s2”: 0, “g”: 0.00}, { “t”: “2023-11-24 00:05”, “u”: 53, “a”: 53, “s1”: 0, “s2”: 0, “g”: 0.00}, { “t”: “2023-11-24 00:10”, “u”: 54, “a”: 54, “s1”: 0, “s2”: 0, “g”: 0.00}, and so on for every 5 minutes, from yesterday to the current time.
Thanks,
Ronald