Open arshaver opened 2 years ago
I can see it in the main rtl_433 MQTT topic:
But not on the Home Assistant topic:
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?
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.
I can see it in the main rtl_433 MQTT topic:
But not on the Home Assistant topic:
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?