Efergy 2 or more sensors

Wow, amazing. Works perfect !!
Thanks.

Hi @miniconfig.

Just thought I’d let you know that there is indeed some documentation for the Efergy API here.

If you’re ever going to add anything to the Home Assistant component let me know as I have worked extensively with the API and literally know exactly how it all works.

(Sorry for commenting on a really old thread, not sure what the rule is on that here)

This fix does not solve the case when you have one device producing two data streams. I would recommend suffixing the CID to the end of the id. You could do something like this: https://gist.github.com/daniel-stoneuk/b8d7d372baa0e5875a1e64ceebfc65bb

I have the EcoEye paired up with the Efergy backend and the data output is like so: [{"cid":"PWER","data":[{"1495036369000":681}],"sid":"8","units":"kWm","age":4},{"cid":"PWER_GAC","data":[{"1495036369000":156}],"sid":"8","units":null,"age":4}]

I don’t have time to create a new PR as I’ve got exams very soon but would be very grateful if someone made the small change.

Excuse me i have the same problem. I have 2 transmitter and i request data from tasker with plugin autoweb. I obtain TOKEN with the command on the photo and use segret Key and segret Key parameter: token.
Now i have differents automatic api action ( see photo) and use getInstant command. Now i have only the Reader of 1 sensor. How Can obtain data from second sensor?

Just created a PR for this after all this time! Now I can view both solar generation and consumption.
image