Updated external content (Jenkins build 1438)

pull/2077/head
openHAB Build Server 2023-04-06 10:31:19 +00:00
parent cf2831c9ee
commit d138528c69
4 changed files with 39 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -28,6 +28,7 @@ Successfully tested are internet radios:
- [Roberts Stream 83i and 93i](https://www.robertsradio.com/uk/products/radio/smart-radio/)
- [Auna Connect 150, Auna KR200, Auna Connect CD](https://www.auna.de/Radios/Internetradios/)
- [TechniSat DIGITRADIO 350 IR and 850](https://www.technisat.com/en_XX/DAB+-Radios-with-Internetradio/352-10996/)
- [TechniSat VIOLA 2 C IR](https://www.technisat.com/de_DE/VIOLA-2-C-IR/352-10996-22713/?article=0010/3933)
- [TTMicro AS Pinell Supersound](https://www.ttmicro.no/radio)
- [Revo SuperConnect](https://revo.co.uk/products/)
- [Sangean WFR-28C](https://sg.sangean.com.tw/products/product_category.asp?cid=2)
@ -92,6 +93,7 @@ This list is just an example how the mapping looks like for some of the devices,
| Medion MD87180 | Internet Radio | Music Player (USB, LAN) | DAB Radio | FM Radio | AUX in | - | - | - | - | - |- | - | - | - |
| Medion MD 86988 | Internet Radio | Music Player | FM Radio | AUX in | - | - | - | - | - | - |- | - | - | - |
| Technisat DigitRadio 580 | Internet Radio | Spotify | - | Music Player | DAB Radio | FM Radio | AUX in | CD | Bluetooth | - |- | - | - | - |
| Technisat VIOLA 2 C IR | Internet Radio | Podcasts | DAB Radio | FM Radio | - | - | - | | | - |- | - | - | - |
| Dual IR 3a | Internet Radio | Spotify | - | Music Player | DAB Radio | FM Radio | Bluetooth | - | - | - |- | - | - | - |
| Silvercrest SIRD 14 C1 | - | Napster | Deezer | Qobuz | Spotify | TIDAL | Spotify | Music Player | DAB Radio | FM Radio | AUX in | - | - | - |
| Silvercrest SIRD 14 C2 | Internet Radio | TIDAL | Deezer | Qobuz | Spotify | - | Music Player | DAB Radio | FM Radio | AUX in |- | - | - | - |

View File

@ -22,7 +22,7 @@ All supported values and devices were discovered while playing with my own energ
## Supported Things
| Thing Type ID | Devices |
| ---------------- | ------------------------------------------------------ |
|------------------|--------------------------------------------------------|
| energymanager | EnergyManager itself. |
| location | Location part of the EnergyManager. |
| pvplant | Power producing part of the EnergyManager. |
@ -31,6 +31,7 @@ All supported values and devices were discovered while playing with my own energ
| batteryconverter | battery storage systems; e.g. MyReserve |
| powermeter | powermeters; e.g. S0BusCounter, MyReserve |
| evstation | electric-vehicle charging station; e.g. Keba Wallbox |
| smartheater | Radiators for PV systems; e.g. EGO SmartHeater |
## Discovery
@ -156,6 +157,18 @@ All of _Inverter_ plus
| --------------- | -------------------- | ----------------------------------- |
| feedInLimit | Number:Dimensionless | Current derating setting in percent |
### SmartHeater
| Channel Type ID | Item Type | Description |
|-------------------|--------------------|----------------------------------------|
| workACIn | Number:Energy | Energy fed into smart heater |
| powerACIn | Number:Power | Power fed into smart heater |
| temperature | Number:Temperature | Current heating temperature in celsius |
| temperatureBoiler | Number:Temperature | Current boiler temperature in celsius |
| temperatureSet | Number:Temperature | Set temperature |
| temperatureSetMin | Number:Temperature | Minimum adjustable temperature |
| temperatureSetMax | Number:Temperature | Maximum adjustable temperature |
## Example
demo.things:
@ -264,4 +277,13 @@ Number Solarwatt_Manager_ERC05000008007_FractionCPULoadAverageLastFifteenMinutes
// Gridflow com.kiwigrid.kiwiapp.gridflow.GridFlow
Number Solarwatt_Gridflow_UrnKiwigridGridflowERC05000008007_CurrentLimit "CurrentLimit [%d A]" <energy> ["Point"] {channel="solarwatt:gridflow:56f4ac2fa2:urn-kiwigrid-gridflow-ERC05-000008007:currentLimit"}
Number Solarwatt_Gridflow_UrnKiwigridGridflowERC05000008007_FeedInLimit "FeedInLimit [%d %%]" <status> ["Point"] {channel="solarwatt:gridflow:56f4ac2fa2:urn-kiwigrid-gridflow-ERC05-000008007:feedInLimit"}
// SmartHeater com.kiwigrid.devices.smartheater.SmartHeater
Number:Power Solarwatt_Smartheater_UrnEgoSmartheater62018833_PowerACIn "SmartHeater powerACIn [%.2f W]" <energy> { channel="solarwatt:smartheater:urn-ego-smartheater-62018833:powerACIn" }
Number:Energy Solarwatt_Smartheater_UrnEgoSmartheater62018833_WorkACIn "SmartHeater workACIn [%.2f Wh]" <energy> { channel="solarwatt:smartheater:urn-ego-smartheater-62018833:workACIn" }
Number:Temperature Solarwatt_Smartheater_UrnEgoSmartheater62018833_TemperatureBoiler "SmartHeater temperatureBoiler [%.1f °C]" <temperature> { channel="solarwatt:smartheater:urn-ego-smartheater-62018833:temperatureBoiler" }
Number:Temperature Solarwatt_Smartheater_UrnEgoSmartheater62018833_Temperature "SmartHeater temperature [%.1f °C]" <temperature> { channel="solarwatt:smartheater:urn-ego-smartheater-62018833:temperature" }
Number:Temperature Solarwatt_Smartheater_UrnEgoSmartheater62018833_TemperatureSet "SmartHeater temperatureSet [%.1f °C]" <temperature> { channel="solarwatt:smartheater:urn-ego-smartheater-62018833:temperatureSet" }
Number:Temperature Solarwatt_Smartheater_UrnEgoSmartheater62018833_TemperatureSetMax "SmartHeater temperatureSetMax [%.1f °C]" <temperature> { channel="solarwatt:smartheater:urn-ego-smartheater-62018833:temperatureSetMax" }
Number:Temperature Solarwatt_Smartheater_UrnEgoSmartheater62018833_TemperatureSetMin "SmartHeater temperatureSetMin [%.1f °C]" <temperature> { channel="solarwatt:smartheater:urn-ego-smartheater-62018833:temperatureSetMin" }
```

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>