How to build a Raspberry PI Kiosk for your home/homelab

แชร์
ฝัง

ความคิดเห็น • 38

  • @alex.bragin
    @alex.bragin 9 หลายเดือนก่อน +3

    I just love your videos, exactly stuff I am building now. Extremely helpful

  • @ivanbessarabov690
    @ivanbessarabov690 9 หลายเดือนก่อน +3

    What hardware do you use to understand that it is raining now?
    00:40

  • @jackthibo7644
    @jackthibo7644 9 หลายเดือนก่อน +5

    Love your videos! Would look forward to a more detailed video of Your proxmox cluster and the monster computing power you have in actual use.

  • @alldisfoolery
    @alldisfoolery 9 หลายเดือนก่อน +1

    Another great video. Been really enjoying your channel as a useful learning resource, thank you Jeff!

  • @deedikjepijn
    @deedikjepijn 9 หลายเดือนก่อน +1

    Amazing video, i was already wondering how u did this and now I even know how to make it myself! ❤

  • @hanvandewal917
    @hanvandewal917 9 หลายเดือนก่อน +1

    Good to see the use of vi editor which is on all Unix and Linux systems including 5ESS telephone switches. Great video. Greetings from Holland 👍

  • @TismoGaming
    @TismoGaming 5 หลายเดือนก่อน +1

    Saving this for later. Thank you!

  • @obstaclecourse
    @obstaclecourse 5 หลายเดือนก่อน

    What sensors are you using for the temps outside and how does it broadcast back to the pi?

  • @batesyboy1970
    @batesyboy1970 4 หลายเดือนก่อน

    This is exactly what I've been looking for ❤

  • @j.r._7416
    @j.r._7416 9 หลายเดือนก่อน +8

    Do you have a docker container or vm running influxDB that is collecting all of this telemetry about your lab?

    • @downloadXD
      @downloadXD 9 หลายเดือนก่อน

      I believe its influxdb.
      Iirc he's got IoTaWatt power monitoring devices in each of his panels (around 14 of them) and then within IoTaWatt device setup is where he's got his data uploader option set to InfluxDB

  • @artemis1825
    @artemis1825 9 หลายเดือนก่อน +4

    Great stuff!

  • @sanfordnewvine1087
    @sanfordnewvine1087 7 หลายเดือนก่อน

    How do you "save it out" when you insert [autostart] script in the command prompt? I can hear you clicking a button on your keyboard but I have no idea how to save changes. Thank you for any help with this.

    • @dynism
      @dynism 7 หลายเดือนก่อน

      thats vi/vim
      at the bottom you should have NORMAL/INSERT/COMMAND, once you're done editing the file press escape and it should set to NORMAL mode
      then just type ":wq" and it should save and exit the file
      I'm no expert and neovim ( which is a highly customizable and more modern-looking vi experience ) helped me a lot with the :Tutor command giving it a guide and some example tasks to edit
      TLDR: hit escape, then type ":wq" and press enter

  • @johnyrokita
    @johnyrokita 9 หลายเดือนก่อน +1

    Thank you for making the video Jeff! It’s cool to see how you do all these things! Could you possibly post an update at some point on how the HTD Lync audio system is working out for you and if you had an issues hooking it up to home automation? For my build i’m looking to possibly use htd, sonos or building a custom system around dante and some raspberry pi’s for streamers.

  • @rfitzgerald2004
    @rfitzgerald2004 9 หลายเดือนก่อน

    Could you use a Grafana playlist to rotate between dashboards instead of sending the switchtab commands? Would that offer easier administration of dashboards without modifying the script?

    • @jeffsponaugle6339
      @jeffsponaugle6339  9 หลายเดือนก่อน

      That is a good idea! I'll give it a try.

  • @swx6074
    @swx6074 9 หลายเดือนก่อน +1

    Awesome stuff!

  • @scopeddyt
    @scopeddyt 9 หลายเดือนก่อน +2

    this is sick, but this immediately led me to think, could this be ran on a touchscreen monitor? allowing you to control / scroll through various things?
    if so, that'd be sick. i might have to do something like this in the future.

    • @jeffsponaugle6339
      @jeffsponaugle6339  9 หลายเดือนก่อน +1

      Yes, if you have a touchscreen with USB output, you could have selectable elements.

    • @deedikjepijn
      @deedikjepijn 9 หลายเดือนก่อน

      You could add home assistant to this system to manage your homelab (or whatever else you would want to manage) with for example mqtt.

  • @daniellordelo8092
    @daniellordelo8092 8 หลายเดือนก่อน

    Is that a skyline behind you?? awesome! One day I want something you have setup on a smaller scale, your videos are awesome thank you for sharing.

  • @jacstrong
    @jacstrong 9 หลายเดือนก่อน +1

    Fun video. You know Grafana has a built in kiosk mode that can switch between dashboards? It would eliminate the need to write the shell script to switch tabs.

    • @jeffsponaugle6339
      @jeffsponaugle6339  9 หลายเดือนก่อน +1

      That is a good idea! I’ll add that in!

  • @kirksteinklauber260
    @kirksteinklauber260 4 หลายเดือนก่อน +1

    nice tips!!!

  • @amirs5839
    @amirs5839 9 หลายเดือนก่อน

    I saw the cursor in the middle of the screen, I assume it's moveable/hideable via another command line? 😅 Thanks for this , geat tutorial !

    • @jeffsponaugle6339
      @jeffsponaugle6339  9 หลายเดือนก่อน +1

      Yes, there are a couple of ways, but there is Wayland plugin so you can disable the cursor in the wayfire.ini file.

  • @obstaclecourse
    @obstaclecourse 9 หลายเดือนก่อน

    What model is that Eyoyo monitor?

    • @jeffsponaugle6339
      @jeffsponaugle6339  9 หลายเดือนก่อน

      I looked in my Amazon history:
      www.amazon.com/gp/product/B07S8BV7YH/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&th=1

  • @simonagiusmuscat02
    @simonagiusmuscat02 9 หลายเดือนก่อน +2

    Unattended upgrades is a good idea for machines like this one, saves you having to manually ssh in and update it.

    • @jeffsponaugle6339
      @jeffsponaugle6339  9 หลายเดือนก่อน +1

      Yea, that is a good idea, especially for the security related patches.

  • @MrMarblee
    @MrMarblee 9 หลายเดือนก่อน +2

    Is the title intended to say "How to build..."?

  • @TismoGaming
    @TismoGaming 4 หลายเดือนก่อน

    The script shut off after few hours. I have dpms off.

    • @radugiurgica3501
      @radugiurgica3501 4 หลายเดือนก่อน

      I have the same problem too. the raspberry pi doesn't shut down, it actually stops displaying the information from chrome, it only shows me the desktop. if you find any solution, can you let us know please? Thank you.

    • @jeffsponaugle6339
      @jeffsponaugle6339  4 หลายเดือนก่อน +1

      I did have that happen, but on a later OS build it didn't.. however I did have a solution - Let me see if I can find the changes I made to my scripts.

    • @radugiurgica3501
      @radugiurgica3501 4 หลายเดือนก่อน

      @@jeffsponaugle6339 if you also tell us the solution, it would be great!