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
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
</channel-type>
<channel-type id="actualDeliveryBelgiumType">
<item-type>Number:Power</item-type>
- <label>Actual Power Delivery</label>
- <description>The current power delivery.</description>
+ <label>Actual Power Demand</label>
+ <description>The current power delivery demand.</description>
<state pattern="%.3f %unit%" readOnly="true"/>
</channel-type>
<channel-type id="actualProductionType" advanced="true">
<channel id="p1_emucs_version_output" typeId="p1VersionType"/>
<channel id="p1_timestamp" typeId="p1TimestampType"/>
</channels>
+
<config-description-ref uri="thing-type:dsmr:meterdescriptor"/>
</thing-type>
</thing:thing-descriptions>
<channel id="emeter_actual_production" typeId="actualProductionType"/>
<channel id="emeter_actual_demand" typeId="actualDeliveryBelgiumType"/>
<channel id="emeter_maximum_demand_current_month" typeId="actualDeliveryBelgiumType">
- <label>Power Delivery Current Month</label>
+ <label>Power Demand Current Month</label>
</channel>
<channel id="emeter_switch_position" typeId="switchPositionType"/>
<channel id="emeter_fuse_threshold_a" typeId="actualFuseThresholdAType"/>
<channel id="emeter_instant_voltage_l2" typeId="instantVoltageL2Type"/>
<channel id="emeter_instant_voltage_l3" typeId="instantVoltageL3Type"/>
</channels>
+
+ <properties>
+ <property name="thingTypeVersion">1</property>
+ </properties>
+
<config-description-ref uri="thing-type:dsmr:meterdescriptor"/>
</thing-type>
</thing:thing-descriptions>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<update:update-descriptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:update="https://openhab.org/schemas/update-description/v1.0.0"
+ xsi:schemaLocation="https://openhab.org/schemas/update-description/v1.0.0 https://openhab.org/schemas/update-description-1.0.0.xsd">
+
+ <thing-type uid="dsmr:device_emucs_v1_0">
+ <instruction-set targetVersion="1">
+ <add-channel id="emeter_actual_demand">
+ <type>dsmr:actualDeliveryBelgiumType</type>
+ </add-channel>
+ <add-channel id="emeter_maximum_demand_current_month">
+ <type>dsmr:actualDeliveryBelgiumType</type>
+ <label>Power Demand Current Month</label>
+ </add-channel>
+ </instruction-set>
+ </thing-type>
+</update:update-descriptions>