bemasher / rtlamr

An rtl-sdr receiver for Itron ERT compatible smart meters operating in the 900MHz ISM band.
GNU Affero General Public License v3.0
2.19k stars 249 forks source link

problems piping to mosquitto_pub #125

Closed kingearwig closed 4 years ago

kingearwig commented 4 years ago

Thank you for your hard work on this project!!! when I run this command ./rtlamr -server 10.0.0.76:1234 --format=json | mosquitto_pub -h 10.0.0.192 -l -t rtlamr/raw that I've seen used by several others on the internet, my cpu usage spikes to 100% and I never see a published mqtt msg... Is my system not powerful enought for this command? rtlamr by itself sits at about 35% cpu usage with the rpi desktop and a chromium window open.

kingearwig commented 4 years ago

I switched to using RTLAMR collect to send data directly to influxdb. This works fine and there is no need for any mqtt and node red foolishness. Sorry for wasting space