[velbus] Add missing channel 80 and fix label (#19803)

* Add channel and fix label

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
This commit is contained in:
lsiepel
2025-12-17 01:06:58 +01:00
committed by GitHub
parent 7a06e149b7
commit d2007fc807
5 changed files with 39 additions and 2 deletions
@@ -807,7 +807,7 @@ channel-group-type.velbus.33channelInputModuleWithTemperatureSensor.label = Inpu
channel-group-type.velbus.33channelInputModuleWithTemperatureSensor.description = This is a generic module with 32 input channels and a temperature sensor.
channel-group-type.velbus.4channelAnalogInputModule.label = Analog Input
channel-group-type.velbus.4channelAnalogInputModule.description = This is a generic analog module with 4 input channels.
channel-group-type.velbus.4channelAnalogOutputModule.label = Analog Input
channel-group-type.velbus.4channelAnalogOutputModule.label = Analog Output
channel-group-type.velbus.4channelAnalogOutputModule.description = This is a generic analog module with 4 output channels.
channel-group-type.velbus.4channelBrightnessModule.label = Brightness
channel-group-type.velbus.4channelBrightnessModule.description = This is a generic module with 4 brightness channels.
@@ -30,7 +30,7 @@
</channel-group-type>
<channel-group-type id="4channelAnalogOutputModule">
<label>Analog Input</label>
<label>Analog Output</label>
<description>
This is a generic analog module with 4 output channels.
</description>
@@ -729,6 +729,7 @@
<channel id="CH77" typeId="system.color"/>
<channel id="CH78" typeId="system.color"/>
<channel id="CH79" typeId="system.color"/>
<channel id="CH80" typeId="system.color"/>
<channel id="CH81" typeId="system.color"/>
</channels>
</channel-group-type>
@@ -111,6 +111,10 @@
<channel-group id="clockAlarm" typeId="clockAlarm"/>
</channel-groups>
<properties>
<property name="thingTypeVersion">1</property>
</properties>
<config-description-ref uri="thing-type:velbus:81channelDevice"/>
</thing-type>
@@ -134,6 +138,10 @@
<channel-group id="clockAlarm" typeId="clockAlarm"/>
</channel-groups>
<properties>
<property name="thingTypeVersion">1</property>
</properties>
<config-description-ref uri="thing-type:velbus:81channelDevice"/>
</thing-type>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<update:update-descriptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:update="https://openhab.org/schemas/update-description/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/update-description/v1.0.0 https://openhab.org/schemas/update-description-1.0.0.xsd">
<thing-type uid="velbus:vmbdali-20">
<instruction-set targetVersion="1">
<add-channel id="CH80" groupIds="color">
<type>system.color</type>
</add-channel>
</instruction-set>
</thing-type>
</update:update-descriptions>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<update:update-descriptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:update="https://openhab.org/schemas/update-description/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/update-description/v1.0.0 https://openhab.org/schemas/update-description-1.0.0.xsd">
<thing-type uid="velbus:vmbdali">
<instruction-set targetVersion="1">
<add-channel id="CH80" groupIds="color">
<type>system.color</type>
</add-channel>
</instruction-set>
</thing-type>
</update:update-descriptions>