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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Home Assistant

    App Wishlist
    9
    20
    1231
    Loading More Posts
    • 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.
    • infogulch
      infogulch last edited by

      Home Assistant / home-assistant.io

      Awaken your home

      Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.

      Pretty awesome application and community. Today I was able to set it up on my Pi3, connected a zigbee usb controller, set up a few light bulbs, and already created scripted automations all within an hour or so. Strikingly straightforward to set up.

      I think it would be great if we were able to manage an instance in Cloudron, maybe even on a Pi. I think this would be a great use case for the multi-cloudron feature coming in 7.0.

      Home assistant has a Docker-based deployment option; though it also has a bunch of device / hw integrations (zigbee usb controller, for example) which could delay a fully-featured implementation.

      1 Reply Last reply Reply Quote 8
      • girish
        girish Staff last edited by

        I think I have looked into this ages ago but from what I remember it uses extensive use of plugins (like node-red). Is that still the case? If so, it's always a challenge to make a platform as an app on Cloudron.

        mehdi 1 Reply Last reply Reply Quote 1
        • mehdi
          mehdi App Dev @girish last edited by

          @girish That's only if you use HomeAssistantOS. It's also available as a docker-container app. Their docs are a bit confusing about this.

          1 Reply Last reply Reply Quote 1
          • subven
            subven last edited by

            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

            mehdi 1 Reply Last reply Reply Quote 0
            • mehdi
              mehdi App Dev @subven last edited by

              @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 Reply Quote 3
              • S
                SirFiChi @mehdi last edited by

                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

                mehdi 1 Reply Last reply Reply Quote 0
                • mehdi
                  mehdi App Dev @SirFiChi last edited by

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

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    SirFiChi @mehdi last edited by

                    @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 Reply Quote 1
                    • P
                      privsec last edited by

                      Home assistant

                      And

                      Rhasspy

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

                      1 Reply Last reply Reply Quote 0
                      • ?
                        A Former User last edited by

                        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 Reply Quote 4
                        • ?
                          A Former User last edited by

                          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 Reply Quote 3
                          • ?
                            A Former User last edited by

                            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 Reply Quote 2
                            • S
                              SirFiChi @Guest last edited by

                              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 Reply Quote 8
                              • marcusquinn
                                marcusquinn last edited by

                                👍 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

                                We're not here for a long time - but we are here for a good time :)
                                Jersey/UK
                                Work & Ecommerce Advice: https://brandlight.org
                                Personal & Software Tips: https://marcusquinn.com

                                P 1 Reply Last reply Reply Quote 6
                                • P
                                  privsec @marcusquinn last edited by

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

                                  ? 1 Reply Last reply Reply Quote 0
                                  • ?
                                    A Former User @privsec last edited by

                                    @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 Reply Quote 0
                                    • P
                                      privsec @Guest last edited by

                                      @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 Reply Quote 0
                                      • ?
                                        A Former User @privsec last edited by

                                        @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 Reply Quote 0
                                        • marcusquinn
                                          marcusquinn last edited by

                                          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

                                          We're not here for a long time - but we are here for a good time :)
                                          Jersey/UK
                                          Work & Ecommerce Advice: https://brandlight.org
                                          Personal & Software Tips: https://marcusquinn.com

                                          1 Reply Last reply Reply Quote 2
                                          • Referenced by  marcusquinn marcusquinn 
                                          • R
                                            random_eric App Dev last edited by

                                            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 Reply Quote 4
                                            • First post
                                              Last post
                                            Powered by NodeBB