Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T03:49:53.000Z (8 months ago)
- Last Synced: 2024-05-01T21:05:22.413Z (8 months ago)
- Topics: enedis, grdf, home-assistant, influxdb, s7, s7-plc
- Language: Python
- Homepage:
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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)](grdf_exporter/), fetched every half day, for all the available data in the last 7 days;
* [Enedis (electricity infra)](enedis_exporter/), fetched every half day, for all the available data in the last 7 days;
* [Weather (min/max temp & degree-day)](weather_exporter/), fetched every half day;
* [Air quality (E-AQI & pollens)](air_exporter/), fetched every hour;
* [InfluxDB (data storage handling)](influxdb_exporter/), submitted every 3 seconds.## Usage
To be documented.
So far, deployments to Fly.io are configured, and required environment varibles are listed in [`.env.example`](.env.example) file.## License
This project is licensed under [MIT License](LICENSE).