Difference between revisions of "Kostal script"
From PhotoVoltaic Logger new generation
(Created page with "The script for the Kostal inverter is located in path/to/PVLng-scripts/Kostal/Kostal.sh Prepare an initial configuration file with $ cp dist/Kostal.conf Kostal.conf Adju...") |
m |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Scripts]] | ||
The script for the Kostal inverter is located in | The script for the Kostal inverter is located in | ||
− | path/to/PVLng-scripts/Kostal/ | + | path/to/PVLng-scripts/Kostal/kostal.sh |
Prepare an initial configuration file with | Prepare an initial configuration file with | ||
− | $ cp dist/ | + | $ cp dist/kostal.conf kostal.conf |
− | Adjust your Kostal inverter channel GUID here. | + | Adjust your [[Kostal inverter]] channel GUID here. |
GUID_N 1 | GUID_N 1 | ||
Line 13: | Line 14: | ||
If have more than on inverter, add more '''<code>GUID_*</code>''' lines and adjust '''<code>GUID_N</code>'''. | If have more than on inverter, add more '''<code>GUID_*</code>''' lines and adjust '''<code>GUID_N</code>'''. | ||
+ | |||
+ | Next you should [[Scripts usage#Test|test]] your configuration. |
Latest revision as of 13:39, 5 August 2016
The script for the Kostal inverter is located in
path/to/PVLng-scripts/Kostal/kostal.sh
Prepare an initial configuration file with
$ cp dist/kostal.conf kostal.conf
Adjust your Kostal inverter channel GUID here.
GUID_N 1 GUID_1 a38c-45c2-02f0-11b5-81d2-d8a5-d111-92ee
If have more than on inverter, add more GUID_*
lines and adjust GUID_N
.
Next you should test your configuration.