[solarwatt] Add smart heater device support (#14741)

* Add smart heater device support

Signed-off-by: Thomas Schumm <thomas.schumm@yahoo.de>
This commit is contained in:
Thomas
2023-04-06 11:06:46 +02:00
committed by GitHub
parent ab2b29bff5
commit c969f71891
8 changed files with 145 additions and 3 deletions

View File

@@ -21,6 +21,8 @@ thing-type.solarwatt.powermeter.label = Power Meter
thing-type.solarwatt.powermeter.description = Power meter for produced or consumed energy
thing-type.solarwatt.pvplant.label = PV Plant
thing-type.solarwatt.pvplant.description = Photovoltaic plant generating DC from solar energy.
thing-type.solarwatt.smartheater.label = SmartHeater
thing-type.solarwatt.smartheater.description = Smart heater for the production of hot water.
# thing types config

View File

@@ -105,4 +105,17 @@
<config-description-ref uri="thing-type:solarwatt:device"/>
</thing-type>
<thing-type id="smartheater">
<supported-bridge-type-refs>
<bridge-type-ref id="energymanager"/>
</supported-bridge-type-refs>
<label>SmartHeater</label>
<description>Smart heater for the production of hot water.</description>
<representation-property>IdName</representation-property>
<config-description-ref uri="thing-type:solarwatt:device"/>
</thing-type>
</thing:thing-descriptions>