Skip to content

Files

Latest commit

1fe4e92 · Feb 6, 2023

History

History

chart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 6, 2023
Feb 6, 2023
Sep 27, 2021

enedisgateway2mqtt

Version: 2.2.1 AppVersion: 1.1.1

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

Source Code

Requirements

Kubernetes: >=1.16.0-0

Dependencies

Repository Name Version
https://library-charts.k8s-at-home.com common 4.0.1

TL;DR

helm upgrade --install enedisgateway2mqtt Chart/ -f values.yaml

Installing the Chart

To install the chart with the release name enedisgateway2mqtt

helm upgrade --install enedisgateway2mqtt Chart/ -f values.yaml

Uninstalling the Chart

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.

Configuration

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