Go to file
Tim Dithmer 42480df5c1 Add initial state of huette energy consumption per week day script 2024-10-28 21:07:57 +01:00
.dockerignore Add initial state of huette energy consumption per week day script 2024-10-28 21:07:57 +01:00
.gitignore Add initial state of huette energy consumption per week day script 2024-10-28 21:07:57 +01:00
Dockerfile Add initial state of huette energy consumption per week day script 2024-10-28 21:07:57 +01:00
README Add initial state of huette energy consumption per week day script 2024-10-28 21:07:57 +01:00
main.py Add initial state of huette energy consumption per week day script 2024-10-28 21:07:57 +01:00
requirements.txt Add initial state of huette energy consumption per week day script 2024-10-28 21:07:57 +01:00

README

# Build

```
docker build -t huette-energy-consumption-weekperday .
```

# Run

```
docker run -d -e MQTT_HOST=10.2.3.2 -e MQTT_TOPIC=c3re/huette/energy/consumption/week_per_day -t huette-energy-consumption-weekperday
```