Collecting Power and Gas Meter Data for Home Assistant using Raspberry Pi and SDR

Поделиться
HTML-код
  • Опубликовано: 25 янв 2025

Комментарии • 26

  • @Rickmakes
    @Rickmakes  Год назад +1

    If you found this video helpful and would like to support my channel, check out my Home Assistant Idea List on Amazon: amzn.to/3tyTzeD (Amazon Affiliate) Thank you!

  • @Ajaxburger
    @Ajaxburger 12 дней назад

    I’m not ready to jump into it but just picked up my NESDR and this is exactly the kind of depth I need in a tutorial for this. Thank you

  • @7null
    @7null Год назад +4

    Fantastic thanks for the demo. Just 1 of 1000 projects I want to tackle

  • @rakonod
    @rakonod 11 месяцев назад

    Thank you for putting together an easy to follow guide. I never worked in YAML before but your tutorial made it simple!

  • @caffeinatedw-w
    @caffeinatedw-w 10 месяцев назад

    Thank you, this helped me set up the Itron gas meter, appreciate your videos!

    • @Rickmakes
      @Rickmakes  10 месяцев назад

      Glad to hear! I know this isn't going to work for everyone but I'm glad to hear that it is helping at least some people.

  • @ErikDixon-q4m
    @ErikDixon-q4m 2 дня назад

    Looks like theirs a new version of the Nooelec NESDR Mini USB RTL-SDR. Should I grab the version 2 or stick with the original?

  • @chadbeebe2561
    @chadbeebe2561 7 месяцев назад +1

    Is there a way to filter out a specific id from the data? I was able to see water meter data, but being in a subdivision there are a lot of water meters broadcasting their data.

  • @deutschland09
    @deutschland09 9 месяцев назад +2

    At the end of minute 5:29 you entered 912M for 912 megahertz and said that it was for this frequency. If I enter this number, will it also find devices below this frequency? I come from Europe, Germany to be precise, and here we have most devices with 868 MHz. Or do I have to enter "sudo rtl_433 -f 868M" so that the correct frequency is set?

    • @Rickmakes
      @Rickmakes  9 месяцев назад

      You can enter different frequencies. I think it scans above and below the frequency you enter. I often use 433M to find sensors.

    • @scubabeme
      @scubabeme 8 месяцев назад

      @@Rickmakes Helpful video, even if the path to rtl_433 you show in the .service file doesn't exist. I found it and got it working (/usr/bin, not /usr/local/bin on my system). Also, I believe the program actually listens on the frequency specified, and occasionally/randomly the meter actually transmits on (or at least close enough) that frequency. I do know the meters are frequency agile. That has been presented in other YT videos.

  • @-someone-.
    @-someone-. Год назад +2

    Awesome. Thanks!

  • @bradmesserle999
    @bradmesserle999 5 месяцев назад

    Very nice video.. only gap I would like filled is setting up mqtt on ha. Other than that very good instructional video.

  • @geesharp6637
    @geesharp6637 20 дней назад

    I assume that your meters already had some kind of 433Mhz transmitter?

  • @fjleon
    @fjleon 5 месяцев назад +1

    my meter physically is showing "05985" however MQTT is showing "589555". Do i need to do something special like dividing between 100 or just use a different unit instead of kWh?

  • @louisviciedo
    @louisviciedo Год назад +2

    out curiosity what power company/meter do you use? Trying to ascertain if AEP would be compatible

    • @Rickmakes
      @Rickmakes  Год назад +1

      The power meter says "Schlumberger CENTRON" and the gas meter says "Itron". I have a water meter that says Aclara. It shows the frequencies on the box but from what I understand, it is encrypted. If you are tech savvy or just want to learn, it might be worth getting an SDR just to play around with.

  • @terryevans1976
    @terryevans1976 11 месяцев назад

    Great video. Thanks!

  • @That3DPrintLife
    @That3DPrintLife Год назад

    I get all the way to creating the service and start getting error codes. I was able to pull data before, however there is something with the service that will not allow me to move forward. I get a (code=exited, status=1/FAILURE) error. I have verified everything is correct too. Any ideas?

    • @Rickmakes
      @Rickmakes  Год назад

      Can you past your service config as a comment (removing the username and password parameters)?

    • @johnarensberg3121
      @johnarensberg3121 8 месяцев назад +2

      I found that rtl_433 was in /usr/bin instead of /usr/local/bin so.I made that change to the service config and it started with no problem.

  • @KyleRogers0
    @KyleRogers0 Год назад

    My services are encrypted. I'm assuming this the end of the road for my HA's dreams?

    • @Rickmakes
      @Rickmakes  Год назад

      It is probably the end using this method. There are other methods using things like light sensors, hall effect sensors and cameras to read the meter.

  • @GregDePasse
    @GregDePasse 11 месяцев назад

    Great video - thank you!!