With all the new fuss about energy monitoring, I remembered that all danish electricity meters needs to offer live consumption data. This is done through a HAN (Home Area Network) port.
There is a widely available component that can share this data, called Smart-Me, but first of all, it’s relatively expensive compared to it’s a simple task, and more importantly, it relies on cloud, and this information should really just stay local.
My question is, has anyone else done any research in this? How have you enabled your Kamstrup meter to share data to Home Assistant?
I added the encryption keys that I requested from my utility provider and connected it to an MQTT container, and with some manual sensor modification, I now have live utility readings in HA.
Personally, I had issues getting a board to work from the power supplied by the HAN interface.
In the end, I ended up using an arduino nano33-ble to read the meter, and then send the data through bluetooth, to an esphome device.