Take charge of your own Ambient weather data with Raspberry Pi, MQTT, and Home Assistant.

  Переглядів 34,586

mostlychris

mostlychris

День тому

No longer do you need to rely on external APIs to view and store weather data from your own personal weather station. I walk you through using a Raspberry Pi and USB SDR with rtl_433, MQTT, and Home Assistant to grab and graph your data.
Watch my latest video here: www.tubebuddy.com/quicknav/la...
Discord: / discord
If you would like to support me:
Buy me a beverage: ko-fi.com/mostlychris
Become a patron: / mostlychris
Products I reference in my videos (Contains affiliate links)
www.mostlychris.com/my-smart-...
Watch my latest video here: www.tubebuddy.com/quicknav/la...
Discord: / discord
If you would like to support me:
Buy me a beverage: ko-fi.com/mostlychris
Become a patron: / mostlychris
Products I reference in my videos (Contains affiliate links)
www.mostlychris.com/my-smart-...
DISCLAIMER: This UKposts video description contains affiliate links. Your cost doesn't change for the linked products but I might receive a small commission which helps me to continue providing content like these videos.
Videos Referenced:
Using InfluxDB and Grafana with Home Assistant: • Using Grafana and Infl...
Products Referenced:
Ambient WX Station with WH65B Sensors: amzn.to/3m5X5no
Temp Humidity Pressurs Sensor: www.ambientweather.com/amws10...
USB SDR Dongle: amzn.to/3m3MHg7
Raspberry Pi 4 Kit: amzn.to/2VVZarl
00:00 Intro
00:36 Raspberry Pi Parts
01:47 Install prereqs on Pi
03:37 Install rtl_sdr on Pi
05:53 Install rtl_433 on Pi
08:05 Check that installed packages and receiver works
09:05 First traffic received
11:02 Install MQTT on Home Assistant and create user
13:46 Start sending MQTT packets from Pi to Home Assistant
17:48 Check Home Assistant for MQTT Packets
20:00 Create sensors in Home Assistant
26:08 Build Grafana Graphs
34:35 What else can we do with the sensor data?
35:26 Wrap Up!
Commands used. Watch the video for context on where to use them.
Install rtl_sdr
mkdir sdr
cd sdr
sudo apt-get update
sudo apt-get install git cmake libusb-1.0-0-dev build-essential
git clone git://git.osmocom.org/rtl-sdr.git
cd rtl-sdr
mkdir build && cd build
cmake ../ -DINSTALL_UDEV_RULES=ON -DDETACH_KERNEL_DRIVER=ON
make
sudo make install
ldconfig
Install rtl_433
cd ../../
git clone github.com/merbanan/rtl_433.git
cd rtl_433
mkdir build
cd build && cmake ../
make
sudo make install
Running the program
rtl_433 -f 915M
Sensor yaml: paste.ubuntu.com/p/t8qnRbtyt2/
DISCLAIMER: Some of the links above take you to affiliate sites that may or may not pay a small commission to me. It doesn't increase the cost to you, but it does help support me in making these videos.
Want to send me something? Send it here!
Mostlychris
24165 IH-10 West
STE 217 #164
San Antonio, TX 78257

