I’ve got some Efergy sensors and a hub which work pretty well for monitoring our power usage, but I don’t like that all my data gets pushed to Efergy servers - that sort of data is very sensitive as you can tell when people are home or not etc. Wish I could hack the hub to store locally instead but haven’t seen this done. Wondering if there’s an alternative which would allow integration with Home Assistant and not send anything to the cloud.
Ideally I’d like sensors to monitor certain powerpoint as well as the clamp style for installation in meterbox. Would be nice if it had solar support
I used S0 energy meters, and connected them to a Pi which is running vzlogger (tool that sends the data to volkszähler). On my main power meter I got myself a IR to Serial adapter. Volkszähler is very customizable if you know how to do API calls. You can even measure water, tempertures and others.
I have a very homebrew solution.
I use a currentcost clamp (like this one) which sends current usage update every 6 seconds on 433mhz.
I then use a USB-DVB dongle and rtl_433 to receive and decode the 433mhz. I created a hassio addon to send mqtt messages with the usage.
IIRC currentcost also supports per-socket monitor, too but I never used one.
Yes I just took a look and it looks very nice, but seems to be leaning toward openhab and their own “open source” (Im sure its open, but practically only they sell it) hardware ecosystem.