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-3244 | January 19, 2021 20:54:49 |
Debian Buster | armhf | 0.8.0-3238 | January 18, 2021 14:36:18 |
Debian Buster | arm64 | 0.8.0-3240 | January 19, 2021 06:46:16 |
Debian Stretch | amd64 | 0.8.0-3236 | January 18, 2021 08:38:39 |
Debian Stretch | armhf | 0.8.0-3236 | January 18, 2021 10:23:39 |
Debian Stretch | arm64 | 0.8.0-3128 | December 27, 2020 17:11:26 |
Raspbian Buster | armhf | 0.8.0-3242 | January 19, 2021 18:12:01 |
Raspbian Stretch | armhf | 0.8.0-3236 | January 18, 2021 07:45:10 |
Ubuntu Focal Fossa | amd64 | 0.8.0-3240 | January 19, 2021 08:33:09 |
Ubuntu Focal Fossa | armhf | 0.8.0-3225 | January 15, 2021 05:23:48 |
Ubuntu Focal Fossa | arm64 | 0.8.0-3231 | January 18, 2021 00:21:03 |
Ubuntu Bionic Beaver | amd64 | 0.8.0-3238 | January 18, 2021 15:05:40 |
Ubuntu Bionic Beaver | armhf | 0.8.0-3238 | January 18, 2021 18:17:57 |
Ubuntu Bionic Beaver | arm64 | 0.8.0-3231 | January 17, 2021 07:40:32 |
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 |