mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-10 22:27:31 +01:00
6df6783b60
Signed-off-by: Kai Kreuzer <kai@openhab.org>
19 lines
1001 B
XML
19 lines
1001 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<thing:thing-descriptions bindingId="nibeuplink"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
|
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
|
<thing-type id="vvm310" extensible="type-number-unscaled,type-number-scale10,type-number-scale100">
|
|
<label>Nibe VVM310 / VVM500</label>
|
|
<description>Nibe VVM310 / VVM500 heat pump connected through Nibe UpLink</description>
|
|
<channel-groups>
|
|
<channel-group typeId="base-base" id="base"/>
|
|
<channel-group typeId="base-hotwater" id="hotwater"/>
|
|
<channel-group typeId="vvm310-general" id="general"/>
|
|
<channel-group typeId="vvm310-compressor" id="compressor"/>
|
|
<channel-group typeId="vvm310-airsupply" id="airsupply"/>
|
|
</channel-groups>
|
|
<config-description-ref uri="thing-type:nibeuplink:web"/>
|
|
</thing-type>
|
|
</thing:thing-descriptions>
|