КОМЕНТАРІ: 169
@infocusaerialmedia8041
@infocusaerialmedia8041 3 місяці тому
So it's a new year and I need to set my rtl_433 stats to zero. I am running Home Assistant with MQTT and the rtl_433. Thanks Chris
@TheDanielsherer
@TheDanielsherer 2 роки тому
Chris, thanks so much for doing such a good job with this walk-thru! It's been a couple years since you did this but the menus haven't changed (too much) in HA, so it was easy to follow. I didn't have a spare Pi-4, but its running smoothly on a Pi-3b. Also, instead of "Buster", I installed Bullseye. Again, no issues. For me the big incentive of doing this is LESS about fear of "the cloud" not being accessible and MORE about not having a separate app/device that don't talk to each other. Oh, and also, being able to "see" all the other devices in my area. I mostly wanted to get my weather-station data. When I started seeing my gas meter and the sensors in my freezers, WOW, very happy. Keep up the good work!
@mostlychris
@mostlychris 2 роки тому
Thanks! I have had random issues with the weather APIs being available. When our internet fails, it is usually due to storms and that is exactly when I want to get that wx station data. Having a local receiver pushing updates directly into HA is nice in those situations.
@geektoolkit
@geektoolkit 3 роки тому
I was researching before making a walkthrough video of the official integration and found this...I'll make sure to link to it because what you did is pretty epic and valuable work! Being able to bypass in case the cloud system goes down, or just for those that want to avoid the cloud entirely is super valuable!
@mostlychris
@mostlychris 3 роки тому
Thanks! In the early days, we had lots of issues with WU and I wish I had this in place then. Ambient has been better but it has suffered issues as well. Keeping the data local and storing it in InfluxDB and displaying in Grafana has been awesome.
@TomWhi
@TomWhi 3 роки тому
Chris - this is an amazing video. It inspired me to purchase and SDR dongle because I have a whole-house power consumption thing my power supplier gave to me which outputs to a small LDC display, it didn't have any information on it to say if it was transmitting on 433Mhz or if the signal was going to be encrypted but I thought I'd try it anyway - I followed your steps to the letter (by pasting them in) and the dongle started sniffing the air - I had to tweak the frequency until I found my power consumption unit - and then I started getting battered with data - it was amazing!! I managed to squirt all the data into InfluxDB directly (I don't have MQTT on my network) and then straight into Grafana. Thank you for taking the time to put the video together and capturing the commands so well.
@mostlychris
@mostlychris 3 роки тому
You are welcome! It's nice to see ya'll taking this and extending it for your own uses.
@xTruMB
@xTruMB Рік тому
Didn't help me 100% but brought me back to the correct path. Thank you very much!
@testchannel1834
@testchannel1834 3 роки тому
Great video , I have WS-2902A and wanted to log locally my weather station sensors during hurricane season here in South FL . You have a very detailed video . Thanks
@mostlychris
@mostlychris 3 роки тому
Thanks!. One note on that unit. I had to be very specific about my SDR antenna location. Seems that there isn't much transmit power coming out of the sensor pack. I have lots of radiant heat (metal) barriers around my house and it attenuates the signal quite a bit. If you have signal issues, experiment with antenna location and maybe even different antenna types.
@omaromari4038
@omaromari4038 2 роки тому
i know it's kinda randomly asking but do anyone know a good website to watch newly released movies online ?
@CA-FE-C0-FF-EE-00
@CA-FE-C0-FF-EE-00 Рік тому
Thank you a lot for the well explained video. I was super educated and entertained, while watching it. I'm now feeding two sensors into homeassistant, which gives me more precise temperature readings :)
@mostlychris
@mostlychris Рік тому
Glad it was helpful!
@rhbob
@rhbob 3 роки тому
dude, you are a command line genius... good on you!
@mostlychris
@mostlychris 3 роки тому
Years of experience as a Linux admin. But....I followed along with some steps so I can't take all the credit.
@JonGilmore
@JonGilmore 3 роки тому
terrific video, very informative!
@mostlychris
@mostlychris 3 роки тому
Thanks!
@benjaminlarsson8685
@benjaminlarsson8685 3 роки тому
Nice video and intuitive story telling.
@mostlychris
@mostlychris 3 роки тому
Thanks!
@joncurtis9102
@joncurtis9102 3 роки тому
This is really useful, thank you very much !
@mostlychris
@mostlychris 3 роки тому
You are welcome!
@joncurtis9102
@joncurtis9102 3 роки тому
@@mostlychris I am working on a project that might be of interest to you: to assign Digital Identities to devices such as a weather station, wind or solar power using blockchain technology
@mostlychris
@mostlychris 3 роки тому
@@joncurtis9102 Interesting.
@BeaverCreekAcres
@BeaverCreekAcres Рік тому
Great tutorial!! I am new to HA as of September 2022 and have learned a lot from your videos. This video was extra special to me because I have the same Weather Station. Everything went well and work just like yours until the the upgrades and now it’s all gone to pot!! Any chance you will post a new video after these upgrades? Thanks for all you do!! Tom
@mostlychris
@mostlychris Рік тому
Thanks for subscribing and THANKS for becoming a member! Can you tell me what is happening after the upgrade?
@arnoldbencz6886
@arnoldbencz6886 3 роки тому
Super video Sir!
@mostlychris
@mostlychris 3 роки тому
Thanks!
@Tdjxtcz
@Tdjxtcz 2 роки тому
great video 👏 helped me very much
@mostlychris
@mostlychris 2 роки тому
Thanks. You're welcome.
@arcinandsparkin
@arcinandsparkin 3 роки тому
mostlychris, Very helpful and informative video. I really like how you explained the "chain of custody" as data moved from a R.F. transmitter to an icon on my Home Assistant dashboard. One question: could you explain the -D flags on the cmake command? Thanks.
@mostlychris
@mostlychris 3 роки тому
Thanks! The cmake -D flags during install of rtl_433 have to deal with the USB drivers and how the USB dongle interacts with the system. Detaching the kernel driver prevents the kernel from using a generic driver and potentially preventing rtl from using the USB receiver. The udev flag adds in code to tell the pi how to handle the rtl receiver when it's plugged into the USB port.
@TMan4775
@TMan4775 2 роки тому
Thanks Chris for your videos. I do have a question on this build, do you use a separate Raspberry Pi for this or do you use your existing Pi to plug in the Nesdr Mini 2+ that is configured for Home Assistant? Thanks again Chris.
@mostlychris
@mostlychris 2 роки тому
I ran a separate pi just because I had it in the attic for better reception. If you were running your HA containerized which gave you access to the host OS, you might be able to run it all on one machine.
@kdsteele7
@kdsteele7 3 роки тому
Thanks for the video, Chris. Lots of great information here! After viewing it, I wanted to use the same technique to get openings and closings from some wireless Napco GEM-TRANSLP window and door sensors. Research indicated these sensors use 319.5Mhz and I used some waterfall software to confirm this. When I try to collect the openings and closings rtl_433 doesn't register anything. I expected rtl_433 to at least show some gibberish if it didn't recognize the device - but I get nothing. I know my setup is working, because if I change the frequency to 915Mhz, I see data from my own Ambient weather station. Any thoughts?
@mostlychris
@mostlychris 3 роки тому
Every device has a specific way to decode it and I think rtl_433 just ignores anything it doesn't decode. In that case, you wouldn't see gibberish but rather nothing at all. There is a list of supported devices at github.com/merbanan/rtl_433. I am guessing, of course, but my guess would be that those sensors can't be decoded and so just get ignored. Join the forum and see if they have any answers. groups.google.com/forum/#!forum/rtl_433. If I recall, there is a healthy discussion going on about new devices.
@garyscott4109
@garyscott4109 2 роки тому
Many thanks, great instructional video and I have the receiver up and running. Quick question though. I noticed that during the cmake for rtl_433 it reports not finding 'SoapySDR' and 'Doxygen', was this expected and will it have an impact that I have not yet experienced? Best regards.
@mostlychris
@mostlychris 2 роки тому
Soapy is one of the options for input. "Possible inputs are RTL-SDR, SoapySDR, and rtl_tcp.". If you are using RTL-SDR as the input, Soapy probably won't affect you.
@JoeMcPlumber
@JoeMcPlumber Рік тому
Thanks!
@mostlychris
@mostlychris Рік тому
Thank you for the support!!
@JoeMcPlumber
@JoeMcPlumber Рік тому
I've never seen that button before. More ppl should use it. I'd probably micro-transaction myself into poverty but it's convenient as heck.
@MrWatsop
@MrWatsop 3 роки тому
Hi Chris, following along with your video, think this is an amazing tutorial for the newbies like me. I have a few questions. Do you run home assistant on a separate pc using virtual machine or also from your raspberry pi? Can you use your raspberry pi still as you would normally if home assistant is installed on it?
@mostlychris
@mostlychris 3 роки тому
Hey Gys. I run a separate Home Assistant server but I also run quite a few add-ons such as NodeRed, Grafana, and AdGuard. I wanted a bit more power than what was available in, at the time, the pi3. Now that pi4 is out, it might handle that workload. The use of the pi for Home Assistant and something else is all dependent on resources. I probably have 4 or 5 Pis around the house doing various things outside of HA. One is a P25 radio receiver and another an ADSB receiver, for example. If you can swing it, I'd leave HA to its own Pi considering the importance of what it is doing.
@MrWatsop
@MrWatsop 3 роки тому
@@mostlychris thanks for the reply. Much appreciated. Will then setup HA on a separate dedicated device and use my pi for the weather station.
@mostlychris
@mostlychris 3 роки тому
Late reply I know..but good luck (you probably already have it done).
@RandomTorok
@RandomTorok 8 місяців тому
The link for the weather station takes us to an Amazon search that shows several weather stations. Which one do you recommend? Also the link for the Temp Humidity Pressurs Sensor is broken.
@kyle2055
@kyle2055 2 роки тому
Good on you
@mostlychris
@mostlychris 2 роки тому
Thanks!
@billarthur8996
@billarthur8996 3 роки тому
I wish I'd found this sooner. I've done essentially the same thing with a GW1000 and WeeWx. I'll be borrowing some ideas, however.
@mostlychris
@mostlychris 3 роки тому
WeeWx looks really nice. How does the data feed from the GW1000 to WeeWx?
@billarthur8996
@billarthur8996 3 роки тому
GW1000 receives 915MHz from the array, GW1000 puts it on WiFi to the raspberry. Weewx has an extension that reads the data. I'm building a solar station, looked at SDRs but most are power hogs. GW1000 uses 80mA.
@mostlychris
@mostlychris 3 роки тому
Thanks. I might play around with it. I like graphs and data.
@jkreski
@jkreski 3 роки тому
Great video, very informative. Can we get a list of commands you used? They are hard to see on the screen and I want to make sure I follow the detailed instructions exactly. Thanks!
@mostlychris
@mostlychris 3 роки тому
Here are the commands to install on the raspberry pi. You'll have to watch the video for context on where to use them of course. Install rtl_sdr # mkdir sdr # cd sdr # sudo apt-get update # sudo apt-get install git cmake libusb-1.0-0-dev build-essential # git clone git://git.osmocom.org/rtl-sdr.git # cd rtl-sdr # mkdir build && cd build # cmake ../ -DINSTALL_UDEV_RULES=ON -DDETACH_KERNEL_DRIVER=ON # make # sudo make install # ldconfig Install rtl_433 # cd ../../ # git clone github.com/merbanan/rtl_433.git # cd rtl_433 # mkdir build # cd build && cmake ../ # make # sudo make install Running the program # rtl_433 -f 915M
@jkreski
@jkreski 3 роки тому
@@mostlychris Thanks! I was able to follow the directions and it did decode my weather station data for a couple of hours. Amazing! I shut down the Pi and this morning it won't start. I suspect it may be a full disk / card issue. Is the data written to the card as it is decoded? I have a Raspberry Pi 3b and am running Raspian. Any suggestions? I put the card into my Windows 10 PC and looked around. Could not see any files I felt comfortable deleting.
@mostlychris
@mostlychris 3 роки тому
The data is sent to the mqtt feed if you have the command line set that way. As far as I know it's not stored locally. SD cards can be easily corrupted if the device is not shut down properly or the power gets yanked. Could be a corrupted card. Hard to tell without more info though.
@derricklayne1365
@derricklayne1365 2 роки тому
Hi Chris, Great video I tried a different one but couldn't get it to work with Home Assistant everything working great. One question how can I get the program to start on boot if I lose power Thanks
@mostlychris
@mostlychris 2 роки тому
You can use supervisor Here are a couple of articles that talk about how: www.programmersought.com/article/94827063260/ www.hagensieker.com/wordpress/2019/03/06/how-to-keep-rtl_433-alive-for-your-home-automation-using-supervisor/
@derricklayne1365
@derricklayne1365 2 роки тому
@@mostlychris Thank you works Great
@gabrielfair724
@gabrielfair724 2 роки тому
Now years later would you still recommend the Nooelec NESDR? Or is there something better out there that is more future proof for future builds?
@mostlychris
@mostlychris 2 роки тому
I have been running those for a long time in the heat of the attic (and cold when it gets cold) and they just keep trucking along. Unless I had a need for wide bandwidth, for single purpose, single frequency use, I would just stick with the less expensive devices. I would, however, get the TCXO stable oscillator versions so there isn't frequency drift. Those are still on the less expensive end and I have a few of those as well.
@mauriceatkinson9520
@mauriceatkinson9520 2 роки тому
Great video and very informative. I followed your steps but in Home Assistant I see all my sensors but they are allo showing an "unknown" state. I see the sensors but no data. Any ideas?
@mostlychris
@mostlychris 2 роки тому
They won't show until they update. Are you seeing data from the RTL in MQTT?
@matteodallery5669
@matteodallery5669 Рік тому
Thank you for this tutorial. Unfortunatly i am stuck when trying to listen to the frequency. I have check on the documentation of my weather station the frequency it works on and ajusted up it. But i dont get any traffic going through. What am i doing wrong ?
@mostlychris
@mostlychris Рік тому
Since this has quite a few steps, I'd need to know more details about your setup. Jump over to my Discord server to continue the conversation.
@BIGTREESJOE
@BIGTREESJOE 3 роки тому
With the way you have installed this and set it up, will it survive a power outage? In other words, if you remove power from the RPi and then restart it, will Home Assistant, and all the other components begin working automatically?
@mostlychris
@mostlychris 3 роки тому
I have the weather part on the pi set to start automatically after boot. My home assistant setup is on a ups but if power is out long enough to drain the backup, it will all start back up as well.
@vanlife5012
@vanlife5012 Рік тому
Couldn’t understand why I wasn’t getting any data. Finally checked on Amazon and my weather station broadcasts over 868M. Mine is a Bresser 5in1 and pressure is on the Bresser internal monitor screen but not coming thru via sdr. Is there a way to capture the raw packets and start playing with them to try and work out where that is. Great videos @MostlyChris
@mostlychris
@mostlychris Рік тому
You can specify the receive frequency when setting all this up. You need to make sure that station is supported by the decoding software though.
@markstanchin1692
@markstanchin1692 2 роки тому
I have a Davis VP2 setup with a wifi data logger. I wonder if I can tap the data in a similar way?
@mostlychris
@mostlychris 2 роки тому
Maybe. RTL needs to know how to decode it--there are lots of stations it knows how to decode--and you need to make sure it transmits on a frequency that can be picked up by the SDR.
@nielslangkilde9255
@nielslangkilde9255 Рік тому
Wow a really nice "hacking" video - As a HA-oholic and a licensed HAM, I love this kinds of stuff ;-) Keep up the intyeresting videos Chris..
@MrWatsop
@MrWatsop 3 роки тому
I'm a bit confused about where the sensors yaml file must be saved in home assistant and must the main configuration yaml file also be changed to access the sensors yaml file?
@mostlychris
@mostlychris 3 роки тому
You can create a file and call it whatever you want as long as it ends in .yaml. You would then reference that file in your main configuration.yaml file like this: sensor: !include name_of_your_sensor_file.yaml
@MrWatsop
@MrWatsop 3 роки тому
@@mostlychris thank you for the response, must the sensors.yaml file be in the same directory as the configuration.yaml file? If not is there then a different way in the configuration file to indicate where the sensors.yaml file is?
@mostlychris
@mostlychris 3 роки тому
For simplicity I would put it in the same directory. This document talks about splitting files. There is a section on directory traversal using include_dir. www.home-assistant.io/docs/configuration/splitting_configuration/
@FredrikRambris
@FredrikRambris 3 роки тому
What is the CPU usage of this SDR setup on your host?
@mostlychris
@mostlychris 3 роки тому
It's minimal on a raspberry pi. Right now I'm running at load average: 0.21, 0.18, 0.18.
@kyle2055
@kyle2055 2 роки тому
How would you make a forcast icon from all your data
@mostlychris
@mostlychris 2 роки тому
Are you talking about something like the weather card?
@kyle2055
@kyle2055 2 роки тому
@@mostlychris yes sorry for late reply lol
@kilof
@kilof 3 роки тому
Did you set something up so that rtl_433 command that sends info to mqtt runs as a service? Once you disconnect your ssh session that process will be killed. You could set it up so the process keeps running but if your pi reboots you would need to manually run that rtl_433 again. How do you have yours setup?
@mostlychris
@mostlychris 3 роки тому
When I initially run it, I start it up in a screen so it doesn't end when I end my SSH session. I also have this in my cron that runs at reboot: @reboot /usr/local/bin/rtl_433 -C customary -f 915M -M level -F "mqtt://172.16.1.104:1883,user={my user}3,pass={my pass},retain=0,events=rtl_433[/model][/id]"
@kilof
@kilof 3 роки тому
@@mostlychris thanks. Love your videos.
@mostlychris
@mostlychris 3 роки тому
Thanks!
@chrisblackton
@chrisblackton 2 роки тому
@@mostlychris I've got a weird one for ya... I've got this set up for my weather station (THANKS!!) but decided to see if I could get my gas and electric meters into HA. Electric looks doable but the problem is all the gas meters in my neighborhood have no "id" transmitted in their JSON so they all get identified as rtl_433[/model] without any [/id] in the topic. So, they all get combined into the same topic. Any idea how I might be able to pull this info into HA while filtering out all of my neighbors' readings?
@mostlychris
@mostlychris 2 роки тому
@@chrisblackton That is a conundrum. Without having some sort of identifier that makes your meter unique, I don't know of any other way. You would have to start looking at things like timing of the messages or some really esoteric stuff like that.
@mostlychris
@mostlychris 3 роки тому
Here is the yaml for the sensors. I was asked by someone here but I guess their comment disappeared so I'll just post the link to the paste: paste.ubuntu.com/p/t8qnRbtyt2/.
@LoKAaron
@LoKAaron 3 роки тому
Hi Chris, is it possible to get some more info on the sensors you used somewhere? I copypasted your sensors.yaml (changed devices, of course) and unfortunately I can't get the InfluxDB quary based sensors to work. Rain total is logged and stored in DB correctly but what comes out of database guaries is garbage. And I do not really know how to troubleshoot.
@mostlychris
@mostlychris 3 роки тому
Can you show me what your sensors look like as you have them confgured?
@LoKAaron
@LoKAaron 3 роки тому
@@mostlychris Sure, here you go. My first attempt to use PasteUbuntu so I hope I didn't mess anything up. Any feedback will be superwelcome. Total noob here. Not just in home automation and databases but in Linux in general. paste.ubuntu.com/p/ydXJQCpZn6/
@mostlychris
@mostlychris 3 роки тому
Thanks. I can see the paste. Can you provide more detail about what the "garbage" is that is coming out of the results?
@LoKAaron
@LoKAaron 3 роки тому
@@mostlychris But of course. Most of the query sensors are simply returning obviously wrong values. E.g. sensor.rain_10_minutes_ago shows 0 although the current total logged rain is 209 mm (since Dec 20). sensor.rain_24_hours_ago shows 209 mm although I simulated few mm of rain for testing purposes only few hours ago. So does sensor.rain_7_days_ago. Last rain and last rain epoch both show current time despite it doesn't rain. The list goes on. These measurements then of course screw up the calculated sensors like rain.rate. I will gladly share all the details, screenshots and code, if you are interested and willing to help, but I don't want to spam these comments.
@gregmitchell4374
@gregmitchell4374 2 роки тому
I tried this with Raspberry Pi Desktop within a Virtualbox VM. I keep getting USB Claim Interface error -6. I have done the udev rules and can't seem to get it to work. I am seeing the USB stick via the lsusb command and matching that information with the udev rules. Any ideas?
@mostlychris
@mostlychris 2 роки тому
Is something else running that has control of the USB stick? Also make sure that you are referencing the correct device--which it sounds like you have checked. You also might need to create a blacklist and add "blacklist dvb_usb_rtl28xxu".
@gregmitchell4374
@gregmitchell4374 2 роки тому
@@mostlychris strange thing is that when I reboot the machine I got it to work but if I kill it and try to start it again it gives the USB claim -6 error again. Probably a permissions issue. I will rebuild the VM and try again. Thanks for responding.
@mostlychris
@mostlychris 2 роки тому
That leads me to believe there is something else trying to grab that USB device and when rebooting, HA gets it first. When you restart, it releases the USB and that other thing grabs it. Just a guess, but it sounds exactly like that.
@arnoldbencz6886
@arnoldbencz6886 3 роки тому
Hi Sir! I have RTL SDR V3 dongle, netbook whith linux Parrot OS and Homeassistant on RPI3. Can it work together?
@mostlychris
@mostlychris 3 роки тому
Since this is MQTT based, as long as the Linux stuff works with the SDR then it should. I'd need more detail if you are having issues.
@arnoldbencz6886
@arnoldbencz6886 3 роки тому
@@mostlychris OK. I Try it install . The SDR dongle must I put in only after an installation?
@mostlychris
@mostlychris 3 роки тому
Using a different operating system might require additional packages to be installed. You can plug SDR in before starting. You'll get errors if packages are missing during install.
@arnoldbencz6886
@arnoldbencz6886 3 роки тому
@@mostlychris Thanks Sir... I have a little problem :-) On Parrot OS I was write sudo apt-get update and than upgrade all and now it take cca. 4 hours to update all...
@mostlychris
@mostlychris 3 роки тому
I've not used parrot os. Is that an internet bandwidth thing? Not sure. If its updating without error than I guess you'll have to wait.
@MrWatsop
@MrWatsop 3 роки тому
I've followed all the steps according to the video, but when I run: cd build && cmake ../ I get the following error and the process stop: CMake Error at CMakeLists.txt:173 (message): RTL-SDR development files not found. Anyone else got this and get it to work?
@mostlychris
@mostlychris 3 роки тому
It sounds like you might have omitted a step that installs the development libraries for rtl_sdr.
@MrWatsop
@MrWatsop 3 роки тому
@@mostlychris I've now followed the video again and copied and pasted the commands exactly as in the description, but now when I get to ldconfig in installing rtl_sdr I get: ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
@mostlychris
@mostlychris 3 роки тому
Did you run those commands with sudo?
@MrWatsop
@MrWatsop 3 роки тому
@@mostlychris I copied it directly from the description in the video, but after I posted my comment I tried sudo ldconfig and didn't get the error again and proceeded and got everything working where I get outputs from the sdr. Thanks for all your help and understanding with this noob.
@mostlychris
@mostlychris 3 роки тому
Outstanding! Glad you got it working!
@gpoel6111
@gpoel6111 3 роки тому
Hi, I just tried this, followed instructions, but when running rtl_433 -f 433M (or tried other bands), only get "Allocating 15 zero-copy buffers" and "baseband_demod_FM: low pass filter for 250000 Hz at cutoff 25000 Hz, 40.0us" and then nothing... any idea what's up here? Thanks in advance!
@mostlychris
@mostlychris 3 роки тому
That's normal. Do you have any devices on 433Mhz?
@gpoel6111
@gpoel6111 3 роки тому
@@mostlychris Thanks for the ultra quick response btw! Anyway, I thought I did, as in an RF remote temperature controller for my heating system (display, controller module downstairs, receiver connected to heating unit). But perhaps diff frequency then. but if I understand yr answer correctly, this is the response if nothing on that band is found. so all working correctly, just need to find right frequency for that RF heating unit..?
@mostlychris
@mostlychris 3 роки тому
It could also be that it can't decode your device due to lack of support for that device. There is a list of known and supported devices you can reference for rtl_433.
@gpoel6111
@gpoel6111 3 роки тому
@@mostlychris sure seems working when I test it out on the 868Mhz - think catching the neighbors solar panels (Wireless-Mbus) and Honeywell cm921 heating thermostat :-). thanks again for the quick response..
@mostlychris
@mostlychris 3 роки тому
What is the make/model of your temp controller?
@lcarter194
@lcarter194 2 місяці тому
comments keep disappearing why?
@bbrendon
@bbrendon Рік тому
why not: apt install rtl-433
@mostlychris
@mostlychris Рік тому
Not sure if that existed back when I made this vid.
@tarasbulba7258
@tarasbulba7258 2 роки тому
Hi. Possible it make on arduino?
@mostlychris
@mostlychris 2 роки тому
Not sure if you are asking about running it fully on arduino or something else.
@tarasbulba7258
@tarasbulba7258 2 роки тому
@@mostlychris i need gateway from 433 MHz to Tuya smart(zigbee)
@mostlychris
@mostlychris 2 роки тому
Can you describe what equipment you are using from start to finish. I'm still a bit confused on your use case.
@tarasbulba7258
@tarasbulba7258 2 роки тому
@@mostlychris i have weather station on 433mhz and Tuya smart gateway. I need to See the weather in Tuya from the weather station
@mostlychris
@mostlychris 2 роки тому
@@tarasbulba7258 Ok. Then you would need to write a bridge that would take it from your weather station and put it in Tuya. I don't know a lot about the Tuya stuff so I don't know if you are talking about a display or console or something like that.
@rickb06
@rickb06 2 роки тому
One year later and the entire process is completely automated with an RTL SDR.
@mostlychris
@mostlychris 2 роки тому
Details?
@muddyman00
@muddyman00 2 роки тому
Awesome! Maybe too much to ask, but could you make a video of connecting the Ecovitt GW1000 to Rasperry PI and how to store and display it with WeeWx?
@mostlychris
@mostlychris 2 роки тому
I've got WeeWx on my list of video ideas. I'll look into your other ideas as well. Thanks for the suggestions.
Top 10 Raspberry Pi Projects for 2022
7:54
Jeff Geerling
Переглядів 1,5 млн
0% Respect Moments 😥
00:27
LE FOOT EN VIDÉO
Переглядів 28 млн
Raspberry Pi Weather Station
21:42
ExplainingComputers
Переглядів 285 тис.
No Pi? No Problem! Home Assistant on a Cheap Thin Client
14:58
This Smart House
Переглядів 66 тис.
Local Weather Data for Home Assistant! (Ecowitt WittBoy Weather Station)
17:07
Track aircraft with RTL-SDR and Flight Radar 24 in Home Assistant
12:42
12 Brilliant Cyberdecks to try using Raspberry Pi!
8:53
ToP Projects Compilation
Переглядів 537 тис.
Argent Weather Station Arduino Hacks - Hardware and Code
38:28
Modest Maker
Переглядів 68 тис.
Ultimate Raspberry Pi for your Ham Radio
18:21
KM4ACK
Переглядів 52 тис.
GADGETS VS HACKS || Random Useful Tools For your child #hacks #gadgets
0:35
600 сил VAG за копейки #shorts #vr6 #vag #тюнинг #автотюнинг #turbo
0:37
МАРТИН БОГАТЫРЕВИЧ garage
Переглядів 1,1 млн
Tutorial
0:16
Серёжа ОМГ
Переглядів 3 млн
Кто Быстрее Доплывёт до Финиша 🏊🏻
0:29
Coca Cola Donması
0:34
TeknoFinans
Переглядів 4 млн