Add README and plugin description
parent
207d805447
commit
9d3bb72849
|
|
@ -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
|
||||||
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
|
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue