stefan-kaestle / openhab2-addons

Add-ons for openHAB 2.x
Eclipse Public License 2.0
16 stars 1 forks source link

Additional information for README.md #54

Closed coeing closed 3 years ago

coeing commented 3 years ago

Hi, @coeing if you want to you can add samples from my configuration with two thermostats, a twinguard and the window contact to the samples. Covers a few things not yet included in the Readme, all available channels for each item linked to items

They belong all to the same room in the Controller configuration and thus only have one climate control. The items belong to groups to store data in the influxdb and visualization in Grafana

Things

  Thing window-contact  balkontuer       "Balkontuer"            [ id="hdm:HomeMaticIP:3014F711A000009A185AB854" ]
  Thing thermostat      heizung1         "Heizung WZ 1" [id="hdm:HomeMaticIP:3014F711A000005A185BB182" ]
  Thing thermostat      heizungwz2       "Heizung WZ 2" [id="hdm:HomeMaticIP:3014F711A000005A185B5576"]
  Thing twinguard       twinguardWZ      "Twinguard WZ" [id="hdm:ZigBee:000d6f000efb849f" ]
  Thing climate-control ccwohnzimmer     "CC Wohnzimmer" [id="roomClimateControl_hz_6" ]

Items

Group gSHC
Group gSHCSet
Group Wohnung
Group Wohnzimmer ( Wohnung)
Contact SHC_Balkontuer       "Balkontür [MAP(SHCKontakt.map):%s]"  ( gSHC )      { channel="boschshc:window-contact:65561fa0:balkontuer:contact" }
Number SHC_TempWZ1          "[%.1f] °C" <temperature>  (Wohnzimmer,gSHC) { channel="boschshc:thermostat:65561fa0:heizung1:temperature" }
Number SHC_ValvWZ1          "Valv Pos WZ1" (Wohnzimmer,gSHC) { channel="boschshc:thermostat:65561fa0:heizung1:valve-tappet-position" }
Number SHC_TempWZ2          "[%.1f] °C" <temperature>  (Wohnzimmer,gSHC) {channel="boschshc:thermostat:65561fa0:heizungwz2:temperature"}
Number SHC_ValvWZ2          "Valv Pos WZ2" (Wohnzimmer,gSHC) { channel="boschshc:thermostat:65561fa0:heizungwz2:valve-tappet-position" }
Number SHC_TempWZTG1        "[%.1f] °C" <temperature> (Wohnzimmer,gSHC) { channel="boschshc:twinguard:65561fa0:twinguardWZ:temperature" }
String SHC_TempRating       "Rating [%s]" (Wohnzimmer,gSHC) { channel="boschshc:twinguard:65561fa0:twinguardWZ:temperature-rating" }
Number SHC_Humidity         "[%.1f] %%" (Wohnzimmer,gSHC) { channel="boschshc:twinguard:65561fa0:twinguardWZ:humidity"}   
String SHC_HumRating        "Rating [%s]" (Wohnzimmer,gSHC) { channel="boschshc:twinguard:65561fa0:twinguardWZ:humidity-rating" }
Number SHC_Purity           "[%d] ppm" (Wohnzimmer,gSHC) {  channel="boschshc:twinguard:65561fa0:twinguardWZ:purity"}
String SHC_AirDescripton    "Desc [%s]" ( Wohnzimmer,gSHC) { channel="boschshc:twinguard:65561fa0:twinguardWZ:air-description" }
String SHC_PurRating        "Rating [%s]" ( Wohnzimmer,gSHC) { channel="boschshc:twinguard:65561fa0:twinguardWZ:purity-rating" }
String SHC_CombRating       "Rating [%s]" (Wohnzimmer,gSHC) { channel="boschshc:twinguard:65561fa0:twinguardWZ:combined-rating" }
Number SHC_CCWZ1Set         "[%.1f] °C" <temperature> (Wohnzimmer,gSHCSet) { channel="boschshc:climate-control:65561fa0:ccwohnzimmer:setpoint-temperature"}
Number SHC_CCWZ1Now         "[%.1f] °C" <temperature> (Wohnzimmer) { channel="boschshc:climate-control:65561fa0:ccwohnzimmer:temperature"}

_Originally posted by @armin-gh in https://github.com/stefan-kaestle/openhab2-addons/issue_comments/704507191_

coeing commented 3 years ago

The Readme.md was already reworked, so I am closing this issue for now. If there is a specific information missing in the Readme.md, a new issue should be created.