* [kostalinverter] Fix to, prevent randomly stops of binding. Signed-off-by: basse04 <orjan.backsell@gmail.com>
33 lines
1.4 KiB
XML
33 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<config-description:config-descriptions
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:config-description="https://openhab.org/schemas/config-description/v1.0.0"
|
|
xsi:schemaLocation="https://openhab.org/schemas/config-description/v1.0.0 https://openhab.org/schemas/config-description-1.0.0.xsd">
|
|
<config-description uri="thing-type:kostalinverter:kostalpiko1020">
|
|
<parameter name="url" type="text" required="true">
|
|
<label>IP Address</label>
|
|
<description>IP address of the inverter.</description>
|
|
<context>url</context>
|
|
</parameter>
|
|
<parameter name="username" type="text" required="true">
|
|
<label>Username</label>
|
|
<description>The username to the inverter.</description>
|
|
</parameter>
|
|
<parameter name="password" type="text" required="true">
|
|
<label>Password</label>
|
|
<description>The password to the inverter.</description>
|
|
<context>password</context>
|
|
</parameter>
|
|
<parameter name="refreshInterval" type="integer" min="1" unit="s" required="true">
|
|
<label>Refresh Interval</label>
|
|
<description>Refresh Interval in seconds.</description>
|
|
<default>60</default>
|
|
</parameter>
|
|
<parameter name="hasBattery" type="boolean" required="false">
|
|
<label>Inverter Type</label>
|
|
<description>Type of inverter, with/without battery.</description>
|
|
<default>false</default>
|
|
</parameter>
|
|
</config-description>
|
|
</config-description:config-descriptions>
|