]> git.basschouten.com Git - openhab-addons.git/blob
5205137d94e20805d7d30cdf5c475ddf51731fbf
[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="cbetm_tempo_electricitymeter" listed="false">
8                 <supported-bridge-type-refs>
9                         <bridge-type-ref id="serialcontroller"/>
10                 </supported-bridge-type-refs>
11
12                 <label>CBETM TEMPO</label>
13                 <description>Three-phase Electricity meter with TEMPO option - CBETM (aka "Compteur Bleu Electronique Triphasé
14                         Multitarif")</description>
15
16                 <channels>
17                         <channel id="frameType" typeId="frameTypeType"/>
18                         <channel id="isousc" typeId="isouscType"/>
19                         <channel id="ptec" typeId="ptecType"/>
20                         <channel id="iinst1" typeId="iinst1Type"/>
21                         <channel id="iinst2" typeId="iinst2Type"/>
22                         <channel id="iinst3" typeId="iinst3Type"/>
23                         <channel id="imax1" typeId="imax1Type"/>
24                         <channel id="imax2" typeId="imax2Type"/>
25                         <channel id="imax3" typeId="imax3Type"/>
26                         <channel id="pmax" typeId="pmaxType"/>
27                         <channel id="papp" typeId="pappType"/>
28                         <channel id="ppot" typeId="ppotType"/>
29                         <channel id="adir1" typeId="adir1Type"/>
30                         <channel id="adir2" typeId="adir2Type"/>
31                         <channel id="adir3" typeId="adir3Type"/>
32                         <channel id="bbrhpjr" typeId="bbrhpjrType"/>
33                         <channel id="bbrhcjr" typeId="bbrhcjrType"/>
34                         <channel id="bbrhpjw" typeId="bbrhpjwType"/>
35                         <channel id="bbrhcjw" typeId="bbrhcjwType"/>
36                         <channel id="bbrhpjb" typeId="bbrhpjbType"/>
37                         <channel id="bbrhcjb" typeId="bbrhcjbType"/>
38                         <channel id="demain" typeId="couleurDemainType"/>
39                         <channel id="hhphc" typeId="hhphcType"/>
40                         <channel id="programmeCircuit1" typeId="programmeCircuit1Type"/>
41                         <channel id="programmeCircuit2" typeId="programmeCircuit2Type"/>
42                         <channel id="lastUpdate" typeId="lastUpdateType"/>
43                 </channels>
44
45                 <config-description-ref uri="binding:teleinfo:adco"/>
46
47         </thing-type>
48
49 </thing:thing-descriptions>