An open API service indexing awesome lists of open source software.

https://github.com/michdo93/digitalstrom-export-csv

A simple Python script with Selenium which opens the digitalSTROM server and then downloads the metering CSV file via PyAutoGUI.
https://github.com/michdo93/digitalstrom-export-csv

Last synced: 2 months ago
JSON representation

A simple Python script with Selenium which opens the digitalSTROM server and then downloads the metering CSV file via PyAutoGUI.

Awesome Lists containing this project

README

          

# digitalstrom-export-csv
A simple Python script with Selenium which opens the digitalSTROM server and then downloads the metering CSV file via PyAutoGUI.

This can be used, for example, for anomaly detection of an artificial intelligence so that training data is stored regularly.

## Installation

Plese edit your crontab file with `sudo crontab -e` and add something like this:

```
*/59 */9 * * * DISPLAY=:0 /usr/bin/python3 /home//digitalstrom.py
```

As a note, in my metering application I can only look at the values for 9 hours and 59.

You have to replace following in the python code:

```

```