Met Office Weather DataHub - anyone using in openHAB?

Things

For those using the UI.
Change <YOURAPIKEY>, <YOURAPISECRET>, <YOURLAT> & <YOURLON> to suit.

YAML

UID: http:url:metofficedaily
label: Met Office DataHub Daily
thingTypeUID: http:url
configuration:
  authMode: BASIC
  headers:
    - X-IBM-Client-Id=<YOURAPIKEY>
    - X-IBM-Client-Secret=<YOURAPISECRET>
    - accept=application/json
  ignoreSSLErrors: "true"
  baseURL: https://rgw.5878-e94b1c46.eu-gb.apiconnect.appdomain.cloud/metoffice/production/v0/forecasts/point/daily?excludeParameterMetadata=false&includeLocationName=true&latitude=<YOURLAT>&longitude=<YOURLON>
  delay: 0
  stateMethod: GET
  refresh: "6000"
  commandMethod: GET
  timeout: 3000
  bufferSize: 2048
channels:
  - id: raw_data
    channelTypeUID: http:string
    label: Raw forecast data
    description: null
    configuration:
      mode: READONLY
  - id: location_name
    channelTypeUID: http:string
    label: Forecast location
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.location.name
  - id: yesterday_date
    channelTypeUID: http:datetime
    label: Yesterday date
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].time
  - id: yesterday_midday10MWindSpeed
    channelTypeUID: http:number
    label: Yesterday midday10MWindSpeed
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].midday10MWindSpeed
  - id: yesterday_midnight10MWindSpeed
    channelTypeUID: http:number
    label: Yesterday midnight10MWindSpeed
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].midnight10MWindSpeed
  - id: yesterday_midday10MWindDirection
    channelTypeUID: http:number
    label: Yesterday midday10MWindDirection
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].midday10MWindDirection
  - id: yesterday_midnight10MWindDirection
    channelTypeUID: http:number
    label: Yesterday midnight10MWindDirection
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].midnight10MWindDirection
  - id: yesterday_midday10MWindDirectionString
    channelTypeUID: http:string
    label: Yesterday midday10MWindDirectionString
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].midday10MWindDirection∩SCALE:windirection.scale
  - id: yesterday_midnight10MWindDirectionString
    channelTypeUID: http:string
    label: Yesterday midnight10MWindDirectionString
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].midnight10MWindDirection∩SCALE:windirection.scale
  - id: yesterday_midday10MWindGust
    channelTypeUID: http:number
    label: Yesterday midday10MWindGust
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].midday10MWindGust
  - id: yesterday_midnight10MWindGust
    channelTypeUID: http:number
    label: Yesterday midnight10MWindGust
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].midnight10MWindGust
  - id: yesterday_middayVisibility
    channelTypeUID: http:number
    label: Yesterday middayVisibility
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].middayVisibility
  - id: yesterday_midnightVisibility
    channelTypeUID: http:number
    label: Yesterday midnightVisibility
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].midnightVisibility
  - id: yesterday_middayRelativeHumidity
    channelTypeUID: http:number
    label: Yesterday middayRelativeHumidity
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].middayRelativeHumidity
  - id: yesterday_midnightRelativeHumidity
    channelTypeUID: http:number
    label: Yesterday midnightRelativeHumidity
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].midnightRelativeHumidity
  - id: yesterday_middayMslp
    channelTypeUID: http:number
    label: Yesterday middayMslp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].middayMslp
  - id: yesterday_midnightMslp
    channelTypeUID: http:number
    label: Yesterday midnightMslp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].midnightMslp
  - id: yesterday_maxUvIndex
    channelTypeUID: http:number
    label: Yesterday maxUvIndex
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].maxUvIndex
  - id: yesterday_daySignificantWeatherCode
    channelTypeUID: http:number
    label: Yesterday daySignificantWeatherCode
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].daySignificantWeatherCode
  - id: yesterday_nightSignificantWeatherCode
    channelTypeUID: http:number
    label: Yesterday nightSignificantWeatherCode
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].nightSignificantWeatherCode
  - id: yesterday_daySignificantWeatherString
    channelTypeUID: http:string
    label: Yesterday daySignificantWeatherString
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].daySignificantWeatherCode∩MAP:metoffice_weathercode.map
  - id: yesterday_nightSignificantWeatherString
    channelTypeUID: http:string
    label: Yesterday nightSignificantWeatherString
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].nightSignificantWeatherCode∩MAP:metoffice_weathercode.map
  - id: yesterday_dayMaxScreenTemperature
    channelTypeUID: http:number
    label: Yesterday dayMaxScreenTemperature
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].dayMaxScreenTemperature
  - id: yesterday_nightMinScreenTemperature
    channelTypeUID: http:number
    label: Yesterday nightMinScreenTemperature
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].nightMinScreenTemperature
  - id: yesterday_dayUpperBoundMaxTemp
    channelTypeUID: http:number
    label: Yesterday dayUpperBoundMaxTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].dayUpperBoundMaxTemp
  - id: yesterday_nightUpperBoundMinTemp
    channelTypeUID: http:number
    label: Yesterday nightUpperBoundMinTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].nightUpperBoundMinTemp
  - id: yesterday_dayLowerBoundMaxTemp
    channelTypeUID: http:number
    label: Yesterday dayLowerBoundMaxTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].dayLowerBoundMaxTemp
  - id: yesterday_nightLowerBoundMinTemp
    channelTypeUID: http:number
    label: Yesterday nightLowerBoundMinTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].nightLowerBoundMinTemp
  - id: yesterday_dayMaxFeelsLikeTemp
    channelTypeUID: http:number
    label: Yesterday dayMaxFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].dayMaxFeelsLikeTemp
  - id: yesterday_nightMinFeelsLikeTemp
    channelTypeUID: http:number
    label: Yesterday nightMinFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].nightMinFeelsLikeTemp
  - id: yesterday_dayUpperBoundMaxFeelsLikeTemp
    channelTypeUID: http:number
    label: Yesterday dayUpperBoundMaxFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].dayUpperBoundMaxFeelsLikeTemp
  - id: yesterday_nightUpperBoundMinFeelsLikeTemp
    channelTypeUID: http:number
    label: Yesterday nightUpperBoundMinFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].nightUpperBoundMinFeelsLikeTemp
  - id: yesterday_dayLowerBoundMaxFeelsLikeTemp
    channelTypeUID: http:number
    label: Yesterday dayLowerBoundMaxFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].dayLowerBoundMaxFeelsLikeTemp
  - id: yesterday_nightLowerBoundMinFeelsLikeTemp
    channelTypeUID: http:number
    label: Yesterday nightLowerBoundMinFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].nightLowerBoundMinFeelsLikeTemp
  - id: yesterday_dayProbabilityOfPrecipitation
    channelTypeUID: http:number
    label: Yesterday dayProbabilityOfPrecipitation
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].dayProbabilityOfPrecipitation
  - id: yesterday_nightProbabilityOfPrecipitation
    channelTypeUID: http:number
    label: Yesterday nightProbabilityOfPrecipitation
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].nightProbabilityOfPrecipitation
  - id: yesterday_dayProbabilityOfSnow
    channelTypeUID: http:number
    label: Yesterday dayProbabilityOfSnow
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].dayProbabilityOfSnow
  - id: yesterday_nightProbabilityOfSnow
    channelTypeUID: http:number
    label: Yesterday nightProbabilityOfSnow
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].nightProbabilityOfSnow
  - id: yesterday_dayProbabilityOfHeavySnow
    channelTypeUID: http:number
    label: Yesterday dayProbabilityOfHeavySnow
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].dayProbabilityOfHeavySnow
  - id: yesterday_nightProbabilityOfHeavySnow
    channelTypeUID: http:number
    label: Yesterday nightProbabilityOfHeavySnow
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].nightProbabilityOfHeavySnow
  - id: yesterday_dayProbabilityOfRain
    channelTypeUID: http:number
    label: Yesterday dayProbabilityOfRain
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].dayProbabilityOfRain
  - id: yesterday_nightProbabilityOfRain
    channelTypeUID: http:number
    label: Yesterday nightProbabilityOfRain
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].nightProbabilityOfRain
  - id: yesterday_dayProbabilityOfHeavyRain
    channelTypeUID: http:number
    label: Yesterday dayProbabilityOfHeavyRain
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].dayProbabilityOfHeavyRain
  - id: yesterday_nightProbabilityOfHeavyRain
    channelTypeUID: http:number
    label: Yesterday nightProbabilityOfHeavyRain
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].nightProbabilityOfHeavyRain
  - id: yesterday_dayProbabilityOfHail
    channelTypeUID: http:number
    label: Yesterday dayProbabilityOfHail
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].dayProbabilityOfHail
  - id: yesterday_nightProbabilityOfHail
    channelTypeUID: http:number
    label: Yesterday nightProbabilityOfHail
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].nightProbabilityOfHail
  - id: yesterday_dayProbabilityOfSferics
    channelTypeUID: http:number
    label: Yesterday dayProbabilityOfSferics
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].dayProbabilityOfSferics
  - id: yesterday_nightProbabilityOfSferics
    channelTypeUID: http:number
    label: Yesterday nightProbabilityOfSferics
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[0].nightProbabilityOfSferics
  - id: today_date
    channelTypeUID: http:datetime
    label: Today date
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].time
  - id: today_midday10MWindSpeed
    channelTypeUID: http:number
    label: Today midday10MWindSpeed
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].midday10MWindSpeed
  - id: today_midnight10MWindSpeed
    channelTypeUID: http:number
    label: Today midnight10MWindSpeed
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].midnight10MWindSpeed
  - id: today_midday10MWindDirection
    channelTypeUID: http:number
    label: Today midday10MWindDirection
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].midday10MWindDirection
  - id: today_midnight10MWindDirection
    channelTypeUID: http:number
    label: Today midnight10MWindDirection
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].midnight10MWindDirection
  - id: today_midday10MWindDirectionString
    channelTypeUID: http:string
    label: Today midday10MWindDirectionString
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].midday10MWindDirection∩SCALE:windirection.scale
  - id: today_midnight10MWindDirectionString
    channelTypeUID: http:string
    label: Today midnight10MWindDirectionString
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].midnight10MWindDirection∩SCALE:windirection.scale
  - id: today_midday10MWindGust
    channelTypeUID: http:number
    label: Today midday10MWindGust
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].midday10MWindGust
  - id: today_midnight10MWindGust
    channelTypeUID: http:number
    label: Today midnight10MWindGust
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].midnight10MWindGust
  - id: today_middayVisibility
    channelTypeUID: http:number
    label: Today middayVisibility
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].middayVisibility
  - id: today_midnightVisibility
    channelTypeUID: http:number
    label: Today midnightVisibility
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].midnightVisibility
  - id: today_middayRelativeHumidity
    channelTypeUID: http:number
    label: Today middayRelativeHumidity
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].middayRelativeHumidity
  - id: today_midnightRelativeHumidity
    channelTypeUID: http:number
    label: Today midnightRelativeHumidity
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].midnightRelativeHumidity
  - id: today_middayMslp
    channelTypeUID: http:number
    label: Today middayMslp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].middayMslp
  - id: today_midnightMslp
    channelTypeUID: http:number
    label: Today midnightMslp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].midnightMslp
  - id: today_maxUvIndex
    channelTypeUID: http:number
    label: Today maxUvIndex
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].maxUvIndex
  - id: today_daySignificantWeatherCode
    channelTypeUID: http:number
    label: Today daySignificantWeatherCode
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].daySignificantWeatherCode
  - id: today_nightSignificantWeatherCode
    channelTypeUID: http:number
    label: Today nightSignificantWeatherCode
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].nightSignificantWeatherCode
  - id: today_daySignificantWeatherString
    channelTypeUID: http:string
    label: Today daySignificantWeatherString
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].daySignificantWeatherCode∩MAP:metoffice_weathercode.map
  - id: today_nightSignificantWeatherString
    channelTypeUID: http:string
    label: Today nightSignificantWeatherString
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].nightSignificantWeatherCode∩MAP:metoffice_weathercode.map
  - id: today_dayMaxScreenTemperature
    channelTypeUID: http:number
    label: Today dayMaxScreenTemperature
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].dayMaxScreenTemperature
  - id: today_nightMinScreenTemperature
    channelTypeUID: http:number
    label: Today nightMinScreenTemperature
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].nightMinScreenTemperature
  - id: today_dayUpperBoundMaxTemp
    channelTypeUID: http:number
    label: Today dayUpperBoundMaxTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].dayUpperBoundMaxTemp
  - id: today_nightUpperBoundMinTemp
    channelTypeUID: http:number
    label: Today nightUpperBoundMinTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].nightUpperBoundMinTemp
  - id: today_dayLowerBoundMaxTemp
    channelTypeUID: http:number
    label: Today dayLowerBoundMaxTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].dayLowerBoundMaxTemp
  - id: today_nightLowerBoundMinTemp
    channelTypeUID: http:number
    label: Today nightLowerBoundMinTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].nightLowerBoundMinTemp
  - id: today_dayMaxFeelsLikeTemp
    channelTypeUID: http:number
    label: Today dayMaxFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].dayMaxFeelsLikeTemp
  - id: today_nightMinFeelsLikeTemp
    channelTypeUID: http:number
    label: Today nightMinFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].nightMinFeelsLikeTemp
  - id: today_dayUpperBoundMaxFeelsLikeTemp
    channelTypeUID: http:number
    label: Today dayUpperBoundMaxFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].dayUpperBoundMaxFeelsLikeTemp
  - id: today_nightUpperBoundMinFeelsLikeTemp
    channelTypeUID: http:number
    label: Today nightUpperBoundMinFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].nightUpperBoundMinFeelsLikeTemp
  - id: today_dayLowerBoundMaxFeelsLikeTemp
    channelTypeUID: http:number
    label: Today dayLowerBoundMaxFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].dayLowerBoundMaxFeelsLikeTemp
  - id: today_nightLowerBoundMinFeelsLikeTemp
    channelTypeUID: http:number
    label: Today nightLowerBoundMinFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].nightLowerBoundMinFeelsLikeTemp
  - id: today_dayProbabilityOfPrecipitation
    channelTypeUID: http:number
    label: Today dayProbabilityOfPrecipitation
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].dayProbabilityOfPrecipitation
  - id: today_nightProbabilityOfPrecipitation
    channelTypeUID: http:number
    label: Today nightProbabilityOfPrecipitation
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].nightProbabilityOfPrecipitation
  - id: today_dayProbabilityOfSnow
    channelTypeUID: http:number
    label: Today dayProbabilityOfSnow
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].dayProbabilityOfSnow
  - id: today_nightProbabilityOfSnow
    channelTypeUID: http:number
    label: Today nightProbabilityOfSnow
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].nightProbabilityOfSnow
  - id: today_dayProbabilityOfHeavySnow
    channelTypeUID: http:number
    label: Today dayProbabilityOfHeavySnow
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].dayProbabilityOfHeavySnow
  - id: today_nightProbabilityOfHeavySnow
    channelTypeUID: http:number
    label: Today nightProbabilityOfHeavySnow
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].nightProbabilityOfHeavySnow
  - id: today_dayProbabilityOfRain
    channelTypeUID: http:number
    label: Today dayProbabilityOfRain
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].dayProbabilityOfRain
  - id: today_nightProbabilityOfRain
    channelTypeUID: http:number
    label: Today nightProbabilityOfRain
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].nightProbabilityOfRain
  - id: today_dayProbabilityOfHeavyRain
    channelTypeUID: http:number
    label: Today dayProbabilityOfHeavyRain
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].dayProbabilityOfHeavyRain
  - id: today_nightProbabilityOfHeavyRain
    channelTypeUID: http:number
    label: Today nightProbabilityOfHeavyRain
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].nightProbabilityOfHeavyRain
  - id: today_dayProbabilityOfHail
    channelTypeUID: http:number
    label: Today dayProbabilityOfHail
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].dayProbabilityOfHail
  - id: today_nightProbabilityOfHail
    channelTypeUID: http:number
    label: Today nightProbabilityOfHail
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].nightProbabilityOfHail
  - id: today_dayProbabilityOfSferics
    channelTypeUID: http:number
    label: Today dayProbabilityOfSferics
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].dayProbabilityOfSferics
  - id: today_nightProbabilityOfSferics
    channelTypeUID: http:number
    label: Today nightProbabilityOfSferics
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[1].nightProbabilityOfSferics
  - id: tomorrow_date
    channelTypeUID: http:datetime
    label: Tomorrow date
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].time
  - id: tomorrow_midday10MWindSpeed
    channelTypeUID: http:number
    label: Tomorrow midday10MWindSpeed
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].midday10MWindSpeed
  - id: tomorrow_midnight10MWindSpeed
    channelTypeUID: http:number
    label: Tomorrow midnight10MWindSpeed
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].midnight10MWindSpeed
  - id: tomorrow_midday10MWindDirection
    channelTypeUID: http:number
    label: Tomorrow midday10MWindDirection
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].midday10MWindDirection
  - id: tomorrow_midnight10MWindDirection
    channelTypeUID: http:number
    label: Tomorrow midnight10MWindDirection
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].midnight10MWindDirection
  - id: tomorrow_midday10MWindDirectionString
    channelTypeUID: http:string
    label: Tomorrow midday10MWindDirectionString
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].midday10MWindDirection∩SCALE:windirection.scale
  - id: tomorrow_midnight10MWindDirectionString
    channelTypeUID: http:string
    label: Tomorrow midnight10MWindDirectionString
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].midnight10MWindDirection∩SCALE:windirection.scale
  - id: tomorrow_midday10MWindGust
    channelTypeUID: http:number
    label: Tomorrow midday10MWindGust
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].midday10MWindGust
  - id: tomorrow_midnight10MWindGust
    channelTypeUID: http:number
    label: Tomorrow midnight10MWindGust
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].midnight10MWindGust
  - id: tomorrow_middayVisibility
    channelTypeUID: http:number
    label: Tomorrow middayVisibility
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].middayVisibility
  - id: tomorrow_midnightVisibility
    channelTypeUID: http:number
    label: Tomorrow midnightVisibility
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].midnightVisibility
  - id: tomorrow_middayRelativeHumidity
    channelTypeUID: http:number
    label: Tomorrow middayRelativeHumidity
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].middayRelativeHumidity
  - id: tomorrow_midnightRelativeHumidity
    channelTypeUID: http:number
    label: Tomorrow midnightRelativeHumidity
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].midnightRelativeHumidity
  - id: tomorrow_middayMslp
    channelTypeUID: http:number
    label: Tomorrow middayMslp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].middayMslp
  - id: tomorrow_midnightMslp
    channelTypeUID: http:number
    label: Tomorrow midnightMslp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].midnightMslp
  - id: tomorrow_maxUvIndex
    channelTypeUID: http:number
    label: Tomorrow maxUvIndex
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].maxUvIndex
  - id: tomorrow_daySignificantWeatherCode
    channelTypeUID: http:number
    label: Tomorrow daySignificantWeatherCode
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].daySignificantWeatherCode
  - id: tomorrow_nightSignificantWeatherCode
    channelTypeUID: http:number
    label: Tomorrow nightSignificantWeatherCode
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].nightSignificantWeatherCode
  - id: tomorrow_daySignificantWeatherString
    channelTypeUID: http:string
    label: Tomorrow daySignificantWeatherString
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].daySignificantWeatherCode∩MAP:metoffice_weathercode.map
  - id: tomorrow_nightSignificantWeatherString
    channelTypeUID: http:string
    label: Tomorrow nightSignificantWeatherString
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].nightSignificantWeatherCode∩MAP:metoffice_weathercode.map
  - id: tomorrow_dayMaxScreenTemperature
    channelTypeUID: http:number
    label: Tomorrow dayMaxScreenTemperature
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].dayMaxScreenTemperature
  - id: tomorrow_nightMinScreenTemperature
    channelTypeUID: http:number
    label: Tomorrow nightMinScreenTemperature
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].nightMinScreenTemperature
  - id: tomorrow_dayUpperBoundMaxTemp
    channelTypeUID: http:number
    label: Tomorrow dayUpperBoundMaxTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].dayUpperBoundMaxTemp
  - id: tomorrow_nightUpperBoundMinTemp
    channelTypeUID: http:number
    label: Tomorrow nightUpperBoundMinTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].nightUpperBoundMinTemp
  - id: tomorrow_dayLowerBoundMaxTemp
    channelTypeUID: http:number
    label: Tomorrow dayLowerBoundMaxTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].dayLowerBoundMaxTemp
  - id: tomorrow_nightLowerBoundMinTemp
    channelTypeUID: http:number
    label: Tomorrow nightLowerBoundMinTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].nightLowerBoundMinTemp
  - id: tomorrow_dayMaxFeelsLikeTemp
    channelTypeUID: http:number
    label: Tomorrow dayMaxFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].dayMaxFeelsLikeTemp
  - id: tomorrow_nightMinFeelsLikeTemp
    channelTypeUID: http:number
    label: Tomorrow nightMinFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].nightMinFeelsLikeTemp
  - id: tomorrow_dayUpperBoundMaxFeelsLikeTemp
    channelTypeUID: http:number
    label: Tomorrow dayUpperBoundMaxFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].dayUpperBoundMaxFeelsLikeTemp
  - id: tomorrow_nightUpperBoundMinFeelsLikeTemp
    channelTypeUID: http:number
    label: Tomorrow nightUpperBoundMinFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].nightUpperBoundMinFeelsLikeTemp
  - id: tomorrow_dayLowerBoundMaxFeelsLikeTemp
    channelTypeUID: http:number
    label: Tomorrow dayLowerBoundMaxFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].dayLowerBoundMaxFeelsLikeTemp
  - id: tomorrow_nightLowerBoundMinFeelsLikeTemp
    channelTypeUID: http:number
    label: Tomorrow nightLowerBoundMinFeelsLikeTemp
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].nightLowerBoundMinFeelsLikeTemp
  - id: tomorrow_dayProbabilityOfPrecipitation
    channelTypeUID: http:number
    label: Tomorrow dayProbabilityOfPrecipitation
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].dayProbabilityOfPrecipitation
  - id: tomorrow_nightProbabilityOfPrecipitation
    channelTypeUID: http:number
    label: Tomorrow nightProbabilityOfPrecipitation
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].nightProbabilityOfPrecipitation
  - id: tomorrow_dayProbabilityOfSnow
    channelTypeUID: http:number
    label: Tomorrow dayProbabilityOfSnow
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].dayProbabilityOfSnow
  - id: tomorrow_nightProbabilityOfSnow
    channelTypeUID: http:number
    label: Tomorrow nightProbabilityOfSnow
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].nightProbabilityOfSnow
  - id: tomorrow_dayProbabilityOfHeavySnow
    channelTypeUID: http:number
    label: Tomorrow dayProbabilityOfHeavySnow
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].dayProbabilityOfHeavySnow
  - id: tomorrow_nightProbabilityOfHeavySnow
    channelTypeUID: http:number
    label: Tomorrow nightProbabilityOfHeavySnow
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].nightProbabilityOfHeavySnow
  - id: tomorrow_dayProbabilityOfRain
    channelTypeUID: http:number
    label: Tomorrow dayProbabilityOfRain
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].dayProbabilityOfRain
  - id: tomorrow_nightProbabilityOfRain
    channelTypeUID: http:number
    label: Tomorrow nightProbabilityOfRain
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].nightProbabilityOfRain
  - id: tomorrow_dayProbabilityOfHeavyRain
    channelTypeUID: http:number
    label: Tomorrow dayProbabilityOfHeavyRain
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].dayProbabilityOfHeavyRain
  - id: tomorrow_nightProbabilityOfHeavyRain
    channelTypeUID: http:number
    label: Tomorrow nightProbabilityOfHeavyRain
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].nightProbabilityOfHeavyRain
  - id: tomorrow_dayProbabilityOfHail
    channelTypeUID: http:number
    label: Tomorrow dayProbabilityOfHail
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].dayProbabilityOfHail
  - id: tomorrow_nightProbabilityOfHail
    channelTypeUID: http:number
    label: Tomorrow nightProbabilityOfHail
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].nightProbabilityOfHail
  - id: tomorrow_dayProbabilityOfSferics
    channelTypeUID: http:number
    label: Tomorrow dayProbabilityOfSferics
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].dayProbabilityOfSferics
  - id: tomorrow_nightProbabilityOfSferics
    channelTypeUID: http:number
    label: Tomorrow nightProbabilityOfSferics
    description: null
    configuration:
      mode: READONLY
      stateTransformation: JSONPATH:$.features.[0].properties.timeSeries.[2].nightProbabilityOfSferics