diff --git a/bundles/org.openhab.binding.teleinfo/README.md b/bundles/org.openhab.binding.teleinfo/README.md index 65387c404..845b64315 100644 --- a/bundles/org.openhab.binding.teleinfo/README.md +++ b/bundles/org.openhab.binding.teleinfo/README.md @@ -67,7 +67,7 @@ Channel availability depends on the electricity connection (single or three phas | iinst3 | `Number:ElectricCurrent` | Instantaneous electric current on phase 3 | Three | All | | ppot | `String` | Electrical potential presence | Three | All | | pmax | `Number:Energy` | Maximum consumed electric power on all phases | Three | All | -| papp | `Number` | Instantaneous apparent power (Unit: `VA`) | Three, single (ICC evolution only) | All | +| papp | `Number:Power` | Instantaneous apparent power | Three, single (ICC evolution only) | All | | hhphc | `String` | Pricing schedule group | All | HCHP | | hchc | `Number:Energy` | Total consumed energy at low rate pricing | All | HCHP | | hchp | `Number:Energy` | Total consumed energy at high rate pricing | All | HCHP | @@ -98,7 +98,7 @@ Bridge teleinfo:serialcontroller:teleinfoUSB [ serialport="/dev/ttyUSB0" ]{ This `items` file links some supported channels to items: ``` -Number TLInfoEDF_PAPP "PAPP" {channel="teleinfo:cbemm_evolution_icc_hc_electricitymeter:teleinfoUSB:myElectricityMeter:papp"} +Number:Power TLInfoEDF_PAPP "PAPP" {channel="teleinfo:cbemm_evolution_icc_hc_electricitymeter:teleinfoUSB:myElectricityMeter:papp"} Number:ElectricCurrent TLInfoEDF_ISOUSC "ISOUSC" {channel="teleinfo:cbemm_evolution_icc_hc_electricitymeter:teleinfoUSB:myElectricityMeter:isousc"} String TLInfoEDF_PTEC "PTEC" {channel="teleinfo:cbemm_evolution_icc_hc_electricitymeter:teleinfoUSB:myElectricityMeter:ptec"} Number:ElectricCurrent TLInfoEDF_IMAX "IMAX" {channel="teleinfo:cbemm_evolution_icc_hc_electricitymeter:teleinfoUSB:myElectricityMeter:imax"} diff --git a/bundles/org.openhab.binding.teleinfo/src/main/resources/OH-INF/thing/common-cbemm-evo-icc-channel-types.xml b/bundles/org.openhab.binding.teleinfo/src/main/resources/OH-INF/thing/common-cbemm-evo-icc-channel-types.xml index a1383ef35..f7a9cdda5 100644 --- a/bundles/org.openhab.binding.teleinfo/src/main/resources/OH-INF/thing/common-cbemm-evo-icc-channel-types.xml +++ b/bundles/org.openhab.binding.teleinfo/src/main/resources/OH-INF/thing/common-cbemm-evo-icc-channel-types.xml @@ -5,11 +5,11 @@ xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd"> - Number + Number:Power Instantaneous apparent power Energy - + diff --git a/bundles/org.openhab.binding.teleinfo/src/main/resources/OH-INF/thing/common-cbetm-channel-types.xml b/bundles/org.openhab.binding.teleinfo/src/main/resources/OH-INF/thing/common-cbetm-channel-types.xml index 03fbd590e..75990557f 100644 --- a/bundles/org.openhab.binding.teleinfo/src/main/resources/OH-INF/thing/common-cbetm-channel-types.xml +++ b/bundles/org.openhab.binding.teleinfo/src/main/resources/OH-INF/thing/common-cbetm-channel-types.xml @@ -74,11 +74,11 @@ - Number + Number:Power Instantaneous apparent power Energy - +