]> git.basschouten.com Git - openhab-addons.git/blob
0acc6d4641598b4506948e50a12911d297e02d41
[openhab-addons.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2 <thing:thing-descriptions bindingId="teleinfo"
3         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4         xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
5         xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
6
7         <thing-type id="cbemm_evolution_icc_hc_electricitymeter" listed="false">
8                 <supported-bridge-type-refs>
9                         <bridge-type-ref id="serialcontroller"/>
10                 </supported-bridge-type-refs>
11
12                 <label>CBEMM ICC HC/HP</label>
13                 <description>Single-phase Electricity meter with HC/HP option - CBEMM Evolution ICC (aka "Compteur Bleu Electronique
14                         Monophasé Multitarif Evolution ICC")</description>
15
16                 <channels>
17                         <channel id="isousc" typeId="isouscType"/>
18                         <channel id="ptec" typeId="ptecType"/>
19                         <channel id="imax" typeId="imaxType"/>
20                         <channel id="adps" typeId="adpsType"/>
21                         <channel id="papp" typeId="pappType"/>
22                         <channel id="iinst" typeId="iinstType"/>
23                         <channel id="hchc" typeId="hchcType"/>
24                         <channel id="hchp" typeId="hchpType"/>
25                         <channel id="hhphc" typeId="hhphcType"/>
26                         <channel id="lastUpdate" typeId="lastUpdateType"/>
27                 </channels>
28
29                 <config-description-ref uri="binding:teleinfo:adco"/>
30
31         </thing-type>
32
33 </thing:thing-descriptions>