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">
7 <channel-group-type id="producerLSMGroupType">
8 <label>Producer</label>
9 <description>Producer channels for Linky telemeter in standard teleinformation mode</description>
10 <category>Energy</category>
12 <channel id="eait" typeId="energyType">
14 <description>Total active energy injected</description>
17 <channel id="erq1" typeId="energyType">
19 <description>Total reactive energy Q1</description>
22 <channel id="erq2" typeId="energyType">
24 <description>Total reactive energy Q2</description>
27 <channel id="erq3" typeId="energyType">
29 <description>Total reactive energy Q3</description>
32 <channel id="erq4" typeId="energyType">
34 <description>Total reactive energy Q4</description>
37 <channel id="sinsti" typeId="powerType">
39 <description>Instantaneous injected apparent power</description>
42 <channel id="smaxin" typeId="powerType">
44 <description>Maximum injected apparent power of the day</description>
47 <channel id="smaxinMinus1" typeId="powerType">
48 <label>SMAXIN-1</label>
49 <description>Maximum injected apparent power of the previous day</description>
52 <channel id="ccain" typeId="powerType">
54 <description>Injected active charge point N</description>
57 <channel id="ccainMinus1" typeId="powerType">
58 <label>CCAIN-1</label>
59 <description>Injected active charge point N-1</description>
62 <channel id="smaxinDate" typeId="dateTimeType">
63 <label>SMAXIN TIMESTAMP</label>
64 <description>Timestamp of SMAXIN value</description>
67 <channel id="smaxinMinus1Date" typeId="dateTimeType">
68 <label>SMAXIN-1 TIMESTAMP</label>
69 <description>Timestamp of SMAXIN-1 value</description>
72 <channel id="ccainDate" typeId="dateTimeType">
73 <label>CCAIN TIMESTAMP</label>
74 <description>Timestamp of CCAIN value</description>
77 <channel id="ccainMinus1Date" typeId="dateTimeType">
78 <label>CCAIN-1 TIMESTAMP</label>
79 <description>Timestamp of CCAIN-1 value</description>
84 <channel-type id="stringType">
85 <item-type>String</item-type>
86 <label>Teleinfo String Type</label>
87 <category>Energy</category>
88 <state pattern="%s" readOnly="true"/>
91 <channel-type id="energyType">
92 <item-type>Number:Energy</item-type>
93 <label>Teleinfo Energy Type</label>
94 <category>Energy</category>
95 <state pattern="%d %unit%" readOnly="true"/>
98 <channel-type id="currentType">
99 <item-type>Number:ElectricCurrent</item-type>
100 <label>Teleinfo Current Type</label>
101 <category>Energy</category>
102 <state pattern="%d %unit%" readOnly="true"/>
105 <channel-type id="potentialType">
106 <item-type>Number:ElectricPotential</item-type>
107 <label>Teleinfo Potential Type</label>
108 <category>Energy</category>
109 <state pattern="%d %unit%" readOnly="true"/>
112 <channel-type id="powerType">
113 <item-type>Number:Power</item-type>
114 <label>Teleinfo Power Type</label>
115 <category>Energy</category>
116 <state pattern="%d %unit%" readOnly="true"/>
119 <channel-type id="switchType">
120 <item-type>Switch</item-type>
121 <label>Teleinfo Switch Type</label>
122 <category>Energy</category>
123 <state readOnly="true"/>
126 <channel-type id="dateTimeType">
127 <item-type>DateTime</item-type>
128 <label>Teleinfo DateTime Type</label>
129 <category>Energy</category>
130 <state readOnly="true" pattern="%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS"/>
133 </thing:thing-descriptions>