Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
<item-type>Switch</item-type>
<label>Vehicle Plugged</label>
<description>State of the vehicle plug, e.g. ON if plugged in, OFF if unplugged</description>
<tags>
<tag>Status</tag>
<tag>Power</tag>
Comment thread
andrewfg marked this conversation as resolved.
Outdated
</tags>
<state readOnly="true"></state>
</channel-type>
<channel-type id="locked" advanced="true">
Expand All @@ -124,12 +128,20 @@
<item-type>Switch</item-type>
<label>Enabled (System)</label>
<description>Activation state of the wallbox (System)</description>
<tags>
<tag>Switch</tag>
<tag>Mode</tag>
Comment thread
lsiepel marked this conversation as resolved.
</tags>
<state readOnly="true"></state>
</channel-type>
<channel-type id="enableduser">
<item-type>Switch</item-type>
<label>Enabled (User)</label>
<description>Activation state of the wallbox (User)</description>
<tags>
<tag>Switch</tag>
<tag>Mode</tag>
Comment thread
lsiepel marked this conversation as resolved.
</tags>
<state readOnly="false"></state>
</channel-type>
<channel-type id="x1" advanced="true">
Expand All @@ -148,12 +160,20 @@
<item-type>Number:ElectricCurrent</item-type>
<label>Preset Current</label>
<description>Preset Current</description>
<tags>
<tag>Setpoint</tag>
<tag>Current</tag>
</tags>
<state pattern="%.3f %unit%" readOnly="false"></state>
</channel-type>
<channel-type id="current" advanced="true">
<item-type>Number:ElectricCurrent</item-type>
<label>Current</label>
<description>Current</description>
<tags>
<tag>Measurement</tag>
<tag>Current</tag>
</tags>
<state pattern="%.3f %unit%" readOnly="true"></state>
</channel-type>
<channel-type id="maxcurrent" advanced="true">
Expand Down Expand Up @@ -196,12 +216,20 @@
<item-type>Number:ElectricPotential</item-type>
<label>Voltage</label>
<description>Voltage</description>
<tags>
<tag>Measurement</tag>
<tag>Voltage</tag>
</tags>
<state pattern="%d %unit%" readOnly="true"></state>
</channel-type>
<channel-type id="power">
<item-type>Number:Power</item-type>
<label>Power</label>
<description>Active Power</description>
<tags>
<tag>Measurement</tag>
<tag>Power</tag>
</tags>
<state pattern="%.3f %unit%" readOnly="true"></state>
</channel-type>
<channel-type id="powerfactor" advanced="true">
Expand All @@ -214,18 +242,30 @@
<item-type>Number:Energy</item-type>
<label>Energy Session</label>
<description>Power consumption</description>
<tags>
<tag>Measurement</tag>
<tag>Energy</tag>
</tags>
<state pattern="%.1f %unit%" readOnly="true"></state>
</channel-type>
<channel-type id="totalenergy" advanced="true">
<item-type>Number:Energy</item-type>
<label>Energy Total</label>
<description>Total energy consumption is added up after each completed charging session</description>
<tags>
<tag>Measurement</tag>
<tag>Energy</tag>
</tags>
<state pattern="%.1f %unit%" readOnly="true"></state>
</channel-type>
<channel-type id="display" advanced="true">
<item-type>String</item-type>
<label>Display</label>
<description>Text to show on the P30 Series C or X display</description>
<tags>
<tag>Status</tag>
<tag>Info</tag>
</tags>
<state readOnly="false"></state>
</channel-type>
<channel-type id="authreq" advanced="true">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,20 @@
<item-type>Switch</item-type>
<label>Switch</label>
<description>A channel to manage a generic Group Addresses with a DPT compatible with Switch Items</description>
<tags>
<tag>Switch</tag>
<tag>Power</tag>
</tags>
<config-description-ref uri="channel-type:knx:single"/>
</channel-type>
<channel-type id="switch-control">
<item-type>Switch</item-type>
<label>Switch Control</label>
<description>Control a switch item via KNX (i.e. the status is not owned by KNX)</description>
<tags>
<tag>Switch</tag>
<tag>Power</tag>
</tags>
<config-description-ref uri="channel-type:knx:single"/>
</channel-type>

