this post was submitted on 15 Dec 2023
15 points (94.1% liked)
homeassistant
11998 readers
114 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Strange! Nothing jumps out at me as being an obvious problem with your setup. I'm doing something similar, though instead of rtlamr2mqtt (which I didn't know about) I have a bash script run via cron that parses rtlamr output via jq and pipes that to mqtt (mosquitto), but there's very little to it. I know the energy dashboard setup is picky about the energy recording entities.
Mine looks like:
The name of the entity is
sensor.gas_meter
and the state is currently113812
as an example.Might be worth reading through GitHub issues for rtlamr2mqtt, including closed ones, if you haven't already. Or maybe a hass restart? Can't think of anything else.