rtlamr2mqtt icon indicating copy to clipboard operation
rtlamr2mqtt copied to clipboard

Docker container to send rtlamr readings to a mqtt broker

Results 25 rtlamr2mqtt issues
Sort by recently updated
recently updated
newest added

It would be great to be able to do something like the following in secrets,yaml and then use that in the config to hide the meter IDs in the main...

enhancement

Due to dockerhub rate limiting of 100 pulls per 6 hours, I think it might be nice to use Githubs built-in registry too.

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5. Release notes Sourced from docker/metadata-action's releases. v5.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @​crazy-max in docker/metadata-action#328 Bump @​actions/core...

dependencies
github_actions

Make this plugin show as a device with entities in mqtt instead of random entities

It would be quite nice to allow for [tariffs](https://www.home-assistant.io/integrations/utility_meter/#tariffs) to be setup as part of a meter, just as an extra configuration similar to "device_class". Home assistant does not support...

``` $ docker run --rm -ti -e LISTEN_ONLY=yes -e RTL_MSGTYPE="all" --device=/dev/bus/usb:/dev/bus/usb allangood/rtlamr2mqtt Traceback (most recent call last): File "/usr/bin/rtlamr2mqtt.py", line 38, in log_message('Starting in LISTEN ONLY Mode...') NameError: name 'log_message'...

First off, thanks for this great project! I have been using it for months to get usage from my gas and water meters into HA. Recently I discovered that I...

`docker run --rm -ti -e LISTEN_ONLY=yes -e RTL_MSGTYPE="all" --device=/dev/bus/usb:/dev/bus/usb allangood/rtlamr2mqtt` run it in listen mode select all msg types and output to mqtt so that i can go back and...

enhancement

It would be great for rtlamr2mqtt not to log every reading, to reduce wear on on a device running off an SD card. The only options for "verbosity" setting are...

enhancement

Had some issues with the Addon after the 2024.5.1 upgrade. Attempted to reinstall the addon, and now it won't install. I get the following error The command '/bin/sh -c go...