Announcement

Collapse
No announcement yet.

HS4 Homeseer Linux - Ubuntu/Debian Installer (APT repository)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HS4 Homeseer Linux - Ubuntu/Debian Installer (APT repository)

    I published a Homeseer (HS4) APT Repository to enable easy/simple installations and upgrades of Homeseer (HS4) for Ubuntu/Debian based Linux distributions.


    TL;DR

    Install Homeseer on your (Ubuntu/Debian-based) Linux system:

    Code:
    curl -sSL https://homeseer.sh/install | sudo bash

    GitHub Repository:
    Open Source:
    • This project is fully open source and anyone is welcome to contribute (via pull requests) to improve it.
    • Feel free to post ISSUES directly to the GitHub repo if you encounter any problems/defects.

    Complete documentation and instructions are included in the GitHub README file.
    Let me know if you (the community) find this helpful. Thanks!

    #2
    Will this work on Raspbian Buster or Bullseye?

    Comment


      #3
      It does work on Raspbian Bullseye. with Debian prereqs.

      Comment


        #4
        You might want to mention that it is a Docker install and not a standard Linux install of HS4. Not everyone here would be familiar with Docker.

        Comment


          #5
          Originally posted by concordseer View Post
          You might want to mention that it is a Docker install and not a standard Linux install of HS4. Not everyone here would be familiar with Docker.
          There is both an install package for Debian-based Linux distros:and a distribution for Docker containers:
          In my original post the text of the link was correct, but the embedded hyperlink pointed to the wrong repo. Sorry for the confusion. It's fixed now.

          Thanks, Robert


          Comment


            #6
            Originally posted by techguy76 View Post
            It does work on Raspbian Bullseye. with Debian prereqs.
            Thanks for posting your result confirmation. I remember testing it on a Raspberry Pi 4B, but I don't recall which version I was running at the time.

            Thanks, Robert

            Comment


              #7
              Updated repository to include support for release 4.2.13.0

              Comment


                #8
                Updated repository to include support for release 4.2.14.0

                Comment


                  #9
                  Will this update installations done before the APT repository was released?

                  Comment


                    #10
                    Updated repository to include support for release 4.2.15.0 and 4.2.16.0

                    Comment


                      #11
                      Originally posted by tundrageek View Post
                      Will this update installations done before the APT repository was released?
                      If you previously installed HomeSeer linux using this APT repository (https://github.com/HomeSeerLinux/hom...inux.github.io) then yes the
                      Code:
                      apt update
                      apt install homeseer
                      commands should update your HomeSeer installation to the latest release available in the API repository. If you installed HomeSeer linux by any other means, then no, this will not update those installations.

                      Comment


                        #12
                        Updated repository to include support for:(see: https://github.com/HomeSeerLinux/hom...inux.github.io)

                        Comment


                          #13
                          Updated repository to include support for:(see: https://github.com/HomeSeerLinux/hom...inux.github.io)​

                          Comment


                            #14
                            Updated repository to include support for:​(see: https://github.com/HomeSeerLinux/hom...inux.github.io)​​

                            Comment


                              #15
                              savageautomate ,

                              I just tried a manual installation as per the instructions on https://github.com/HomeSeerLinux/hom...inux.github.io

                              I get an error saying that the public key is not available.

                              Am I missing something ?
                              Code:
                              $ wget -qO- https://homeseer.sh/homeseer.gpg | sudo apt-key add -
                              [sudo] password for frl:          
                              OK
                              
                              $ echo 'deb [arch=all signed-by=/etc/apt/keyrings/homeseer.gpg] https://homeseer.sh/download v4 stable' | sudo tee /etc/apt/sources.list.d/homeseer.list
                              deb [arch=all signed-by=/etc/apt/keyrings/homeseer.gpg] https://homeseer.sh/download v4 stable
                              
                              $ sudo apt update
                              Ign:1 http://packages.linuxmint.com una InRelease
                              Hit:2 http://packages.linuxmint.com una Release                                
                              Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease                        
                              Get:4 https://homeseer.sh/download v4 InRelease [4,015 B]                      
                              Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease                
                              Get:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]      
                              Hit:8 http://archive.canonical.com/ubuntu focal InRelease                      
                              Hit:9 http://security.ubuntu.com/ubuntu focal-security InRelease              
                              Hit:10 https://download.docker.com/linux/ubuntu focal InRelease            
                              Err:4 https://homeseer.sh/download v4 InRelease
                                The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5A4CCE990A0C8671
                              Reading package lists... Done
                              W: GPG error: https://homeseer.sh/download v4 InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5A4CCE990A0C8671
                              E: The repository 'https://homeseer.sh/download v4 InRelease' is not signed.
                              N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                              N: See apt-secure(8) manpage for repository creation and user configuration details.
                              $
                              
                              ​
                              Thanks, Francois

                              Comment

                              Working...
                              X