This parser periodically (every minute) fetches new data from the provided Kostal Inverter,
writes the data to an Excel file and uploads the file once every day to the provided
Synology DSM.
Download the latest release
and the env.properties template
and fill in like shown below
and place it next to the jar file.
host=https://example.diskstation.me |
---|
port=5001 |
username=user |
password=passwd |
uploadPath=/ExampleFolder |
bypass_ssl=true |
hostInverter=192.168.1.111 |
portInverter=1502 |
note: the bypass_ssl=true
option disables hostname verification so only set this to
true on a local network that you trust.
- Java JDK 22 - Java™ Platform
- Maven - Dependency Management
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.