thejeffreystone / hassio_addons

Apache License 2.0
48 stars 29 forks source link

SCMplus consumption data not being sent to Home Assistant #34

Open arshaver opened 2 years ago

arshaver commented 2 years ago

I can see it in the main rtl_433 MQTT topic: image

But not on the Home Assistant topic: image

Looking at the rtl_433 code I see it gets created as 'Consumption' (note the capitalization), but in rtl_433_mqtt_hass.py the mappings dict has it as lower case 'consumption' - could that be the issue?

thejeffreystone commented 1 year ago

It should actually send it to HA as "meter" That may not be correct. I need to look at the different sensors and see if there is a better one.