lge320-reader/README.md

21 lines
726 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# lge320-reader
Read data from the Landis+Gyr E320 electricity meter (or any DIN EN 6205621-compatible meter on 9600 Baud)
In the `if __name__ == "__main__"` statement, an example data processing is written (as it is in use by me) - sending data to MQTT every second (on each data receive of the Landis+Gyr) and writing data to an influx database every 10s is currently implemented and can be configured using the `.env` file.
## Usage
First, you need to configure all the necessary values in the .env file. After configuring, run
```bash
python3 lge320reader.py
```
...to run the script.
## License
This project is licensed under the terms of the GNU General Public License v3.0 or later, see [COPYING](COPYING).