Video není dostupné.
Omlouváme se.

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

Sdílet
Vložit
  • čas přidán 18. 08. 2024
  • A short walkthrough of how to make a Kiosk using a Raspberry PI. This technique is documented by the fine folks at Raspberry PI at www.raspberryp...
    Minor adaption here since a few things have changed in the latest 64bit release.

Komentáře • 30

  • @alldisfoolery
    @alldisfoolery Před 3 měsíci +1

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

  • @alex.bragin
    @alex.bragin Před 3 měsíci +2

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

  • @hanvandewal917
    @hanvandewal917 Před 3 měsíci +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 👍

  • @jackthibo7644
    @jackthibo7644 Před 3 měsíci +3

    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.

  • @deedikjepijn
    @deedikjepijn Před 3 měsíci +1

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

  • @artemis1825
    @artemis1825 Před 3 měsíci +5

    Great stuff!

  • @daniellordelo8092
    @daniellordelo8092 Před 3 měsíci

    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.

  • @j.r._7416
    @j.r._7416 Před 3 měsíci +7

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

    • @downloadXD
      @downloadXD Před 3 měsíci

      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

  • @simonagiusmuscat02
    @simonagiusmuscat02 Před 3 měsíci

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

    • @jeffsponaugle6339
      @jeffsponaugle6339  Před 3 měsíci

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

  • @jacstrong
    @jacstrong Před 3 měsíci +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.

  • @johnyrokita
    @johnyrokita Před 3 měsíci +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.

  • @ivanbessarabov690
    @ivanbessarabov690 Před 3 měsíci +2

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

  • @scopeddyt
    @scopeddyt Před 3 měsíci +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  Před 3 měsíci +1

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

    • @deedikjepijn
      @deedikjepijn Před 3 měsíci

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

  • @sanfordnewvine1087
    @sanfordnewvine1087 Před 2 měsíci

    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 Před měsícem

      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

  • @amirs5839
    @amirs5839 Před 3 měsíci

    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  Před 3 měsíci +1

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

  • @rfitzgerald2004
    @rfitzgerald2004 Před 3 měsíci

    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?

  • @MrMarblee
    @MrMarblee Před 3 měsíci +2

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

  • @obstaclecourse
    @obstaclecourse Před 3 měsíci

    What model is that Eyoyo monitor?

    • @jeffsponaugle6339
      @jeffsponaugle6339  Před 3 měsíci

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

  • @swx6074
    @swx6074 Před 3 měsíci +1

    Awesome stuff!