openhab-addons/bundles/org.openhab.binding.nibeuplink/src/main/resources/OH-INF/thing/vvm310-thing.xml
Kai Kreuzer 6df6783b60 added migrated 2.x add-ons
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-09-21 03:37:19 +02:00

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>