I can’t comment sorry. It was working until my Energomonitor gateway died last year. Energomonitor support were less than helpful. Their suggestion was to buy a new one from a retail partner - and the only retailers I could find were in Poland or other Eastern European countries - and none would ship directly to NZ. I’ve since switched to using a Shelly EM for the mains, and Tasmota switches that I have locked to always on mode to act as smart power meters on individual appliances (instead of being a switch).
Thank you, that’s also good information. Have you been satisfied with shelly?
I tried to get data from energomonitor but was only able to find out the api key + userID and feedsID, but didn’t get it work. I have not skills (yet) to understand yaml code, so it’s more or less copy pasting code for me.
The code I posted back in Aug '21 should work for you if you substitute in your IDs for your feed [your_feed_id]
and different streams [stream_id_for_your_mains_W]
, etc.
resource: https://api.energomonitor.com/v1/feeds/[your_feed_id]/streams/[stream_id_for_your_mains_W]/data?limit=1
As far as the shelly, I haven’t looked at it since I set it up (well until last night when I checked the firmware version because of the release notes/breaking changes for HA 2024.1). It just works. I like the fact it doesn’t need a power adaptor or batteries.
I guess I got it work now, at least I’m getting proper values.
The problem was [ and ] characters in secrets.yaml file which I accidentally left there.
Well… Let’s wait if Energy dashboard will work after few hours. If so, it’s time to get more data from energomonitor. Thank you all!