]> git.basschouten.com Git - openhab-addons.git/blob
87716f3c569cc6ad66f5b658a3285df70f9fc3c8
[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_ejp_electricitymeter" listed="false">
8                 <supported-bridge-type-refs>
9                         <bridge-type-ref id="serialcontroller"/>
10                 </supported-bridge-type-refs>
11
12
13                 <label>CBEMM EJP</label>
14                 <description>Single-phase Electricity meter with EJP option - CBEMM (aka "Compteur Bleu Electronique Monophasé
15                         Multitarif")</description>
16
17                 <channels>
18                         <channel id="isousc" typeId="isouscType"/>
19                         <channel id="ptec" typeId="ptecType"/>
20                         <channel id="imax" typeId="imaxType"/>
21                         <channel id="adps" typeId="adpsType"/>
22                         <channel id="papp" typeId="pappType"/>
23                         <channel id="iinst" typeId="iinstType"/>
24                         <channel id="pejp" typeId="pejpType"/>
25                         <channel id="ejphpm" typeId="ejphpmType"/>
26                         <channel id="ejphn" typeId="ejphnType"/>
27                         <channel id="lastUpdate" typeId="lastUpdateType"/>
28                 </channels>
29
30                 <config-description-ref uri="binding:teleinfo:adco"/>
31
32         </thing-type>
33
34 </thing:thing-descriptions>