mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Align dev with main
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Home assistant add-on: Enedisgateway2mqtt
|
||||
# Home assistant add-on: MyElectricalData
|
||||
|
||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
[](https://www.codacy.com/gh/alexbelgium/hassio-addons/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alexbelgium/hassio-addons&utm_campaign=Badge_Grade)
|
||||
[](https://github.com/marketplace/actions/super-linter)
|
||||
@@ -20,12 +20,24 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
|
||||
## About
|
||||
|
||||
Enedisgateway2mqtt use Enedis Gateway API to send data in your MQTT Broker.
|
||||
See its github for all informations : https://github.com/m4dm4rtig4n/enedisgateway2mqtt/blob/master/README.md
|
||||
See its github for all informations : https://github.com/m4dm4rtig4n/myelectricaldata
|
||||
|
||||
## Configuration
|
||||
|
||||
Install, then start the addon a first time to initialize the templates.
|
||||
Everything is configured using the config.yaml file found in /config/enedisgateway2mqtt/enedisgateway2mqtt.conf.
|
||||
|
||||
Options can be configured through two ways :
|
||||
|
||||
- Addon options
|
||||
|
||||
```yaml
|
||||
CONFIG_LOCATION: /config/enedisgateway2mqtt/enedisgateway2mqtt.conf # Sets the location of the config.yaml (see below)
|
||||
mqtt_autodiscover: true # Shows in the log the detail of the mqtt local server (if available). It can then be added to the config.yaml file.
|
||||
TZ: Europe/Paris # Sets a specific timezone
|
||||
```
|
||||
|
||||
- Config.yaml
|
||||
Everything is configured using the config.yaml file found in /config/enedisgateway2mqtt/enedisgateway2mqtt.conf.
|
||||
|
||||
The complete list of options can be seen here : https://github.com/m4dm4rtig4n/enedisgateway2mqtt#environment-variable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user