Expand All @@ -55,12 +63,20 @@
<item-type>Dimmer</item-type>
<label>Dimmer</label>
<description>A channel to control a dimmer</description>
<tags>
<tag>Control</tag>
<tag>Brightness</tag>
</tags>
<config-description-ref uri="channel-type:knx:dimmer"/>
</channel-type>
<channel-type id="dimmer-control">
<item-type>Dimmer</item-type>
<label>Dimmer Control</label>
<description>Control a dimmer item via KNX (i.e. the status is not owned by KNX)</description>
<tags>
<tag>Control</tag>
<tag>Brightness</tag>
</tags>
<config-description-ref uri="channel-type:knx:dimmer-control"/>
</channel-type>

Expand All @@ -69,12 +85,20 @@
<item-type>Rollershutter</item-type>
<label>Rollershutter</label>
<description>A channel to control a rollershutter</description>
<tags>
<tag>Control</tag>
<tag>OpenLevel</tag>
</tags>
<config-description-ref uri="channel-type:knx:rollershutter"/>
</channel-type>
<channel-type id="rollershutter-control">
<item-type>Rollershutter</item-type>
<label>Rollershutter Control</label>
<description>Control a rollershutter item (i.e. the status is not owned by KNX)</description>
<tags>
<tag>Control</tag>
<tag>OpenLevel</tag>
</tags>
<config-description-ref uri="channel-type:knx:rollershutter"/>
</channel-type>

Expand All @@ -83,12 +107,20 @@
<item-type>Color</item-type>
<label>Color</label>
<description>A channel to control color information (RGB)</description>
<tags>
<tag>Control</tag>
<tag>Color</tag>
</tags>
<config-description-ref uri="channel-type:knx:color"/>
</channel-type>
<channel-type id="color-control">
<item-type>Color</item-type>
<label>Color Control</label>
<description>Control a color item (i.e. the status is not owned by KNX)</description>
<tags>
<tag>Control</tag>
<tag>Color</tag>
</tags>
<config-description-ref uri="channel-type:knx:color-control"/>
</channel-type>

Expand All @@ -97,12 +129,20 @@
<item-type>Contact</item-type>
<label>Contact</label>
<description>A channel to manage a generic Group Addresses with a DPT compatible with Contact Items</description>
<tags>
<tag>Control</tag>
<tag>OpenState</tag>
</tags>
<config-description-ref uri="channel-type:knx:single"/>
</channel-type>
<channel-type id="contact-control">
<item-type>Contact</item-type>
<label>Contact Control</label>
<description>Control a contact item (i.e. the status is not owned by KNX)</description>
<tags>
<tag>Control</tag>
<tag>OpenState</tag>
</tags>
<config-description-ref uri="channel-type:knx:single"/>
</channel-type>

Expand All @@ -111,12 +151,20 @@
<item-type>Number</item-type>
<label>Number</label>
<description>A channel to manage a generic Group Addresses with a DPT compatible with Number Items</description>
<tags>
<tag>Control</tag>
<tag>OpenLevel</tag>
</tags>
<config-description-ref uri="channel-type:knx:single"/>
</channel-type>
<channel-type id="number-control">
<item-type>Number</item-type>
<label>Number Control</label>
<description>Control a number item (i.e. the status is not owned by KNX)</description>
<tags>
<tag>Control</tag>
<tag>OpenLevel</tag>
</tags>
<config-description-ref uri="channel-type:knx:single"/>
</channel-type>

Expand All @@ -125,12 +173,20 @@
<item-type>String</item-type>
<label>String</label>
<description>A channel to manage a generic Group Addresses with a DPT compatible with String Items</description>
<tags>
<tag>Control</tag>
<tag>Info</tag>
</tags>
<config-description-ref uri="channel-type:knx:single"/>
</channel-type>
<channel-type id="string-control">
<item-type>String</item-type>
<label>String Control</label>
<description>Control a string item (i.e. the status is not owned by KNX)</description>
<tags>
<tag>Control</tag>
<tag>Info</tag>
</tags>
<config-description-ref uri="channel-type:knx:single"/>
</channel-type>

