I want to download
on
The nightly packages are built automatically from the GitHub repository. Nightlies are available for Debian (Buster and Stretch), Raspbian (Buster and Stretch) and Ubuntu (Bionic Beaver and Focal Fossa). 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 Buster | amd64 | 0.8.0-3285 | March 05, 2021 17:47:28 |
Debian Buster | armhf | 0.8.0-3285 | March 04, 2021 11:13:33 |
Debian Buster | arm64 | 0.8.0-3285 | March 05, 2021 03:39:04 |
Debian Stretch | amd64 | 0.8.0-3282 | February 26, 2021 07:56:10 |
Debian Stretch | armhf | 0.8.0-3282 | February 26, 2021 09:42:12 |
Debian Stretch | arm64 | January 01, 1970 00:00:00 | |
Raspbian Buster | armhf | 0.8.0-3285 | March 05, 2021 00:56:51 |
Raspbian Stretch | armhf | 0.8.0-3282 | February 26, 2021 10:23:34 |
Ubuntu Focal Fossa | amd64 | 0.8.0-3282 | February 07, 2021 09:41:54 |
Ubuntu Focal Fossa | armhf | 0.8.0-3282 | February 05, 2021 10:10:23 |
Ubuntu Focal Fossa | arm64 | 0.8.0-3282 | February 06, 2021 03:28:57 |
Ubuntu Bionic Beaver | amd64 | 0.8.0-3282 | February 06, 2021 19:26:55 |
Ubuntu Bionic Beaver | armhf | 0.8.0-3273 | February 04, 2021 01:29:41 |
Ubuntu Bionic Beaver | arm64 | 0.8.0-3273 | February 04, 2021 17:07:08 |
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 XML-RPC Client | 0.1.1 | A small XML-RPC client class written in PHP, which supports Homegear's XML-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 |