Fully configurable Enocean to MQTT Gateway and Control Panel
This chart is not maintained by the upstream project and any issues with the chart should be raised here
- https://github.com/m4dm4rtig4n/enedisgateway2mqtt
- https://hub.docker.com/r/m4dm4rtig4n/enedisgateway2mqtt
Kubernetes: >=1.16.0-0
Repository | Name | Version |
---|---|---|
https://library-charts.k8s-at-home.com | common | 4.0.1 |
helm upgrade --install enedisgateway2mqtt Chart/ -f values.yaml
To install the chart with the release name enedisgateway2mqtt
helm upgrade --install enedisgateway2mqtt Chart/ -f values.yaml
To uninstall the enedisgateway2mqtt
deployment
helm uninstall enedisgateway2mqtt
The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.
Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the common library.
Specify each parameter using the --set key=value[,key=value]
argument to helm install
.
helm install enedisgateway2mqtt \
--set env.TZ="America/New York" \
m4dm4rtig4n/enedisgateway2mqtt
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
helm upgrade --install enedisgateway2mqtt m4dm4rtig4n/enedisgateway2mqtt -f values.yaml