https://github.com/leocolomb/home-exporter
🏠 Home InfluxDB Exporter
https://github.com/leocolomb/home-exporter
enedis grdf home-assistant influxdb s7 s7-plc
Last synced: 17 days ago
JSON representation
🏠 Home InfluxDB Exporter
- Host: GitHub
- URL: https://github.com/leocolomb/home-exporter
- Owner: LeoColomb
- License: mit
- Created: 2023-02-14T18:53:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-05-11T21:26:40.000Z (22 days ago)
- Last Synced: 2026-05-11T23:31:43.709Z (22 days ago)
- Topics: enedis, grdf, home-assistant, influxdb, s7, s7-plc
- Language: Python
- Homepage:
- Size: 959 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Home Exporter
> 🏠 Home InfluxDB Exporter
## About
Rather simple InfluxDB exporter for different data generators at home.
* [GRDF (gaz infra)](src/grdf_exporter/), fetched every half day, for all the available data in the last 7 days;
* [Enedis (electricity infra)](src/enedis_exporter/), fetched every half day, for all the available data in the last 7 days;
* [Weather (min/max temp & degree-day)](src/weather_exporter/), fetched every half day;
* [Air quality (E-AQI & pollens)](src/air_exporter/), fetched every hour;
* [Evohome](src/evohome_exporter/), fetched every minute;
* [InfluxDB (data storage handling)](src/influxdb_exporter/), submitted every 3 seconds if data.
## Usage
Required environment varibles are listed in [`.env.example`](.env.example) file.
### Fly.io
Deployments to Fly.io are configured
### Local
```shell
uv run home-exporter
```
## License
This project is licensed under [MIT License](LICENSE).