I want to download
on
The nightly packages are built automatically from the GitHub repository. Nightlies are available for Debian (Bullseye and Buster), Raspbian (Bullseye and Buster) and Ubuntu (Focal Fossa and Bionic Beaver). To easily install them, execute the Nightly Installer as root:
sudo -s
wget -O /tmp/InstallNightly.sh https://downloads.homegear.eu/InstallNightly.sh && bash /tmp/InstallNightly.sh
To install an old version, just append the ISO date without dashes:
wget -O /tmp/InstallNightly.sh https://downloads.homegear.eu/InstallNightly.sh && bash /tmp/InstallNightly.sh 20171119
Distrubution | Architecture | Version | Build Time |
---|---|---|---|
Debian Bullseye | amd64 | 0.8.0-3317 | April 16, 2021 23:25:27 |
Debian Bullseye | armhf | 0.8.0-3317 | April 17, 2021 03:53:32 |
Debian Buster | amd64 | 0.8.0-3317 | April 18, 2021 01:41:20 |
Debian Buster | armhf | 0.8.0-3317 | April 18, 2021 06:07:14 |
Debian Buster | arm64 | 0.8.0-3317 | April 19, 2021 05:34:41 |
Raspbian Bullseye | armhf | 0.8.0-3317 | April 19, 2021 05:53:27 |
Raspbian Buster | armhf | 0.8.0-3317 | April 18, 2021 13:47:26 |
Ubuntu Focal Fossa | amd64 | 0.8.0-3317 | April 19, 2021 12:42:39 |
Ubuntu Focal Fossa | armhf | 0.8.0-3317 | April 16, 2021 02:14:36 |
Ubuntu Focal Fossa | arm64 | 0.8.0-3317 | April 17, 2021 00:32:58 |
Ubuntu Bionic Beaver | amd64 | 0.8.0-3317 | April 17, 2021 19:09:21 |
Ubuntu Bionic Beaver | armhf | 0.8.0-3317 | April 17, 2021 23:25:58 |
Ubuntu Bionic Beaver | arm64 | 0.8.0-3317 | April 18, 2021 18:52:17 |
The easiest way to use Homegear on the Raspberry Pi is by downloading our Raspbian image. It has the following features:
The username is pi, the password is raspberry. For instructions on how to write the image to your SD card, see raspberrypi.org.
# Install apt-transtport-https
apt install apt-transport-https
# Download and install Homegear's package validation key
curl https://apt.homegear.eu/Release.key | apt-key add -
# Add Homegear's repository to APT
echo 'deb https://apt.homegear.eu/Raspbian/ buster/' > /etc/apt/sources.list.d/homegear.list
# Update package information
apt update
# Install Homegear with all modules
apt install homegear homegear-management homegear-nodes-core homegear-nodes-extra homegear-homematicbidcos homegear-homematicwired homegear-insteon homegear-max homegear-philipshue homegear-sonos homegear-kodi homegear-ipcam homegear-beckhoff homegear-knx homegear-enocean homegear-intertechno homegear-nanoleaf homegear-ccu homegear-mbus homegear-influxdb
The easiest way to use Homegear on the Raspberry Pi is by downloading our Raspbian image. It has the following features:
The username is pi, the password is raspberry. For instructions on how to write the image to your SD card, see raspberrypi.org.
# Install apt-transtport-https
apt install apt-transport-https
# Download and install Homegear's package validation key
curl https://apt.homegear.eu/Release.key | apt-key add -
# Add Homegear's repository to APT
echo 'deb https://apt.homegear.eu/Raspbian/ stretch/' > /etc/apt/sources.list.d/homegear.list
# Update package information
apt update
# Install Homegear with all modules
apt install homegear homegear-management homegear-nodes-core homegear-nodes-extra homegear-homematicbidcos homegear-homematicwired homegear-insteon homegear-max homegear-philipshue homegear-sonos homegear-kodi homegear-ipcam homegear-beckhoff homegear-knx homegear-enocean homegear-intertechno homegear-nanoleaf homegear-ccu homegear-mbus homegear-influxdb
Run the commands below as root to install Homegear from repository. Packages are available for amd64, i386, armhf and arm64. For more information, see doc.homegear.eu.
# Install apt-transtport-https
apt install apt-transport-https
# Download and install Homegear's package validation key
curl https://apt.homegear.eu/Release.key | apt-key add -
# Add Homegear's repository to APT
echo 'deb https://apt.homegear.eu/Debian/ buster/' > /etc/apt/sources.list.d/homegear.list
# Update package information
apt update
# Install Homegear with all modules
apt install homegear homegear-management homegear-nodes-core homegear-nodes-extra homegear-homematicbidcos homegear-homematicwired homegear-insteon homegear-max homegear-philipshue homegear-sonos homegear-kodi homegear-ipcam homegear-beckhoff homegear-knx homegear-enocean homegear-intertechno homegear-nanoleaf homegear-ccu homegear-mbus homegear-influxdb
Run the commands below as root to install Homegear from repository. Packages are available for amd64, i386, armhf and arm64. For more information, see doc.homegear.eu.
# Install apt-transtport-https
apt install apt-transport-https
# Download and install Homegear's package validation key
curl https://apt.homegear.eu/Release.key | apt-key add -
# Add Homegear's repository to APT
echo 'deb https://apt.homegear.eu/Debian/ stretch/' > /etc/apt/sources.list.d/homegear.list
# Update package information
apt update
# Install Homegear with all modules
apt install homegear homegear-management homegear-nodes-core homegear-nodes-extra homegear-homematicbidcos homegear-homematicwired homegear-insteon homegear-max homegear-philipshue homegear-sonos homegear-kodi homegear-ipcam homegear-beckhoff homegear-knx homegear-enocean homegear-intertechno homegear-nanoleaf homegear-ccu homegear-mbus homegear-influxdb
Run the commands below as root to install Homegear from repository. Packages are available for amd64, i386, armhf and arm64. For more information, see doc.homegear.eu.
# Install apt-transtport-https
apt install apt-transport-https
# Download and install Homegear's package validation key
curl https://apt.homegear.eu/Release.key | apt-key add -
# Add Homegear's repository to APT
echo 'deb https://apt.homegear.eu/Ubuntu/ bionic/' > /etc/apt/sources.list.d/homegear.list
# Update package information
apt update
# Install Homegear with all modules
apt install homegear homegear-management homegear-nodes-core homegear-nodes-extra homegear-homematicbidcos homegear-homematicwired homegear-insteon homegear-max homegear-philipshue homegear-sonos homegear-kodi homegear-ipcam homegear-beckhoff homegear-knx homegear-enocean homegear-intertechno homegear-nanoleaf homegear-ccu homegear-mbus homegear-influxdb
Run the commands below as root to install Homegear from repository. Packages are available for amd64, armhf and arm64. For more information, see doc.homegear.eu.
# Install apt-transtport-https
apt install apt-transport-https
# Download and install Homegear's package validation key
curl https://apt.homegear.eu/Release.key | apt-key add -
# Add Homegear's repository to APT
echo 'deb https://apt.homegear.eu/Ubuntu/ focal/' > /etc/apt/sources.list.d/homegear.list
# Update package information
apt update
# Install Homegear with all modules
apt install homegear homegear-management homegear-nodes-core homegear-nodes-extra homegear-homematicbidcos homegear-homematicwired homegear-insteon homegear-max homegear-philipshue homegear-sonos homegear-kodi homegear-ipcam homegear-beckhoff homegear-knx homegear-enocean homegear-intertechno homegear-nanoleaf homegear-ccu homegear-mbus homegear-influxdb
The easiest way to use Homegear on the Raspberry Pi is by downloading our Raspbian image. It has the following features:
The username is pi, the password is raspberry. For instructions on how to write the image to your SD card, see raspberrypi.org.
After the image has been set up you need to install Homegear testing from the testing repository:
# Install apt-transtport-https
apt install apt-transport-https
# Download and install Homegear's package validation key
curl https://apttesting.homegear.eu/Release.key | apt-key add -
# Add Homegear's repository to APT
echo 'deb https://apttesting.homegear.eu/Raspbian/ buster/' > /etc/apt/sources.list.d/homegear.list
# Update package information
apt update
# Install Homegear with all modules
apt install homegear homegear-management homegear-nodes-core homegear-nodes-extra homegear-homematicbidcos homegear-homematicwired homegear-insteon homegear-max homegear-philipshue homegear-sonos homegear-kodi homegear-ipcam homegear-beckhoff homegear-knx homegear-enocean homegear-intertechno homegear-nanoleaf homegear-ccu homegear-mbus homegear-influxdb
The easiest way to use Homegear on the Raspberry Pi is by downloading our Raspbian image. It has the following features:
The username is pi, the password is raspberry. For instructions on how to write the image to your SD card, see raspberrypi.org.
After the image has been set up you need to install Homegear testing from the testing repository:
# Install apt-transtport-https
apt install apt-transport-https
# Download and install Homegear's package validation key
curl https://apttesting.homegear.eu/Release.key | apt-key add -
# Add Homegear's repository to APT
echo 'deb https://apttesting.homegear.eu/Raspbian/ stretch/' > /etc/apt/sources.list.d/homegear.list
# Update package information
apt update
# Install Homegear with all modules
apt install homegear homegear-management homegear-nodes-core homegear-nodes-extra homegear-homematicbidcos homegear-homematicwired homegear-insteon homegear-max homegear-philipshue homegear-sonos homegear-kodi homegear-ipcam homegear-beckhoff homegear-knx homegear-enocean homegear-intertechno homegear-nanoleaf homegear-ccu homegear-mbus homegear-influxdb
Run the commands below as root to install Homegear from the testing repository. Packages are available for amd64, i386, armhf and arm64. For more information, see doc.homegear.eu.
# Install apt-transtport-https
apt install apt-transport-https
# Download and install Homegear's package validation key
curl https://apttesting.homegear.eu/Release.key | apt-key add -
# Add Homegear's repository to APT
echo 'deb https://apttesting.homegear.eu/Debian/ buster/' > /etc/apt/sources.list.d/homegear.list
# Update package information
apt update
# Install Homegear with all modules
apt install homegear homegear-management homegear-nodes-core homegear-nodes-extra homegear-homematicbidcos homegear-homematicwired homegear-insteon homegear-max homegear-philipshue homegear-sonos homegear-kodi homegear-ipcam homegear-beckhoff homegear-knx homegear-enocean homegear-intertechno homegear-nanoleaf homegear-ccu homegear-mbus homegear-influxdb
Run the commands below as root to install Homegear from the testing repository. Packages are available for amd64, i386, armhf and arm64. For more information, see doc.homegear.eu.
# Install apt-transtport-https
apt install apt-transport-https
# Download and install Homegear's package validation key
curl https://apttesting.homegear.eu/Release.key | apt-key add -
# Add Homegear's repository to APT
echo 'deb https://apttesting.homegear.eu/Debian/ stretch/' > /etc/apt/sources.list.d/homegear.list
# Update package information
apt update
# Install Homegear with all modules
apt install homegear homegear-management homegear-nodes-core homegear-nodes-extra homegear-homematicbidcos homegear-homematicwired homegear-insteon homegear-max homegear-philipshue homegear-sonos homegear-kodi homegear-ipcam homegear-beckhoff homegear-knx homegear-enocean homegear-intertechno homegear-nanoleaf homegear-ccu homegear-mbus homegear-influxdb
Run the commands below as root to install Homegear from the testing repository. Packages are available for amd64, i386, armhf and arm64. For more information, see doc.homegear.eu.
# Install apt-transtport-https
apt install apt-transport-https
# Download and install Homegear's package validation key
curl https://apttesting.homegear.eu/Release.key | apt-key add -
# Add Homegear's repository to APT
echo 'deb https://apttesting.homegear.eu/Ubuntu/ bionic/' > /etc/apt/sources.list.d/homegear.list
# Update package information
apt update
# Install Homegear with all modules
apt install homegear homegear-management homegear-nodes-core homegear-nodes-extra homegear-homematicbidcos homegear-homematicwired homegear-insteon homegear-max homegear-philipshue homegear-sonos homegear-kodi homegear-ipcam homegear-beckhoff homegear-knx homegear-enocean homegear-intertechno homegear-nanoleaf homegear-ccu homegear-mbus homegear-influxdb
Run the commands below as root to install Homegear from the testing repository. Packages are available for amd64, armhf and arm64. For more information, see doc.homegear.eu.
# Install apt-transtport-https
apt install apt-transport-https
# Download and install Homegear's package validation key
curl https://apttesting.homegear.eu/Release.key | apt-key add -
# Add Homegear's repository to APT
echo 'deb https://apttesting.homegear.eu/Ubuntu/ focal/' > /etc/apt/sources.list.d/homegear.list
# Update package information
apt update
# Install Homegear with all modules
apt install homegear homegear-management homegear-nodes-core homegear-nodes-extra homegear-homematicbidcos homegear-homematicwired homegear-insteon homegear-max homegear-philipshue homegear-sonos homegear-kodi homegear-ipcam homegear-beckhoff homegear-knx homegear-enocean homegear-intertechno homegear-nanoleaf homegear-ccu homegear-mbus homegear-influxdb
Please follow the manual installation instructions on doc.homegear.eu.
Homegear's stable and nightly version are available as a Docker image. See hub.docker.com for more information.
The following tools are available:
Name | Version | Description | GitHub Repository | Link |
---|---|---|---|---|
Homegear Kickstart | 0.2.0 | A small tool to easily create OpenHAB item definitions for HomeMatic devices. You can also pair/unpair and - currently partly - configure HomeMatic devices. See this forum post for more information. | Download |
The following tools and libraries are available:
Name | Version | Description | GitHub Repository | Link |
---|---|---|---|---|
PHP JSON-RPC Client | 0.1.1 | A small JSON-RPC client class written in PHP, which supports Homegear's JSON-RPC. I'm using this class to send commands to Homegear from other PCs and for my Homegear event scripts. It should work on any operating system supporting PHP. | Download | |
HomegearWS | 0.1.1 | JavaScript WebSocket class to communicate with Homegear. | Repository | Download |
homegear-nodejs | 1.0.2 | Binding to connect Node.js to Homegear over IPC Sockets. | Repository | Download |
HomegearLib.NET | 0.1.9.0 | .NET Standard library to communicate with Homegear. | Repository | Download |
libhomegear-python | 1.0.4 | Python extension to locally communicate with Homegear. | Repository | Download |
homegear-ipc-example | Example project showing the communication with Homegear over Unix Domain Sockets using libhomegear-ipc. | Repository | Download | |
Homegear Device XML Schema | The schema used by Homegear to describe devices. | Repository | Download |