@@ -370,21 +370,21 @@ Switch BatteryStatusWH65 "Low Battery WH65" <LowBattery> (WH65) ["Energy", "LowB
370370Group gOutdoor " Outdoor" [" Location" ]
371371Number : Temperature weather_temperature_outdoor " Outdoor Temperature" < Temperature > (gOutdoor) [" Measurement" , " Temperature" ] { channel= " fineoffsetweatherstation:gateway:3906700515:temperature-outdoor" }
372372Number : Temperature weather_temperature_indoor " Inside temperature" < Temperature > [" Measurement" , " Temperature" ] { channel= " fineoffsetweatherstation:gateway:3906700515:temperature-indoor" }
373- Number : Dimensionless weather_humidity_indoor " Humidity inside" < Humidity > [" Measurement" , " Humidity" ] { channel= " fineoffsetweatherstation:gateway:3906700515:humidity-indoor" }
374- Number : Pressure weather_pressure_absolute " Absolute pressure" < Pressure > (gOutdoor) [" Measurement" , " Pressure" ] { channel= " fineoffsetweatherstation:gateway:3906700515:pressure-absolute" }
375- Number : Pressure weather_pressure_relative " Relative pressure" < Pressure > (gOutdoor) [" Measurement" , " Pressure" ] { channel= " fineoffsetweatherstation:gateway:3906700515:pressure-relative" }
376- Number : Dimensionless weather_humidity_outdoor " Humidity outside" < Humidity > (gOutdoor) [" Measurement" , " Humidity" ] { channel= " fineoffsetweatherstation:gateway:3906700515:humidity-outdoor" }
373+ Number : Dimensionless weather_humidity_indoor " Humidity inside" < Humidity > [" Measurement" , " Humidity" ] { unit = " % " , channel= " fineoffsetweatherstation:gateway:3906700515:humidity-indoor" }
374+ Number : Pressure weather_pressure_absolute " Absolute pressure" < Pressure > (gOutdoor) [" Measurement" , " Pressure" ] { unit = " hPa " , channel= " fineoffsetweatherstation:gateway:3906700515:pressure-absolute" }
375+ Number : Pressure weather_pressure_relative " Relative pressure" < Pressure > (gOutdoor) [" Measurement" , " Pressure" ] { unit = " hPa " , channel= " fineoffsetweatherstation:gateway:3906700515:pressure-relative" }
376+ Number : Dimensionless weather_humidity_outdoor " Humidity outside" < Humidity > (gOutdoor) [" Measurement" , " Humidity" ] { unit = " % " , channel= " fineoffsetweatherstation:gateway:3906700515:humidity-outdoor" }
377377Number : Angle weather_direction_wind " Wind direction" < Wind > (gOutdoor) [" Measurement" , " Wind" ] { channel= " fineoffsetweatherstation:gateway:3906700515:direction-wind" }
378378Number : Speed weather_speed_wind " Wind speed" < Wind > (gOutdoor) [" Measurement" , " Wind" ] { channel= " fineoffsetweatherstation:gateway:3906700515:speed-wind" }
379379Number : Speed weather_speed_gust " Gust speed" < Wind > (gOutdoor) [" Measurement" , " Wind" ] { channel= " fineoffsetweatherstation:gateway:3906700515:speed-gust" }
380380Number : Illuminance weather_illumination " Light intensity" < Sun > (gOutdoor) [" Measurement" , " Light" ] { channel= " fineoffsetweatherstation:gateway:3906700515:illumination" }
381- Number : Intensity weather_irradiation_uv " UV radiation" < Sun > (gOutdoor) [" Measurement" , " Light" ] { channel= " fineoffsetweatherstation:gateway:3906700515:irradiation-uv" }
381+ Number : Intensity weather_irradiation_uv " UV radiation" < Sun > (gOutdoor) [" Measurement" , " Light" ] { unit = " mW/m² " , channel= " fineoffsetweatherstation:gateway:3906700515:irradiation-uv" }
382382Number : Dimensionless weather_uv_index " UV Index" < Sun > (gOutdoor) [" Measurement" , " Light" ] { channel= " fineoffsetweatherstation:gateway:3906700515:uv-index" }
383383Number : Speed weather_max_day " Maximum wind speed today" < Wind > (gOutdoor) [" Measurement" , " Wind" ] { channel= " fineoffsetweatherstation:gateway:3906700515:wind-max-day" }
384- Number : Speed weather_rain_rate " Rainfall rate" < Rain > (gOutdoor) [" Measurement" , " Rain" ] { channel= " fineoffsetweatherstation:gateway:3906700515:rain-rate" }
385- Number : Length weather_rain_day " Rainfall today" < Rain > (gOutdoor) [" Measurement" , " Rain" ] { channel= " fineoffsetweatherstation:gateway:3906700515:rain-day" }
386- Number : Length weather_rain_week " Rainfall this week" < Rain > (gOutdoor) [" Measurement" , " Rain" ] { channel= " fineoffsetweatherstation:gateway:3906700515:rain-week" }
387- Number : Length weather_rain_month " Rainfall this month" < Rain > (gOutdoor) [" Measurement" , " Rain" ] { channel= " fineoffsetweatherstation:gateway:3906700515:rain-month" }
388- Number : Length weather_rain_year " Rainfall this year " < Rain > (gOutdoor) [" Measurement" , " Rain" ] { channel= " fineoffsetweatherstation:gateway:3906700515:rain-year" }
389- Number : Length weather_rain_event " Amount of rainfall at the last rain" < Rain > (gOutdoor) [" Measurement" , " Rain" ] { channel= " fineoffsetweatherstation:gateway:3906700515:rain-event" }
384+ Number : Speed weather_rain_rate " Rainfall rate" < Rain > (gOutdoor) [" Measurement" , " Rain" ] { unit = " mm/h " , channel= " fineoffsetweatherstation:gateway:3906700515:rain-rate" }
385+ Number : Length weather_rain_day " Rainfall today" < Rain > (gOutdoor) [" Measurement" , " Rain" ] { unit = " mm " , channel= " fineoffsetweatherstation:gateway:3906700515:rain-day" }
386+ Number : Length weather_rain_week " Rainfall this week" < Rain > (gOutdoor) [" Measurement" , " Rain" ] { unit = " mm " , channel= " fineoffsetweatherstation:gateway:3906700515:rain-week" }
387+ Number : Length weather_rain_month " Rainfall this month" < Rain > (gOutdoor) [" Measurement" , " Rain" ] { unit = " mm " , channel= " fineoffsetweatherstation:gateway:3906700515:rain-month" }
388+ Number : Length weather_rain_year " Rainfall this year " < Rain > (gOutdoor) [" Measurement" , " Rain" ] { unit = " mm " , channel= " fineoffsetweatherstation:gateway:3906700515:rain-year" }
389+ Number : Length weather_rain_event " Amount of rainfall at the last rain" < Rain > (gOutdoor) [" Measurement" , " Rain" ] { unit = " mm " , channel= " fineoffsetweatherstation:gateway:3906700515:rain-event" }
390390```
0 commit comments