Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. Group All
  2. Group gDashboard (All)
  3. Group Weather (All)
  4.  
  5. DateTime Date "Date and Time [%1$tA, %1$te %1$tB %1$tY %1$tl:%1$tM %1$tp]" <calendar> { ntp="" }
  6. Number Temperature_Node02 "Temp Sensor [%.0f °C]" { mqtt="<[mosquitto:home/rfm_gw/nb/node02/dev48:state:default]" }
  7. Number Humidity_Node02 "Humidity Sensor [%d %%]" { mqtt="<[mosquitto:home/rfm_gw/nb/node02/dev49:state:default]" }
  8. Number Voltage_Node02 "Voltage Sensor [%.1f volts]" { mqtt="<[mosquitto:home/rfm_gw/nb/node02/dev04:state:default]" }
  9. DateTime Garage_LastUpdate "Checked at: [%1$ta %1$tR]" (Update)
  10. String Garage_Sensor "Temperature [%s]"
  11.  
  12. /*Weather */
  13. Group Weather (All)
  14. Group Weather_Chart "" (Weather_Chart)
  15. Number Weather_Chart_Period "Chart Period" (Weather_Chart)
  16. Number Weather_Temperature "Temperature [%.2f °C]" <KNXUF_temp_temperature> (All, Weather, Weather_Chart) { weather="locationId=home-wunderground, type=temperature, property=current, scale=1" }
  17. String Weather_Code "Weather Common ID [%s]" (All, Weather) { weather="locationId=home-wunderground, type=condition, property=commonId" }
  18. String Weather_Code_1 "Tomorrow's Weather Common ID [%s]" (All, Weather) { weather="locationId=home-wunderground, type=condition, forecast=1, property=commonId" }
  19. Number Weather_Humidity "Humidity [%d %%]" (All, Weather) { weather="locationId=home-wunderground, type=athmosphere, property=humidity, scale=1" }
  20. Number Weather_Temp_Max_0 "Today's highest temperature [%.1f °C]" (All, Weather,Weather_Chart) { weather="locationId=home-wunderground, forecast=0, type=temperature, property=max, scale=1" }
  21. Number Weather_Temp_Max_1 "Temperature max tomorrow [%.1f °C]" (All, Weather) { weather="locationId=home-wunderground, forecast=1, type=temperature, property=max, scale=1" }
  22. Number Weather_Temp_Max_2 "Temperature max day after [%.1f °C]" (All, Weather) { weather="locationId=home-wunderground, forecast=2, type=temperature, property=max, scale=1" }
  23. Number Weather_Temp_Min_0 "Today's lowest temperature [%.1f °C] " (All, Weather,Weather_Chart) { weather="locationId=home-wunderground, forecast=0, type=temperature, property=min, scale=1" }
  24. Number Weather_Temp_Min_1 "Temperature min tomorrow [%.1f °C]" (All, Weather) { weather="locationId=home-wunderground, forecast=1, type=temperature, property=min, scale=1" }
  25. Number Weather_Temp_Min_2 "Temperature min day after [%.1f °C]" (All, Weather) { weather="locationId=home-wunderground, forecast=2, type=temperature, property=min, scale=1" }
  26. Number Weather_Pressure "Pressure [%.2f mb]" (All, Weather) { weather="locationId=home-wunderground, type=athmosphere, property=pressure, scale=1" }
  27. Number Weather_Precipitation "Precip probability [%d %%]" (All, Weather) {weather="locationId=home-wunderground, type=precipitation, property=probability"}
  28. Number Weather_Precipitation_1 "Precip probability [%d %%]" (All, Weather) {weather="locationId=home-wunderground, type=precipitation, forecast=1, property=probability"}
  29. Number Weather_Temperature_Feels "Temperature feel [%.2f °C]" (All, Weather) {weather="locationId=home-wunderground, type=temperature, property=feel"}
  30. Number Weather_Wind_Chill "Wind chill [%.2f °C]" (All, Weather) {weather="locationId=home-wunderground, type=wind, property=chill"}
  31. Number Weather_Wind_Speed "Windspeed [%.2f mps]" (All, Weather) {weather="locationId=home-wunderground, type=wind, property=speed, unit=mps"}
  32. String Weather_Wind_Direction "Wind direction [%s]" (All, Weather) {weather="locationId=home-wunderground, type=wind, property=direction"}
  33. Number Weather_Wind_Gust "Wind gust [%.2f mph]" (All, Weather) {weather="locationId=home-wunderground, type=wind, property=gust, unit=mph"}
  34. DateTime Weather_ObsTime "Observation time [%1$td/%1$tm/%1$tY %1$tH:%1$tM]" (All, Weather) { weather="locationId=home-wunderground, type=condition, property=observationTime" }
  35. DateTime Weather_LastUpdate "Weather last updated [%1$td/%1$tm/%1$tY %1$tH:%1$tM]" (All, ,Weather) { weather="locationId=home-wunderground, type=condition, property=observationTime" }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement