hassio_addons icon indicating copy to clipboard operation
hassio_addons copied to clipboard

SCMplus consumption data not being sent to Home Assistant

Open arshaver opened this issue 2 years ago • 1 comments

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?

arshaver avatar Jul 05 '22 04:07 arshaver

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.

thejeffreystone avatar Dec 10 '22 02:12 thejeffreystone