Announcement

Collapse
No announcement yet.

Hildebrandglow MQTT to multiple devices

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Hildebrandglow MQTT to multiple devices

    Hi Guys,

    I'm using the Hildebrandglow - Smart Meters - SMETS2 to read accurate live energy usage. This works great, and I can see the data in MQTT. I'm trying to import this into homeseer3.

    The Payload comes in as one big stream

    {"electricitymeter":{"timestamp":"2022-09-09T12:01:36Z","energy":{"export":{"cumulative":970.698,"unit s":"kWh"},"import":{"cumulative":37426.133,"day":14.593," wee k":128.118,"month":235.541,"units":"kWh","mpan":"21999963 787 00","supplier":"---","price":{"unitrate":0.28290,"standingcharge":0.48140}} },"p ower":{"value":2.278,"units":"kW"}}}

    Can anyone please help me advise on how I can get this information in to homeseer devices?

    Thanks

    Jim

    #2
    The easiest way it to use mcsMQTT pluign. It will listen for new messages, decode the JSON and allow you to pick which of JSON keys you want to associate with HS devices. You can also pick data for inclusion in HS Energy database or other external databases. No scripting needed.

    Click image for larger version

Name:	0x.png
Views:	72
Size:	174.1 KB
ID:	1565955

    Click image for larger version

Name:	1.png
Views:	59
Size:	35.4 KB
ID:	1565956Click image for larger version

Name:	2.png
Views:	55
Size:	4.5 KB
ID:	1565957

    Comment

    Working...
    X