diff --git a/kostal/README.md b/kostal/README.md new file mode 100644 index 0000000..9f33fc3 --- /dev/null +++ b/kostal/README.md @@ -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 + diff --git a/kostal/kostal.png b/kostal/kostal.png new file mode 100644 index 0000000..4705734 Binary files /dev/null and b/kostal/kostal.png differ diff --git a/kostal/meta.json b/kostal/meta.json new file mode 100644 index 0000000..d1e17d4 --- /dev/null +++ b/kostal/meta.json @@ -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" + ] +}