Add README and plugin description

pull/56/head
Simon Stürz 2022-08-03 15:21:37 +02:00
parent 207d805447
commit 9d3bb72849
3 changed files with 29 additions and 0 deletions

16
kostal/README.md Normal file
View File

@ -0,0 +1,16 @@
# KOSTAL Solar Electric
Connects to a KOSTAL Solar Electric inverter.
In order to communicate with your inverter it is necessary to open the `Modbus TCP` interface on your inverter. Please check the manual of your inverter for instructions.
## Supported things
* Kostal Inverters
* Kostal Meters
* Connected batteries
## More
https://www.kostal-solar-electric.com

BIN
kostal/kostal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

13
kostal/meta.json Normal file
View File

@ -0,0 +1,13 @@
{
"title": "KOSTAL Solar Electric",
"tagline": "Connect to Kostal Solar Electric inverters.",
"icon": "kostal.png",
"stability": "consumer",
"offline": true,
"technologies": [
"network"
],
"categories": [
"energy"
]
}