-
I installed rtlamr on my mac , plugged in an rtl_sdr, and ran it:
./go/bin/rtlamr -msgtype=r900 -centerfreq=912000000
16:06:46.280750 main.go:90: Error connecting to spectrum server: dial tcp 127.…
-
Hi! I'm hoping to use this with HA to keep track of my utility meters. When following your instructions, I get the following which appear to be errors (in red):
```Step 3/15 : RUN go get -v github.…
-
I have been running this docker for ~18 months without issue for my gas meter. About a month ago, it randomly stopped working. For reference, [this](https://www.amazon.com/dp/B011HVUEME) is my SDR, pl…
-
### Current Situation
Will rtl_433_ESP work (or can it be adapted) to decode smart meter messages on the ~912MHz frequency range?
This can be done on Windows/Linux using rlt_sdr dongles with the rtl…
-
When I use `lmm_tcp` with [rtlamr](https://github.com/bemasher/rtlamr), it complains about an "Invalid magic number"
```bash
$ rtlamr -server=127.0.0.1:1234 -msgtype=all
15:08:43.332225 main.go…
-
I run this command to find my meter `~ docker run --rm -ti -e LISTEN_ONLY=yes -e RTL_MSGTYPE="all" -e RTL_TCP_ARGS="-d 777" --device=/dev/bus/usb:/dev/bus/usb allangood/rtlamr2mqtt
`
but get an err…
-
I am running rtlamr2mqtt version: 2.2.1. I am trying to change the centerfrequency and run in listen_only mode to see what meters I can find. However, whenever I enable listen_only mode, then the cent…
-
The problem was discussed on a thread in the google group: https://groups.google.com/forum/#!msg/rtl_433/loZFvPhCxOE/BmvuBqDLAQAJ
There are two parts to this issue. One is adding support for other …
-
I have been using rltamr to read my electric meter for many months now without issue -- the meter transmits a message every couple of seconds.
About a month ago, I stopped receiving regular message…
-
Made a custom docker container with rtl-sdr, rtlamr, and rtlamr-collect. When it starts up, I think there's a race condition that I'm working out where something starts before something else resulting…