diff --git a/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/i18n/dsmr.properties b/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/i18n/dsmr.properties index 54b9fa79d18..7e9ca2d7ece 100644 --- a/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/i18n/dsmr.properties +++ b/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/i18n/dsmr.properties @@ -23,6 +23,7 @@ thing-type.dsmr.electricity_ace4000.label = Electricity Meter (ACE4000) thing-type.dsmr.electricity_ace4000.description = This is an electricity meter that complies to the ACE4000 GTMM Mk3 specification. thing-type.dsmr.electricity_emucs_v1_0.label = Electricity Meter (e-MUCS V1.0) thing-type.dsmr.electricity_emucs_v1_0.description = This is an electricity meter that complies to the e-MUCS V1.0 specification. +thing-type.dsmr.electricity_emucs_v1_0.channel.emeter_maximum_demand_current_month.label = Power Demand Current Month thing-type.dsmr.electricity_smarty_v1_0.label = Electricity Meter (Smarty V1.0) thing-type.dsmr.electricity_smarty_v1_0.description = This is an electricity meter that complies to the Luxembourg's Smarty V1.0 specification. thing-type.dsmr.electricity_smarty_v1_0_austria.label = Electricity Meter Austria @@ -133,8 +134,8 @@ channel-type.dsmr.activeImportPowerType.label = Aggregate Active Import Power channel-type.dsmr.activeImportPowerType.description = The aggregate active import power. channel-type.dsmr.activeThresholdSmax.label = Active Threshold channel-type.dsmr.activeThresholdSmax.description = Active threshold (SMAX). -channel-type.dsmr.actualDeliveryBelgiumType.label = Actual Power Delivery -channel-type.dsmr.actualDeliveryBelgiumType.description = The current power delivery. +channel-type.dsmr.actualDeliveryBelgiumType.label = Actual Power Demand +channel-type.dsmr.actualDeliveryBelgiumType.description = The current power delivery demand. channel-type.dsmr.actualDeliveryType.label = Actual Power Delivery channel-type.dsmr.actualDeliveryType.description = The current power delivery. channel-type.dsmr.actualFuseThresholdAType.label = Actual Fuse Threshold diff --git a/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/thing/channeltypes_electricity.xml b/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/thing/channeltypes_electricity.xml index 2de77d41e68..2eee46285c3 100644 --- a/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/thing/channeltypes_electricity.xml +++ b/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/thing/channeltypes_electricity.xml @@ -155,8 +155,8 @@ Number:Power - - The current power delivery. + + The current power delivery demand. diff --git a/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/thing/meter_device_emucs_v1_0.xml b/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/thing/meter_device_emucs_v1_0.xml index 513479e788c..f845f5d20c2 100644 --- a/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/thing/meter_device_emucs_v1_0.xml +++ b/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/thing/meter_device_emucs_v1_0.xml @@ -17,6 +17,7 @@ + diff --git a/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/thing/meter_electricity_emucs_v1_0.xml b/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/thing/meter_electricity_emucs_v1_0.xml index 74c1307ced9..045fc7227fe 100644 --- a/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/thing/meter_electricity_emucs_v1_0.xml +++ b/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/thing/meter_electricity_emucs_v1_0.xml @@ -23,7 +23,7 @@ - + @@ -41,6 +41,11 @@ + + + 1 + + diff --git a/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/update/instructions.xml b/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/update/instructions.xml new file mode 100644 index 00000000000..0cdcac7f2cc --- /dev/null +++ b/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/update/instructions.xml @@ -0,0 +1,17 @@ + + + + + + + dsmr:actualDeliveryBelgiumType + + + dsmr:actualDeliveryBelgiumType + + + + +