Home-Assistant, Homematic, Homegear & CUL on K8s
In order to use Home-Assistent with CUL-Stick, you'll need homegear. To integrate homegear into HASS you'll need the additional addon "HomeMatic". Sadly HASS does not support addons when using containers. So this is a quite hacky way to make it work on Kubernetes.
Kubernetes#
I'm using the Helm-Chart from k8s-at-home. You can find my values here
Setting up Homegear#
Make sure /etc/homegear/families/max.conf is configured for your device:
- Login to container & enter homegear shell using
homegear -r. - Select "MAX!" Family using
fs 4 - Enable peeing mode
pon& peer your device[s] - List peers
ls - You can rename them, too using
pn <DEVICE-ID> <NEW-NAME>
Homematic Addon#
In the container create /data/options.json like this:
Configure Home-Assistant#
Add this snippet to your configuration.yaml of home-assistant:
Finishing up#
After restart, you should find your Homegear devices in the entities of HASS.