Hello dear community,
I am not so familiar with the Home Assistant as I come from the IoBroker world.
Basically, I understand how the HA works, but there are still a few things I need to understand
I currently have a problem understanding the data I receive via MQTT.
I am currently trying to integrate my IM350 electricity meter from my network operator Kelag (Austria) into HA via MQTT.
I have also received a reader from the operator as well as a key for decrypting the data.
The connection between MQTT and the meter is established and I can see the data stream via the MQTT Explorer in the HA.
Now my understanding is beginning to crumble.
I can see the stream in the MQTT Explorer, but how can I process the stream I receive from the meter?
The stream I get from the counter looks like this:
30.01.2024 22:17
{"0-0:96.1.1":{"value":"2221202135132"},"0-0:96.13.0":{"value":""},"0-0:96.13.1":{"value":""},"0-0:1.0.0":{"value":0,"time":1706649453},"1-0:1.8.0":{"value":1024614,"time":1706649453},"1-0:2.8.0":{"value":0,"time":1706649453},"1-0:3.8.0":{"value":386,"time":1706649453},"1-0:4.8.0":{"value":541771,"time":1706649453},"1-0:1.7.0":{"value":393,"time":1706649453},"1-0:2.7.0":{"value":0,"time":1706649453},"0-0:2.0.0":{"value":6470,"time":0},"api_version":"v1","name":"2221202135132","sma_time":6493} true
Here I would like to permanently retrieve the value from 1.7.0 (current watt consumption) and then display the values cumulated in daily, weekly, monthly and possibly also store my kilowatt price so that I know how much electricity I am consuming.
Unfortunately, I don’t have the experience or the idea of how to implement this in the HA.
I assume I will have to enter something in the YAML so that I get an entity at all (which is currently not the case).
Can someone here help me and give me a tip on how I could best implement my plans and which direction I should continue to research.
Thank you very much for your help and tips.
LG
mandragora