Expand All @@ -139,12 +195,20 @@
<item-type>DateTime</item-type>
<label>DateTime</label>
<description>A channel to manage a generic Group Addresses with a DPT compatible with DateTime Items</description>
<tags>
<tag>Control</tag>
<tag>Timestamp</tag>
</tags>
<config-description-ref uri="channel-type:knx:single"/>
</channel-type>
<channel-type id="datetime-control">
<item-type>DateTime</item-type>
<label>DateTime Control</label>
<description>Control a date/time item (i.e. the status is not owned by KNX)</description>
<tags>
<tag>Control</tag>
<tag>Timestamp</tag>
</tags>
<config-description-ref uri="channel-type:knx:single"/>
</channel-type>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<item-type>Switch</item-type>
<label>Switch</label>
<description>This zone is a read only switch type zone</description>
<tags>
<tag>Status</tag>
<tag>Power</tag>
</tags>
<state readOnly="true"/>
<config-description>
<parameter name="zone" type="text" required="true">
Expand Down Expand Up @@ -54,6 +58,10 @@
<item-type>Number:Temperature</item-type>
<label>Temperature</label>
<description>This zone measures temperature</description>
<tags>
<tag>Measurement</tag>
<tag>Temperature</tag>
</tags>
<state readOnly="true"/>
<config-description>
<parameter name="zone" type="text">
Expand Down Expand Up @@ -89,6 +97,10 @@
<item-type unitHint="%">Number:Dimensionless</item-type>
<label>Humidity</label>
<description>This zone measures humidity</description>
<tags>
<tag>Measurement</tag>
<tag>Humidity</tag>
</tags>
<state readOnly="true"/>
<config-description>
<parameter name="zone" type="text" required="true">
Expand All @@ -110,6 +122,10 @@
<item-type>Switch</item-type>
<label>Actuator</label>
<description>This zone is an actuator</description>
<tags>
<tag>Switch</tag>
<tag>Power</tag>
</tags>
<config-description>
<parameter name="zone" type="text" required="true">
<label>Zone Number</label>
Expand Down Expand Up @@ -152,6 +168,10 @@
<item-type>Switch</item-type>
<label>Switch</label>
<description>This zone is a read only switch type zone</description>
<tags>
<tag>Status</tag>
<tag>Power</tag>
</tags>
<state readOnly="true"/>
<config-description>
<parameter name="zone" type="text" required="true">
Expand Down Expand Up @@ -188,6 +208,10 @@
<item-type>Switch</item-type>
<label>Actuator</label>
<description>This zone is an actuator</description>
<tags>
<tag>Switch</tag>
<tag>Power</tag>
</tags>
<config-description>
<parameter name="zone" type="text" required="true">
<label>Zone Number</label>
Expand Down Expand Up @@ -234,6 +258,10 @@
<item-type>Number:Temperature</item-type>
<label>Temperature</label>
<description>This zone measures temperature</description>
<tags>
<tag>Measurement</tag>
<tag>Temperature</tag>
</tags>
<state readOnly="true"/>
<config-description>
<parameter name="zone" type="text">
Expand Down Expand Up @@ -270,6 +298,10 @@
<item-type unitHint="%">Number:Dimensionless</item-type>
<label>Humidity</label>
<description>This zone measures humidity</description>
<tags>
<tag>Measurement</tag>
<tag>Humidity</tag>
</tags>
<state readOnly="true"/>
<config-description>
<parameter name="zone" type="text" required="true">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<item-type>DateTime</item-type>
<label>Set Alarm</label>
<description>Set the alarm to a specific time (date is ignored)</description>
<tags>
<tag>Control</tag>
<tag>Timestamp</tag>
</tags>
</channel-type>
<channel-type id="clockCommandType">
<item-type>String</item-type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<item-type>Number</item-type>
<label>Duration</label>
<description>Set the duration of the timer in seconds</description>
<tags>
<tag>Control</tag>
<tag>Duration</tag>
</tags>
</channel-type>
<channel-type id="countdownCommandType">
<item-type>String</item-type>
Expand Down
Loading