]> git.basschouten.com Git - openhab-addons.git/blob
4743bcc06e4f48350a8f3aa5e4eb183d103b4524
[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_base_electricitymeter" listed="false">
8                 <supported-bridge-type-refs>
9                         <bridge-type-ref id="serialcontroller"/>
10                 </supported-bridge-type-refs>
11
12                 <label>CBETM BASE</label>
13                 <description>Three-phase Electricity meter with BASE 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="lastUpdate" typeId="lastUpdateType"/>
33                         <channel id="base" typeId="baseType"/>
34                 </channels>
35
36                 <config-description-ref uri="binding:teleinfo:adco"/>
37
38         </thing-type>
39
40 </thing:thing-descriptions>