&#xFEFF;<?xml version="1.0" encoding="utf-8"?>
<!--
  oneDOMUS Weerbericht — Loxone Config template (English)
  =========================================================
  Step 1: Replace YOUR_API_TOKEN with your own token.
           Find your token in the portal under Miniserver → Show token.
  Step 2: Save this file.
  Step 3: Open Loxone Config → right-click in the Peripherals panel
           → Import template → select this file.
  Done. All virtual HTTP inputs are created immediately.
-->
<VirtualInHttp HintText="" Title="Weather" Comment="oneDOMUS Weather" Address="https://weerbericht.onedomus.nl/?key=YOUR_API_TOKEN" PollingTime="300">
	<Info templateType="2" minVersion="17000331"/>
	<VirtualInHttpCmd Title="Outside Temperature" Comment="Outdoor temperature at 2 metre height" Check="\i&quot;temperature_c&quot;:\i\v" Signed="false" Analog="true" SourceValLow="0" DestValLow="0" SourceValHigh="100" DestValHigh="100" DefVal="0" MinVal="-10000" MaxVal="10000" Unit="&lt;v.1&gt; °C" HintText=""/>
	<VirtualInHttpCmd Title="Feels Like" Comment="Apparent temperature (wind chill / heat index)" Check="\i&quot;feels_like_c&quot;:\i\v" Signed="false" Analog="true" SourceValLow="0" DestValLow="0" SourceValHigh="100" DestValHigh="100" DefVal="0" MinVal="-10000" MaxVal="10000" Unit="&lt;v.1&gt; °C" HintText=""/>
	<VirtualInHttpCmd Title="Humidity" Comment="Relative humidity in percent" Check="\i&quot;humidity_pct&quot;:\i\v" Signed="false" Analog="true" SourceValLow="0" DestValLow="0" SourceValHigh="100" DestValHigh="100" DefVal="0" MinVal="-10000" MaxVal="10000" Unit="&lt;v&gt; %" HintText=""/>
	<VirtualInHttpCmd Title="Precipitation" Comment="Total precipitation (rain and snow) in mm per hour" Check="\i&quot;precipitation_mm&quot;:\i\v" Signed="false" Analog="true" SourceValLow="0" DestValLow="0" SourceValHigh="100" DestValHigh="100" DefVal="0" MinVal="-10000" MaxVal="10000" Unit="&lt;v.1&gt; mm/h" HintText=""/>
	<VirtualInHttpCmd Title="Rainfall" Comment="Rainfall in mm per hour" Check="\i&quot;rain_mm&quot;:\i\v" Signed="false" Analog="true" SourceValLow="0" DestValLow="0" SourceValHigh="100" DestValHigh="100" DefVal="0" MinVal="-10000" MaxVal="10000" Unit="&lt;v.1&gt; mm/h" HintText=""/>
	<VirtualInHttpCmd Title="Snowfall" Comment="Snowfall in cm per hour" Check="\i&quot;snowfall_cm&quot;:\i\v" Signed="false" Analog="true" SourceValLow="0" DestValLow="0" SourceValHigh="100" DestValHigh="100" DefVal="0" MinVal="-10000" MaxVal="10000" Unit="&lt;v.1&gt; cm/h" HintText=""/>
	<VirtualInHttpCmd Title="Cloud Cover" Comment="Cloud cover percentage (0 = clear sky, 100 = overcast)" Check="\i&quot;cloud_cover_pct&quot;:\i\v" Signed="false" Analog="true" SourceValLow="0" DestValLow="0" SourceValHigh="100" DestValHigh="100" DefVal="0" MinVal="-10000" MaxVal="10000" Unit="&lt;v&gt; %" HintText=""/>
	<VirtualInHttpCmd Title="Wind Speed" Comment="Wind speed at 10 metre height in km/h" Check="\i&quot;wind_speed_kmh&quot;:\i\v" Signed="false" Analog="true" SourceValLow="0" DestValLow="0" SourceValHigh="100" DestValHigh="100" DefVal="0" MinVal="-10000" MaxVal="10000" Unit="&lt;v.1&gt; km/h" HintText=""/>
	<VirtualInHttpCmd Title="Wind Direction" Comment="Wind direction in degrees (0/360=N, 90=E, 180=S, 270=W)" Check="\i&quot;wind_direction_deg&quot;:\i\v" Signed="false" Analog="true" SourceValLow="0" DestValLow="0" SourceValHigh="100" DestValHigh="100" DefVal="0" MinVal="-10000" MaxVal="10000" Unit="&lt;v&gt; °" HintText=""/>
	<VirtualInHttpCmd Title="Wind Gusts" Comment="Wind gusts at 10 metre height in km/h" Check="\i&quot;wind_gusts_kmh&quot;:\i\v" Signed="false" Analog="true" SourceValLow="0" DestValLow="0" SourceValHigh="100" DestValHigh="100" DefVal="0" MinVal="-10000" MaxVal="10000" Unit="&lt;v.1&gt; km/h" HintText=""/>
	<VirtualInHttpCmd Title="Weather Code" Comment="WMO weather code (0 = clear sky to 99 = thunderstorm with hail)" Check="\i&quot;weather_code&quot;:\i\v" Signed="false" Analog="true" SourceValLow="0" DestValLow="0" SourceValHigh="100" DestValHigh="100" DefVal="0" MinVal="-10000" MaxVal="10000" Unit="&lt;v&gt;" HintText=""/>
	<VirtualInHttpCmd Title="Is Raining" Comment="Digital: 1 = precipitation active, 0 = dry" Check="\i&quot;is_raining&quot;:\i\v" Signed="false" Analog="true" SourceValLow="0" DestValLow="0" SourceValHigh="100" DestValHigh="100" DefVal="0" MinVal="-10000" MaxVal="10000" Unit="&lt;v&gt;" HintText=""/>
	<VirtualInHttpCmd Title="Is Snowing" Comment="Digital: 1 = snowfall active, 0 = no snow" Check="\i&quot;is_snowing&quot;:\i\v" Signed="false" Analog="true" SourceValLow="0" DestValLow="0" SourceValHigh="100" DestValHigh="100" DefVal="0" MinVal="-10000" MaxVal="10000" Unit="&lt;v&gt;" HintText=""/>
</VirtualInHttp>
