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.
#
KubernetesI'm using the Helm-Chart from k8s-at-home. You can find my values here
#
Setting up HomegearMake 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 AddonIn the container create /data/options.json
like this:
#
Configure Home-AssistantAdd this snippet to your configuration.yaml
of home-assistant:
#
Finishing upAfter restart, you should find your Homegear devices in the entities of HASS.