Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Home Assistant

Home Assistant

Scheduled Pinned Locked Moved App Wishlist
20 Posts 9 Posters 4.1k Views 12 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • subvenS Offline
    subvenS Offline
    subven
    wrote on last edited by
    #4

    Yes, Home Assistant relies heavily on plugins. The problem could be that you not only have to maintain the application, but also each plugin yourself, since they are all (independent) Docker based.

    Links:
    https://github.com/home-assistant/addons
    https://developers.home-assistant.io/docs/add-ons/configuration/#add-on-dockerfile

    mehdiM 1 Reply Last reply
    0
    • subvenS subven

      Yes, Home Assistant relies heavily on plugins. The problem could be that you not only have to maintain the application, but also each plugin yourself, since they are all (independent) Docker based.

      Links:
      https://github.com/home-assistant/addons
      https://developers.home-assistant.io/docs/add-ons/configuration/#add-on-dockerfile

      mehdiM Offline
      mehdiM Offline
      mehdi
      App Dev
      wrote on last edited by
      #5

      @subven Again, that's only if you use HomeAssistantOS. If you use the standalone docker container, you cannot install these plugins. It's far from "relying heavily" on them.

      I've been using HomeAssistant as a standalone container for months now, and to be honest I never really needed any of these plugins.

      S 1 Reply Last reply
      3
      • mehdiM mehdi

        @subven Again, that's only if you use HomeAssistantOS. If you use the standalone docker container, you cannot install these plugins. It's far from "relying heavily" on them.

        I've been using HomeAssistant as a standalone container for months now, and to be honest I never really needed any of these plugins.

        S Offline
        S Offline
        SirFiChi
        wrote on last edited by
        #6

        I installed my HomeAssistant on a new Raspi4b with 8GB RAM.
        HA OS would be a bad idea for that.
        I found https://github.com/SensorsIot/IOTstack and there is an installer for https://github.com/home-assistant/supervised-installer in the advanced options.
        It is broken, but with a littlte bit of debuging, I got it.

        So, this is the option to get the full functionally HA in a Docker container.

        Floh Klare
        Vorstandsvorsitzender
        OpenSource Television e.V.
        https://Verein.OS-Television.de

        mehdiM 1 Reply Last reply
        0
        • S SirFiChi

          I installed my HomeAssistant on a new Raspi4b with 8GB RAM.
          HA OS would be a bad idea for that.
          I found https://github.com/SensorsIot/IOTstack and there is an installer for https://github.com/home-assistant/supervised-installer in the advanced options.
          It is broken, but with a littlte bit of debuging, I got it.

          So, this is the option to get the full functionally HA in a Docker container.

          mehdiM Offline
          mehdiM Offline
          mehdi
          App Dev
          wrote on last edited by
          #7

          @sirfichi Why not just use https://hub.docker.com/r/homeassistant/raspberrypi4-64-homeassistant ?

          S 1 Reply Last reply
          0
          • mehdiM mehdi

            @sirfichi Why not just use https://hub.docker.com/r/homeassistant/raspberrypi4-64-homeassistant ?

            S Offline
            S Offline
            SirFiChi
            wrote on last edited by
            #8

            @mehdi I think thats the version without the supervisor.
            And I actually have my old Raspi running with HAOS and supervisor and I would miss some features....

            Floh Klare
            Vorstandsvorsitzender
            OpenSource Television e.V.
            https://Verein.OS-Television.de

            1 Reply Last reply
            1
            • P Offline
              P Offline
              privsec
              wrote on last edited by
              #9

              Home assistant

              And

              Rhasspy

              Holy crap, I would buy separate subscriptions for each box I have these on.

              1 Reply Last reply
              0
              • ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #10

                I made one for myself here. Feel free to adapt it to your needs: https://git.atrilahiji.dev/atrilahiji/cloudron-homeassistant-app

                It is VERY janky rn.

                1 Reply Last reply
                4
                • ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by
                  #11

                  Also I allowed signup for my personal gitea so if you want to report issues you can also do it via issues there. Also if you want to just contribute on there let me know once you make an account and I will change your repo limit from 0.

                  1 Reply Last reply
                  3
                  • ? Offline
                    ? Offline
                    A Former User
                    wrote on last edited by
                    #12

                    Followup: Home Assistant is an incredible piece of software and I 100% recommend it.

                    Disclaimer: If you use Nanoleaf Essentials (lightstrips or bulbs) products it wont work with the Homekit or Nanoleaf integrations. Use Lifex or Hue lights instead. Make sure your Nanoleaf products use wifi like the Shapes series light panels before getting them to use with Home Assistant.

                    S 1 Reply Last reply
                    2
                    • ? A Former User

                      Followup: Home Assistant is an incredible piece of software and I 100% recommend it.

                      Disclaimer: If you use Nanoleaf Essentials (lightstrips or bulbs) products it wont work with the Homekit or Nanoleaf integrations. Use Lifex or Hue lights instead. Make sure your Nanoleaf products use wifi like the Shapes series light panels before getting them to use with Home Assistant.

                      S Offline
                      S Offline
                      SirFiChi
                      wrote on last edited by
                      #13

                      FYI:
                      After all, I build my new system on a Raspi 4B 8GB and modified two Din-Housings so it fits to the fusebox. (In the first, I want the two components in a row, but the wires are to short ther's not enough space for the cases...)

                      I used https://sensorsiot.github.io/IOTstack/ | https://github.com/SensorsIot/IOTstack as a basis for the docker containers and I had to install homeassistant with the help of the script manually to figure out some issues...
                      (https://github.com/SensorsIot/IOTstack/blob/master/.native/hassio_supervisor.sh)

                      To control the raspi without keyboard/monitor I added parts of the RackPi --> https://www.thingiverse.com/thing:3022136
                      (My girlfriend modified the front sheet, so I had the chance to place the Raspi to the bottom of the case with the cooling fan on the top...)
                      Raspi_FuseBox.jpeg
                      (The Switch changes the voltage of the fan between 3.3V and 5V. 3.3V works fine and the Raspi actually has about 36°C...)
                      (The lower case os the housing for an original Raspi power supply. I opened it and fixed it on a circuit board. With a little switch I can turn on a LED to check if there is power on the device. The power supply is on fuse 24.)

                      Raspi_Open.jpeg
                      (I also added an adapter from 3,5mm Jack to RJ45, so I can use the audio output in another room. (Our flat has network sockets in any room. They end up under the fusebox...))

                      Floh Klare
                      Vorstandsvorsitzender
                      OpenSource Television e.V.
                      https://Verein.OS-Television.de

                      1 Reply Last reply
                      8
                      • marcusquinnM Offline
                        marcusquinnM Offline
                        marcusquinn
                        wrote on last edited by
                        #14

                        👍 for this, adding some images from the links to bring more visual info here for interest...

                        6e6192eb-d2e3-4c48-8d4e-118efd6aad88-image.png

                        65b2ca54-ab4c-4fab-99c7-720d8101f50c-image.png

                        2f121310-9f21-4f43-a637-dce78e12064c-image.png

                        Web Design https://www.evergreen.je
                        Development https://brandlight.org
                        Life https://marcusquinn.com

                        P 1 Reply Last reply
                        6
                        • marcusquinnM marcusquinn

                          👍 for this, adding some images from the links to bring more visual info here for interest...

                          6e6192eb-d2e3-4c48-8d4e-118efd6aad88-image.png

                          65b2ca54-ab4c-4fab-99c7-720d8101f50c-image.png

                          2f121310-9f21-4f43-a637-dce78e12064c-image.png

                          P Offline
                          P Offline
                          privsec
                          wrote on last edited by
                          #15

                          @marcusquinn Wow, this is way cool. I like the location tracking.

                          ? 1 Reply Last reply
                          0
                          • P privsec

                            @marcusquinn Wow, this is way cool. I like the location tracking.

                            ? Offline
                            ? Offline
                            A Former User
                            wrote on last edited by
                            #16

                            @privsec Yeah it can trigger events off of stuff like location + time of day which I use for turning off lights.

                            P 1 Reply Last reply
                            0
                            • ? A Former User

                              @privsec Yeah it can trigger events off of stuff like location + time of day which I use for turning off lights.

                              P Offline
                              P Offline
                              privsec
                              wrote on last edited by
                              #17

                              @atridad said in Home Assistant:

                              @privsec Yeah it can trigger events off of stuff like location + time of day which I use for turning off lights.

                              I am guessing this is bluetooth? Or do you have it based off of Access point connections?

                              ? 1 Reply Last reply
                              0
                              • P privsec

                                @atridad said in Home Assistant:

                                @privsec Yeah it can trigger events off of stuff like location + time of day which I use for turning off lights.

                                I am guessing this is bluetooth? Or do you have it based off of Access point connections?

                                ? Offline
                                ? Offline
                                A Former User
                                wrote on last edited by
                                #18

                                @privsec Naw GPS. It updates the app with GPS location. You need to have the app on your phone for this to work afaik.

                                1 Reply Last reply
                                0
                                • marcusquinnM Offline
                                  marcusquinnM Offline
                                  marcusquinn
                                  wrote on last edited by
                                  #19

                                  Handy for tracking what bluetooth IDs have passed within range or a connected bluetooth chip:

                                  • https://www.home-assistant.io/integrations/bluetooth_tracker/
                                  • https://www.instructables.com/Raspberry-Pi-Bluetooth-InOut-Board-or-Whos-Hom/
                                  • https://github.com/robmarkoski/bt-mqtt-tracker
                                  • https://www.balena.io/blog/tracking-bluetooth-beacons-with-a-raspberry-pi/
                                  • https://github.com/phil-d-wilson/balena-locating

                                  Web Design https://www.evergreen.je
                                  Development https://brandlight.org
                                  Life https://marcusquinn.com

                                  1 Reply Last reply
                                  2
                                  • marcusquinnM marcusquinn referenced this topic on
                                  • R Offline
                                    R Offline
                                    random_eric
                                    App Dev
                                    wrote on last edited by
                                    #20

                                    Here's an initial attempt modeled on the LSIO image:
                                    https://git.eyen.ca/cloudron/homeassistant

                                    I haven't really tested it much.
                                    I needed the docker wyze bridge but I did not want to expose it to the web so I included it in the docker file for home assistant.

                                    I know at the very least, that either home assistant and the wyze bridge work independently, but I haven't tested supervisor yet.

                                    My nas is currently having issues so I don't know when I will be able to work on it again, but if someone wants to pick up the torch, here you go

                                    1 Reply Last reply
                                    4
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes


                                    • Login

                                    • Don't have an account? Register

                                    • Login or register to search.
                                    • First post
                                      Last post
                                    0
                                    • Categories
                                    • Recent
                                    • Tags
                                    • Popular
                                    • Bookmarks
                                    • Search