[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:
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user