added migrated 2.x add-ons
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<binding:binding id="teleinfo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:binding="https://openhab.org/schemas/binding/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/binding/v1.0.0 https://openhab.org/schemas/binding-1.0.0.xsd">
|
||||
|
||||
<name>Teleinfo Binding</name>
|
||||
<description>The Teleinfo binding decodes the electrical statistics from an ENEDIS/ERDF Electricity Meter</description>
|
||||
<author>Nicolas Siberil</author>
|
||||
|
||||
</binding:binding>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<config-description:config-descriptions
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:config-description="https://openhab.org/schemas/config-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/config-description/v1.0.0
|
||||
https://openhab.org/schemas/config-description-1.0.0.xsd">
|
||||
|
||||
<config-description uri="binding:teleinfo:adco">
|
||||
<parameter name="adco" type="text" required="true" pattern="^\w{12}$">
|
||||
<label>ADCO</label>
|
||||
<description>Electricity meter identifier (format: 12 characters / e.g: '031528042289')</description>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</config-description:config-descriptions>
|
||||
@@ -0,0 +1,6 @@
|
||||
teleinfo.thingstate.serial_notfound=Serial Error: Port {0} does not exist
|
||||
teleinfo.thingstate.serial_inuse=Serial Error: Port {0} is in use
|
||||
teleinfo.thingstate.serial_unsupported=Serial Error: Unsupported operation on port {0}
|
||||
teleinfo.thingstate.serial_listeners=Serial Error: Too many listeners on port {0}
|
||||
teleinfo.thingstate.controller_offline=Controller is offline
|
||||
teleinfo.thingstate.controller_unknown_retry_inprogress=Serial Error: Retry in progress...
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<thing-type id="cbemm_base_electricitymeter" listed="false">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="serialcontroller"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>CBEMM BASE</label>
|
||||
<description>Single-phase Electricity meter with BASE option - CBEMM (aka "Compteur Bleu Electronique Monophasé
|
||||
Multitarif")</description>
|
||||
|
||||
<channels>
|
||||
<channel id="isousc" typeId="isouscType"/>
|
||||
<channel id="ptec" typeId="ptecType"/>
|
||||
<channel id="imax" typeId="imaxType"/>
|
||||
<channel id="adps" typeId="adpsType"/>
|
||||
<channel id="iinst" typeId="iinstType"/>
|
||||
<channel id="lastUpdate" typeId="lastUpdateType"/>
|
||||
<channel id="base" typeId="baseType"/>
|
||||
</channels>
|
||||
|
||||
<config-description-ref uri="binding:teleinfo:adco"/>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<thing-type id="cbemm_ejp_electricitymeter" listed="false">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="serialcontroller"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>CBEMM EJP</label>
|
||||
<description>Single-phase Electricity meter with EJP option - CBEMM (aka "Compteur Bleu Electronique Monophasé
|
||||
Multitarif")</description>
|
||||
|
||||
<channels>
|
||||
<channel id="isousc" typeId="isouscType"/>
|
||||
<channel id="ptec" typeId="ptecType"/>
|
||||
<channel id="imax" typeId="imaxType"/>
|
||||
<channel id="adps" typeId="adpsType"/>
|
||||
<channel id="iinst" typeId="iinstType"/>
|
||||
<channel id="pejp" typeId="pejpType"/>
|
||||
<channel id="ejphpm" typeId="ejphpmType"/>
|
||||
<channel id="ejphn" typeId="ejphnType"/>
|
||||
<channel id="lastUpdate" typeId="lastUpdateType"/>
|
||||
</channels>
|
||||
|
||||
<config-description-ref uri="binding:teleinfo:adco"/>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<thing-type id="cbemm_evolution_icc_base_electricitymeter" listed="false">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="serialcontroller"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>CBEMM ICC BASE</label>
|
||||
<description>Single-phase Electricity meter with BASE option - CBEMM Evolution ICC (aka "Compteur Bleu Electronique
|
||||
Monophasé Multitarif Evolution ICC")</description>
|
||||
|
||||
<channels>
|
||||
<channel id="isousc" typeId="isouscType"/>
|
||||
<channel id="ptec" typeId="ptecType"/>
|
||||
<channel id="imax" typeId="imaxType"/>
|
||||
<channel id="adps" typeId="adpsType"/>
|
||||
<channel id="papp" typeId="pappType"/>
|
||||
<channel id="iinst" typeId="iinstType"/>
|
||||
<channel id="lastUpdate" typeId="lastUpdateType"/>
|
||||
<channel id="base" typeId="baseType"/>
|
||||
</channels>
|
||||
|
||||
<config-description-ref uri="binding:teleinfo:adco"/>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<thing-type id="cbemm_evolution_icc_ejp_electricitymeter" listed="false">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="serialcontroller"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
|
||||
<label>CBEMM EJP</label>
|
||||
<description>Single-phase Electricity meter with EJP option - CBEMM (aka "Compteur Bleu Electronique Monophasé
|
||||
Multitarif")</description>
|
||||
|
||||
<channels>
|
||||
<channel id="isousc" typeId="isouscType"/>
|
||||
<channel id="ptec" typeId="ptecType"/>
|
||||
<channel id="imax" typeId="imaxType"/>
|
||||
<channel id="adps" typeId="adpsType"/>
|
||||
<channel id="papp" typeId="pappType"/>
|
||||
<channel id="iinst" typeId="iinstType"/>
|
||||
<channel id="pejp" typeId="pejpType"/>
|
||||
<channel id="ejphpm" typeId="ejphpmType"/>
|
||||
<channel id="ejphn" typeId="ejphnType"/>
|
||||
<channel id="lastUpdate" typeId="lastUpdateType"/>
|
||||
</channels>
|
||||
|
||||
<config-description-ref uri="binding:teleinfo:adco"/>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<thing-type id="cbemm_evolution_icc_hc_electricitymeter" listed="false">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="serialcontroller"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>CBEMM ICC HC/HP</label>
|
||||
<description>Single-phase Electricity meter with HC/HP option - CBEMM Evolution ICC (aka "Compteur Bleu Electronique
|
||||
Monophasé Multitarif Evolution ICC")</description>
|
||||
|
||||
<channels>
|
||||
<channel id="isousc" typeId="isouscType"/>
|
||||
<channel id="ptec" typeId="ptecType"/>
|
||||
<channel id="imax" typeId="imaxType"/>
|
||||
<channel id="adps" typeId="adpsType"/>
|
||||
<channel id="papp" typeId="pappType"/>
|
||||
<channel id="iinst" typeId="iinstType"/>
|
||||
<channel id="hchc" typeId="hchcType"/>
|
||||
<channel id="hchp" typeId="hchpType"/>
|
||||
<channel id="hhphc" typeId="hhphcType"/>
|
||||
<channel id="lastUpdate" typeId="lastUpdateType"/>
|
||||
</channels>
|
||||
|
||||
<config-description-ref uri="binding:teleinfo:adco"/>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<thing-type id="cbemm_evolution_icc_tempo_electricitymeter" listed="false">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="serialcontroller"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
|
||||
<label>CBEMM ICC TEMPO</label>
|
||||
<description>Single-phase Electricity meter with TEMPO option - CBEMM Evolution ICC (aka "Compteur Bleu Electronique
|
||||
Monophasé Multitarif Evolution ICC")</description>
|
||||
|
||||
<channels>
|
||||
<channel id="isousc" typeId="isouscType"/>
|
||||
<channel id="ptec" typeId="ptecType"/>
|
||||
<channel id="imax" typeId="imaxType"/>
|
||||
<channel id="adps" typeId="adpsType"/>
|
||||
<channel id="papp" typeId="pappType"/>
|
||||
<channel id="iinst" typeId="iinstType"/>
|
||||
<channel id="bbrhpjr" typeId="bbrhpjrType"/>
|
||||
<channel id="bbrhcjr" typeId="bbrhcjrType"/>
|
||||
<channel id="bbrhpjw" typeId="bbrhpjwType"/>
|
||||
<channel id="bbrhcjw" typeId="bbrhcjwType"/>
|
||||
<channel id="bbrhpjb" typeId="bbrhpjbType"/>
|
||||
<channel id="bbrhcjb" typeId="bbrhcjbType"/>
|
||||
<channel id="demain" typeId="couleurDemainType"/>
|
||||
<channel id="hhphc" typeId="hhphcType"/>
|
||||
<channel id="programmeCircuit1" typeId="programmeCircuit1Type"/>
|
||||
<channel id="programmeCircuit2" typeId="programmeCircuit2Type"/>
|
||||
<channel id="lastUpdate" typeId="lastUpdateType"/>
|
||||
</channels>
|
||||
|
||||
<config-description-ref uri="binding:teleinfo:adco"/>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<thing-type id="cbemm_hc_electricitymeter" listed="false">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="serialcontroller"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>CBEMM HC/HP</label>
|
||||
<description>Single-phase Electricity meter with HC/HP option - CBEMM (aka "Compteur Bleu Electronique Monophasé
|
||||
Multitarif")</description>
|
||||
|
||||
<channels>
|
||||
<channel id="isousc" typeId="isouscType"/>
|
||||
<channel id="ptec" typeId="ptecType"/>
|
||||
<channel id="imax" typeId="imaxType"/>
|
||||
<channel id="adps" typeId="adpsType"/>
|
||||
<channel id="iinst" typeId="iinstType"/>
|
||||
<channel id="hchc" typeId="hchcType"/>
|
||||
<channel id="hchp" typeId="hchpType"/>
|
||||
<channel id="hhphc" typeId="hhphcType"/>
|
||||
<channel id="lastUpdate" typeId="lastUpdateType"/>
|
||||
</channels>
|
||||
|
||||
<config-description-ref uri="binding:teleinfo:adco"/>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<thing-type id="cbemm_tempo_electricitymeter" listed="false">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="serialcontroller"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>CBEMM TEMPO</label>
|
||||
<description>Single-phase Electricity meter with TEMPO option - CBEMM (aka "Compteur Bleu Electronique Monophasé
|
||||
Multitarif")</description>
|
||||
|
||||
<channels>
|
||||
<channel id="isousc" typeId="isouscType"/>
|
||||
<channel id="ptec" typeId="ptecType"/>
|
||||
<channel id="imax" typeId="imaxType"/>
|
||||
<channel id="adps" typeId="adpsType"/>
|
||||
<channel id="iinst" typeId="iinstType"/>
|
||||
<channel id="bbrhpjr" typeId="bbrhpjrType"/>
|
||||
<channel id="bbrhcjr" typeId="bbrhcjrType"/>
|
||||
<channel id="bbrhpjw" typeId="bbrhpjwType"/>
|
||||
<channel id="bbrhcjw" typeId="bbrhcjwType"/>
|
||||
<channel id="bbrhpjb" typeId="bbrhpjbType"/>
|
||||
<channel id="bbrhcjb" typeId="bbrhcjbType"/>
|
||||
<channel id="demain" typeId="couleurDemainType"/>
|
||||
<channel id="hhphc" typeId="hhphcType"/>
|
||||
<channel id="programmeCircuit1" typeId="programmeCircuit1Type"/>
|
||||
<channel id="programmeCircuit2" typeId="programmeCircuit2Type"/>
|
||||
<channel id="lastUpdate" typeId="lastUpdateType"/>
|
||||
</channels>
|
||||
|
||||
<config-description-ref uri="binding:teleinfo:adco"/>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<thing-type id="cbetm_base_electricitymeter" listed="false">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="serialcontroller"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>CBETM BASE</label>
|
||||
<description>Three-phase Electricity meter with BASE option - CBETM (aka "Compteur Bleu Electronique Triphasé
|
||||
Multitarif")</description>
|
||||
|
||||
<channels>
|
||||
<channel id="frameType" typeId="frameTypeType"/>
|
||||
<channel id="isousc" typeId="isouscType"/>
|
||||
<channel id="ptec" typeId="ptecType"/>
|
||||
<channel id="iinst1" typeId="iinst1Type"/>
|
||||
<channel id="iinst2" typeId="iinst2Type"/>
|
||||
<channel id="iinst3" typeId="iinst3Type"/>
|
||||
<channel id="imax1" typeId="imax1Type"/>
|
||||
<channel id="imax2" typeId="imax2Type"/>
|
||||
<channel id="imax3" typeId="imax3Type"/>
|
||||
<channel id="pmax" typeId="pmaxType"/>
|
||||
<channel id="papp" typeId="pappType"/>
|
||||
<channel id="ppot" typeId="ppotType"/>
|
||||
<channel id="adir1" typeId="adir1Type"/>
|
||||
<channel id="adir2" typeId="adir2Type"/>
|
||||
<channel id="adir3" typeId="adir3Type"/>
|
||||
<channel id="lastUpdate" typeId="lastUpdateType"/>
|
||||
<channel id="base" typeId="baseType"/>
|
||||
</channels>
|
||||
|
||||
<config-description-ref uri="binding:teleinfo:adco"/>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<thing-type id="cbetm_ejp_electricitymeter" listed="false">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="serialcontroller"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>CBETM EJP</label>
|
||||
<description>Three-phase Electricity meter with EJP option - CBETM (aka "Compteur Bleu Electronique Triphasé
|
||||
Multitarif")</description>
|
||||
|
||||
<channels>
|
||||
<channel id="frameType" typeId="frameTypeType"/>
|
||||
<channel id="isousc" typeId="isouscType"/>
|
||||
<channel id="ptec" typeId="ptecType"/>
|
||||
<channel id="iinst1" typeId="iinst1Type"/>
|
||||
<channel id="iinst2" typeId="iinst2Type"/>
|
||||
<channel id="iinst3" typeId="iinst3Type"/>
|
||||
<channel id="imax1" typeId="imax1Type"/>
|
||||
<channel id="imax2" typeId="imax2Type"/>
|
||||
<channel id="imax3" typeId="imax3Type"/>
|
||||
<channel id="pmax" typeId="pmaxType"/>
|
||||
<channel id="papp" typeId="pappType"/>
|
||||
<channel id="ppot" typeId="ppotType"/>
|
||||
<channel id="adir1" typeId="adir1Type"/>
|
||||
<channel id="adir2" typeId="adir2Type"/>
|
||||
<channel id="adir3" typeId="adir3Type"/>
|
||||
<channel id="lastUpdate" typeId="lastUpdateType"/>
|
||||
<channel id="pejp" typeId="pejpType"/>
|
||||
<channel id="ejphpm" typeId="ejphpmType"/>
|
||||
<channel id="ejphn" typeId="ejphnType"/>
|
||||
</channels>
|
||||
|
||||
<config-description-ref uri="binding:teleinfo:adco"/>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<thing-type id="cbetm_hc_electricitymeter" listed="false">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="serialcontroller"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>CBETM HC/HP</label>
|
||||
<description>Three-phase Electricity meter with HC option - CBETM (aka "Compteur Bleu Electronique Triphasé
|
||||
Multitarif")</description>
|
||||
|
||||
<channels>
|
||||
<channel id="frameType" typeId="frameTypeType"/>
|
||||
<channel id="isousc" typeId="isouscType"/>
|
||||
<channel id="ptec" typeId="ptecType"/>
|
||||
<channel id="iinst1" typeId="iinst1Type"/>
|
||||
<channel id="iinst2" typeId="iinst2Type"/>
|
||||
<channel id="iinst3" typeId="iinst3Type"/>
|
||||
<channel id="imax1" typeId="imax1Type"/>
|
||||
<channel id="imax2" typeId="imax2Type"/>
|
||||
<channel id="imax3" typeId="imax3Type"/>
|
||||
<channel id="pmax" typeId="pmaxType"/>
|
||||
<channel id="papp" typeId="pappType"/>
|
||||
<channel id="ppot" typeId="ppotType"/>
|
||||
<channel id="adir1" typeId="adir1Type"/>
|
||||
<channel id="adir2" typeId="adir2Type"/>
|
||||
<channel id="adir3" typeId="adir3Type"/>
|
||||
<channel id="lastUpdate" typeId="lastUpdateType"/>
|
||||
<channel id="hchc" typeId="hchcType"/>
|
||||
<channel id="hchp" typeId="hchpType"/>
|
||||
<channel id="hhphc" typeId="hhphcType"/>
|
||||
</channels>
|
||||
|
||||
<config-description-ref uri="binding:teleinfo:adco"/>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<thing-type id="cbetm_tempo_electricitymeter" listed="false">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="serialcontroller"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>CBETM TEMPO</label>
|
||||
<description>Three-phase Electricity meter with TEMPO option - CBETM (aka "Compteur Bleu Electronique Triphasé
|
||||
Multitarif")</description>
|
||||
|
||||
<channels>
|
||||
<channel id="frameType" typeId="frameTypeType"/>
|
||||
<channel id="isousc" typeId="isouscType"/>
|
||||
<channel id="ptec" typeId="ptecType"/>
|
||||
<channel id="iinst1" typeId="iinst1Type"/>
|
||||
<channel id="iinst2" typeId="iinst2Type"/>
|
||||
<channel id="iinst3" typeId="iinst3Type"/>
|
||||
<channel id="imax1" typeId="imax1Type"/>
|
||||
<channel id="imax2" typeId="imax2Type"/>
|
||||
<channel id="imax3" typeId="imax3Type"/>
|
||||
<channel id="pmax" typeId="pmaxType"/>
|
||||
<channel id="papp" typeId="pappType"/>
|
||||
<channel id="ppot" typeId="ppotType"/>
|
||||
<channel id="adir1" typeId="adir1Type"/>
|
||||
<channel id="adir2" typeId="adir2Type"/>
|
||||
<channel id="adir3" typeId="adir3Type"/>
|
||||
<channel id="bbrhpjr" typeId="bbrhpjrType"/>
|
||||
<channel id="bbrhcjr" typeId="bbrhcjrType"/>
|
||||
<channel id="bbrhpjw" typeId="bbrhpjwType"/>
|
||||
<channel id="bbrhcjw" typeId="bbrhcjwType"/>
|
||||
<channel id="bbrhpjb" typeId="bbrhpjbType"/>
|
||||
<channel id="bbrhcjb" typeId="bbrhcjbType"/>
|
||||
<channel id="demain" typeId="couleurDemainType"/>
|
||||
<channel id="hhphc" typeId="hhphcType"/>
|
||||
<channel id="programmeCircuit1" typeId="programmeCircuit1Type"/>
|
||||
<channel id="programmeCircuit2" typeId="programmeCircuit2Type"/>
|
||||
<channel id="lastUpdate" typeId="lastUpdateType"/>
|
||||
</channels>
|
||||
|
||||
<config-description-ref uri="binding:teleinfo:adco"/>
|
||||
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<channel-type id="baseType">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>BASE</label>
|
||||
<description>Total consumed energy</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<channel-type id="imaxType">
|
||||
<item-type>Number:ElectricCurrent</item-type>
|
||||
<label>IMAX</label>
|
||||
<description>Maximum consumed electric current</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="iinstType">
|
||||
<item-type>Number:ElectricCurrent</item-type>
|
||||
<label>IINST</label>
|
||||
<description>Instantaneous electric current</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="adpsType">
|
||||
<item-type>Number:ElectricCurrent</item-type>
|
||||
<label>ADPS</label>
|
||||
<description>Excess electric current warning</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<channel-type id="pappType">
|
||||
<item-type>Number</item-type>
|
||||
<label>PAPP</label>
|
||||
<description>Instantaneous apparent power</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d VA" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,115 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<channel-type id="frameTypeType" advanced="true">
|
||||
<item-type>String</item-type>
|
||||
<label>frameType</label>
|
||||
<description>frameType</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%s" readOnly="true">
|
||||
<options>
|
||||
<option value="Long">Long</option>
|
||||
<option value="Short">Short</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="iinst1Type">
|
||||
<item-type>Number:ElectricCurrent</item-type>
|
||||
<label>IINST1</label>
|
||||
<description>Instantaneous electric current on phase 1</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="iinst2Type">
|
||||
<item-type>Number:ElectricCurrent</item-type>
|
||||
<label>IINST2</label>
|
||||
<description>Instantaneous electric current on phase 2</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="iinst3Type">
|
||||
<item-type>Number:ElectricCurrent</item-type>
|
||||
<label>IINST3</label>
|
||||
<description>Instantaneous electric current on phase 3</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="imax1Type">
|
||||
<item-type>Number:ElectricCurrent</item-type>
|
||||
<label>IMAX1</label>
|
||||
<description>Maximum consumed electric current on phase 1</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="imax2Type">
|
||||
<item-type>Number:ElectricCurrent</item-type>
|
||||
<label>IMAX2</label>
|
||||
<description>Maximum consumed electric current on phase 2</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="imax3Type">
|
||||
<item-type>Number:ElectricCurrent</item-type>
|
||||
<label>IMAX3</label>
|
||||
<description>Maximum consumed electric current on phase 3</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="pmaxType">
|
||||
<item-type>Number:Power</item-type>
|
||||
<label>PMAX</label>
|
||||
<description>Maximum consumed electric power on all phases</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="pappType">
|
||||
<item-type>Number</item-type>
|
||||
<label>PAPP</label>
|
||||
<description>Instantaneous apparent power</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d VA" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="ppotType">
|
||||
<item-type>String</item-type>
|
||||
<label>PPOT</label>
|
||||
<description>Electrical potential presence</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%s" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="adir1Type">
|
||||
<item-type>Number:ElectricCurrent</item-type>
|
||||
<label>ADIR1</label>
|
||||
<description>Excess electric current on phase 1 warning</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="adir2Type">
|
||||
<item-type>Number:ElectricCurrent</item-type>
|
||||
<label>ADIR2</label>
|
||||
<description>Excess electric current on phase 2 warning</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="adir3Type">
|
||||
<item-type>Number:ElectricCurrent</item-type>
|
||||
<label>ADIR3</label>
|
||||
<description>Excess electric current on phase 3 warning</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<channel-type id="isouscType">
|
||||
<item-type>Number:ElectricCurrent</item-type>
|
||||
<label>ISOUSC</label>
|
||||
<description>Subscribed electric current</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d A" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="ptecType">
|
||||
<item-type>String</item-type>
|
||||
<label>PTEC</label>
|
||||
<description>Current pricing period</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%s" readOnly="true">
|
||||
<options>
|
||||
<option value="TH">TH</option>
|
||||
<option value="HC">HC</option>
|
||||
<option value="HP">HP</option>
|
||||
<option value="HN">HN</option>
|
||||
<option value="PM">PM</option>
|
||||
<option value="HCJB">HCJB</option>
|
||||
<option value="HCJW">HCJW</option>
|
||||
<option value="HCJR">HCJR</option>
|
||||
<option value="HPJB">HPJB</option>
|
||||
<option value="HPJW">HPJW</option>
|
||||
<option value="HPJR">HPJR</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="hhphcType">
|
||||
<item-type>String</item-type>
|
||||
<label>HHPHC</label>
|
||||
<description>Pricing schedule group</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%s" readOnly="true">
|
||||
<options>
|
||||
<option value="A">A</option>
|
||||
<option value="C">C</option>
|
||||
<option value="D">D</option>
|
||||
<option value="E">E</option>
|
||||
<option value="Y">Y</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="lastUpdateType">
|
||||
<item-type>DateTime</item-type>
|
||||
<label>Last Update</label>
|
||||
<description>Timestamp of last received Teleinfo frame</description>
|
||||
<state readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<channel-type id="ejphpmType">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>EJPHPM</label>
|
||||
<description>Total consumed energy at high rate pricing</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="ejphnType">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>EJPHN</label>
|
||||
<description>Total consumed energy at low rate pricing</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="pejpType">
|
||||
<item-type>Number:Time</item-type>
|
||||
<label>PEJP</label>
|
||||
<description>Prior notice to EJP start</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<channel-type id="hchcType">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>HCHC</label>
|
||||
<description>Total consumed energy at low rate pricing</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="hchpType">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>HCHP</label>
|
||||
<description>Total consumed energy at high rate pricing</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,101 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<channel-type id="bbrhpjrType">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>BBRHPJR</label>
|
||||
<description>Total consumed energy at high rate pricing on red days</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="bbrhcjrType">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>BBRHCJR</label>
|
||||
<description>Total consumed energy at low rate pricing on red days</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="bbrhpjwType">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>BBRHPJW</label>
|
||||
<description>Total consumed energy at high rate pricing on white days</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="bbrhcjwType">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>BBRHCJW</label>
|
||||
<description>Total consumed energy at low rate pricing on white days</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="bbrhpjbType">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>BBRHPJB</label>
|
||||
<description>Total consumed energy at high rate pricing on blue days</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="bbrhcjbType">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>BBRHCJB</label>
|
||||
<description>Total consumed energy at low rate pricing on blue days</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="couleurDemainType">
|
||||
<item-type>String</item-type>
|
||||
<label>DEMAIN</label>
|
||||
<description>Following day color</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%s" readOnly="true">
|
||||
<options>
|
||||
<option value="Bleu">Bleu</option>
|
||||
<option value="Blanc">Blanc</option>
|
||||
<option value="Rouge">Rouge</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="programmeCircuit1Type">
|
||||
<item-type>String</item-type>
|
||||
<label>ProgrammeCircuit1</label>
|
||||
<description>Circuit 1 program</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%s" readOnly="true">
|
||||
<options>
|
||||
<option value="A">A</option>
|
||||
<option value="B">B</option>
|
||||
<option value="C">C</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="programmeCircuit2Type">
|
||||
<item-type>String</item-type>
|
||||
<label>ProgrammeCircuit2</label>
|
||||
<description>Circuit 2 program</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%s" readOnly="true">
|
||||
<options>
|
||||
<option value="P0">P0</option>
|
||||
<option value="P1">P1</option>
|
||||
<option value="P2">P2</option>
|
||||
<option value="P3">P3</option>
|
||||
<option value="P4">P4</option>
|
||||
<option value="P5">P5</option>
|
||||
<option value="P6">P6</option>
|
||||
<option value="P7">P7</option>
|
||||
</options>
|
||||
</state>
|
||||
</channel-type>
|
||||
</thing:thing-descriptions>
|
||||
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<thing:thing-descriptions bindingId="teleinfo"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<bridge-type id="serialcontroller">
|
||||
<label>Teleinfo Serial Controller</label>
|
||||
<description>Teleinfo USB Stick with Serial Interface</description>
|
||||
|
||||
<channels>
|
||||
<channel id="invalidFrameCounter" typeId="invalidFrameCounterType"/>
|
||||
</channels>
|
||||
|
||||
<config-description>
|
||||
<parameter name="serialport" type="text" required="true">
|
||||
<label>Serial Port</label>
|
||||
<context>serial-port</context>
|
||||
<description>Serial port of Teleinfo device (e.g.: /dev/ttyUSB0 on Linux, COM1 on Windows)</description>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
</parameter>
|
||||
<parameter name="autoRepairInvalidADPSgroupLine" type="boolean" required="false">
|
||||
<label>Auto Repair Malformed ADPS Data</label>
|
||||
<description>Try to auto repair malformed ADPS data from hardware issues (e.g: "ADPS032" instead of "ADPS 032"
|
||||
expected/well-formed data)</description>
|
||||
<default>true</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</bridge-type>
|
||||
|
||||
|
||||
<channel-type id="invalidFrameCounterType">
|
||||
<item-type>Number</item-type>
|
||||
<label>Frames Corrupted</label>
|
||||
<description>Counter tracking the number of frames invalid/corrupted (checksum)</description>
|
||||
<category></category>
|
||||
<state pattern="%d" readOnly="true"></state>
|
||||
</channel-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
Reference in New Issue
Block a user