cyberjunky / RTL-SDR-P2000Receiver-HA

Receive P2000 messages using RTL-SDR stick and post them to Home Assistant
MIT License
23 stars 11 forks source link

sdr isssues #40

Closed firefigther0575 closed 2 years ago

firefigther0575 commented 2 years ago

maybe a solution instead of a issue

i had some different sdr related issues. after some fiddeling en trying . i was having some driver troubles so i used the next code.

sudo nano /etc/modprobe.d/raspi-blacklist.conf

blacklist dvb_usb_rtl28xxu blacklist rtl2832 blacklist rtl2830

cyberjunky commented 2 years ago

Thanks, I added it to the readme. BTW I'm trying to create a home-assistant add-on for this, so we can just plug the dongle in the HA server. Still lot of work to do though...

firefigther0575 commented 2 years ago

Thanks, I added it to the readme. BTW I'm trying to create a home-assistant add-on for this, so we can just plug the dongle in the HA server. Still lot of work to do though...

o that sound great! but.... can i use 2 sdr decoders at the same time...

i'm using a redundant system when 1 dies... other takes over..

firefigther0575 commented 2 years ago

when ready i would like to test it!!

cyberjunky commented 2 years ago

Still busy with the basic image, then the options/configurations, will let you know.. Now you have two dongles in one system? How does the takeover works? What did you code/install for that?

firefigther0575 commented 2 years ago

i use 2 different pi3, then let it post to HA....with node red to tts. with small different name changes like * or . with Nodered i monitor the ouput when nothing is coming of sdr 1 it looks at sdr 2 when that haves a ouput it post it to tts.

when sdr 1 has no output for 4 messages it switches to sdr 2. but im stil fine tuning it