I have this MEP card (power meter extension) that sends out indications about consumption every 20 seconds. I need to monitor these. I’m totally new to HA but figured that should be possible? The indications are JSON and the schema cannot e changed…so I need “something” in my HA that can be configured to accept this JSON and parse it.
I found some links but the use cases in those links are all about the HA polling some other API. But in this case I need to “create” the API in HA and just accept whatever the MEP card sends…Is that possible?
Unfortunately I have zero configuration possibilities on the MEP card communication. It has a fixed IPv6 address and it pushes consumption indications to another fixed (!) IPv6 address. So I need to grab data on the url “https:<IPv6_TargetAddress>/meterdata”. This is crap I know but this is what is possible. So right now I have my Synology (where HA is installed) configured as that target IPv6 address so the indications are flowing - but something on my Synology (preferable HA) has to accept the JSON on the “/meterdata” endpoint.