362 lines
16 KiB
JSON
362 lines
16 KiB
JSON
{
|
|
"name": "OpenMeteo",
|
|
"displayName": "Open-Meteo",
|
|
"id": "d1ed979d-b802-463e-a51f-fef79245cfdc",
|
|
"paramTypes": [
|
|
{
|
|
"id": "590cf57d-c1ca-4645-a443-7c5a6c97db93",
|
|
"name": "baseUrl",
|
|
"displayName": "Base URL (forecast)",
|
|
"type": "QString",
|
|
"defaultValue": "https://api.open-meteo.com"
|
|
},
|
|
{
|
|
"id": "6cd410dc-7f1c-4681-8e47-8df525252d2d",
|
|
"name": "satelliteBaseUrl",
|
|
"displayName": "Base URL (satellite radiation)",
|
|
"type": "QString",
|
|
"defaultValue": "https://satellite-api.open-meteo.com"
|
|
},
|
|
{
|
|
"id": "f904db60-527a-47b2-9dc5-371ac5f7e164",
|
|
"name": "weatherModel",
|
|
"displayName": "Forecast model",
|
|
"type": "QString",
|
|
"defaultValue": "meteofrance_seamless"
|
|
}
|
|
],
|
|
"vendors": [
|
|
{
|
|
"name": "openMeteo",
|
|
"displayName": "Open-Meteo",
|
|
"id": "b1f520ea-dcac-4b16-8cab-89204a225c1b",
|
|
"thingClasses": [
|
|
{
|
|
"id": "59e23cb4-4820-45d4-9c2e-e7bc7b8c7ca6",
|
|
"name": "openMeteoSite",
|
|
"displayName": "Open-Meteo site",
|
|
"interfaces": [
|
|
"weather",
|
|
"daylightsensor"
|
|
],
|
|
"createMethods": [
|
|
"user"
|
|
],
|
|
"paramTypes": [
|
|
{
|
|
"id": "cc7f6cde-c3dd-4924-be5e-a014e20df624",
|
|
"name": "name",
|
|
"displayName": "Name",
|
|
"type": "QString",
|
|
"inputType": "TextLine",
|
|
"defaultValue": ""
|
|
},
|
|
{
|
|
"id": "28b4574a-19ea-41d2-9e58-51f0de11165b",
|
|
"name": "latitude",
|
|
"displayName": "Latitude",
|
|
"type": "double",
|
|
"defaultValue": 48.9
|
|
},
|
|
{
|
|
"id": "8bb8ca04-7a28-4cf5-8a4d-1e1081e75c4b",
|
|
"name": "longitude",
|
|
"displayName": "Longitude",
|
|
"type": "double",
|
|
"defaultValue": 7.85
|
|
},
|
|
{
|
|
"id": "eb16b64a-588f-4d45-b50a-3ca6bc3decc2",
|
|
"name": "elevation",
|
|
"displayName": "Elevation (m, optional)",
|
|
"type": "double",
|
|
"defaultValue": 0
|
|
}
|
|
],
|
|
"actionTypes": [
|
|
{
|
|
"id": "d31b0484-0149-4dcd-92dc-408392cc5ec3",
|
|
"name": "refreshWeather",
|
|
"displayName": "Refresh"
|
|
}
|
|
],
|
|
"stateTypes": [
|
|
{
|
|
"id": "2bb525b4-a392-46ba-bc2e-4d905c59ccd3",
|
|
"name": "weatherDescription",
|
|
"displayName": "Weather description",
|
|
"displayNameEvent": "Weather description changed",
|
|
"type": "QString",
|
|
"defaultValue": ""
|
|
},
|
|
{
|
|
"id": "3ac82ea4-b824-4c0c-8ca9-216a1fc9c587",
|
|
"name": "weatherCondition",
|
|
"displayName": "Weather condition",
|
|
"displayNameEvent": "Weather condition changed",
|
|
"type": "QString",
|
|
"defaultValue": "clear-day",
|
|
"possibleValues": [
|
|
"clear-day",
|
|
"clear-night",
|
|
"few-clouds-day",
|
|
"few-clouds-night",
|
|
"clouds",
|
|
"overcast",
|
|
"light-rain",
|
|
"shower-rain",
|
|
"thunderstorm",
|
|
"snow",
|
|
"fog"
|
|
]
|
|
},
|
|
{
|
|
"id": "ed48e3ed-f3fd-4401-9b62-0766d7f5d315",
|
|
"name": "updateTime",
|
|
"displayName": "Last update",
|
|
"displayNameEvent": "Last update changed",
|
|
"type": "int",
|
|
"defaultValue": 0,
|
|
"unit": "UnixTime"
|
|
},
|
|
{
|
|
"id": "b0089fa5-fe4b-4dfc-a1ed-dbd85ca75b20",
|
|
"name": "temperature",
|
|
"displayName": "Temperature",
|
|
"displayNameEvent": "Temperature changed",
|
|
"type": "double",
|
|
"defaultValue": 0,
|
|
"unit": "DegreeCelsius"
|
|
},
|
|
{
|
|
"id": "348879d1-0433-416f-a9ce-a05d522a2d26",
|
|
"name": "temperatureMin",
|
|
"displayName": "Minimum temperature (today)",
|
|
"displayNameEvent": "Minimum temperature (today) changed",
|
|
"type": "double",
|
|
"defaultValue": 0,
|
|
"unit": "DegreeCelsius"
|
|
},
|
|
{
|
|
"id": "6530fa30-d1bf-4f84-9a2f-30f1aa65e130",
|
|
"name": "temperatureMax",
|
|
"displayName": "Maximum temperature (today)",
|
|
"displayNameEvent": "Maximum temperature (today) changed",
|
|
"type": "double",
|
|
"defaultValue": 0,
|
|
"unit": "DegreeCelsius"
|
|
},
|
|
{
|
|
"id": "36413dbc-245b-4067-b5dc-41e71b37c0e9",
|
|
"name": "humidity",
|
|
"displayName": "Humidity",
|
|
"displayNameEvent": "Humidity changed",
|
|
"type": "int",
|
|
"defaultValue": 0,
|
|
"unit": "Percentage"
|
|
},
|
|
{
|
|
"id": "6bf903e5-6c04-492b-bc43-00db60d2edf4",
|
|
"name": "pressure",
|
|
"displayName": "Pressure",
|
|
"displayNameEvent": "Pressure changed",
|
|
"type": "double",
|
|
"defaultValue": 0,
|
|
"unit": "HectoPascal"
|
|
},
|
|
{
|
|
"id": "41ec4108-3651-4162-b782-c957e14355b9",
|
|
"name": "windSpeed",
|
|
"displayName": "Wind speed",
|
|
"displayNameEvent": "Wind speed changed",
|
|
"type": "double",
|
|
"defaultValue": 0,
|
|
"unit": "MeterPerSecond"
|
|
},
|
|
{
|
|
"id": "d64aa5ab-0b1a-477d-95a6-11b755154d88",
|
|
"name": "windDirection",
|
|
"displayName": "Wind direction",
|
|
"displayNameEvent": "Wind direction changed",
|
|
"type": "int",
|
|
"defaultValue": 0,
|
|
"unit": "Degree"
|
|
},
|
|
{
|
|
"id": "758af353-7e2b-4073-961f-77c5f8bd3b32",
|
|
"name": "cloudiness",
|
|
"displayName": "Cloudiness",
|
|
"displayNameEvent": "Cloudiness changed",
|
|
"type": "int",
|
|
"defaultValue": 0,
|
|
"unit": "Percentage"
|
|
},
|
|
{
|
|
"id": "175bf804-9881-4272-a83f-fb81a9a029b3",
|
|
"name": "snowfall",
|
|
"displayName": "Snowfall (preceding hour)",
|
|
"displayNameEvent": "Snowfall (preceding hour) changed",
|
|
"type": "double",
|
|
"defaultValue": 0,
|
|
"unit": "CentiMeter"
|
|
},
|
|
{
|
|
"id": "c8325cc4-de67-4581-a3d7-8248ecbd70e9",
|
|
"name": "ghi",
|
|
"displayName": "GHI forecast (W/m2)",
|
|
"displayNameEvent": "GHI forecast (W/m2) changed",
|
|
"type": "double",
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"id": "0b0c5565-e5c5-4927-8a89-1e6b05c19250",
|
|
"name": "dni",
|
|
"displayName": "DNI forecast (W/m2)",
|
|
"displayNameEvent": "DNI forecast (W/m2) changed",
|
|
"type": "double",
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"id": "67e64a1f-3dfa-46fa-8438-89df0f7f5c2e",
|
|
"name": "dhi",
|
|
"displayName": "DHI forecast (W/m2)",
|
|
"displayNameEvent": "DHI forecast (W/m2) changed",
|
|
"type": "double",
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"id": "c9681fca-1020-4138-8d6e-d6d73d5a002e",
|
|
"name": "terrestrialRadiation",
|
|
"displayName": "TOA radiation (W/m2)",
|
|
"displayNameEvent": "TOA radiation (W/m2) changed",
|
|
"type": "double",
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"id": "a25a9740-749e-455a-b4e7-60fff3d402f3",
|
|
"name": "shortwaveRadiationSumToday",
|
|
"displayName": "GHI sum today (kWh/m2)",
|
|
"displayNameEvent": "GHI sum today (kWh/m2) changed",
|
|
"type": "double",
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"id": "de0f16e8-8e88-4aa7-b00f-c744e1e13072",
|
|
"name": "ghiObserved",
|
|
"displayName": "GHI observed sat (W/m2)",
|
|
"displayNameEvent": "GHI observed sat (W/m2) changed",
|
|
"type": "double",
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"id": "a8d0074b-5696-464b-a9c6-7da16f3cd021",
|
|
"name": "clearSkyGhi",
|
|
"displayName": "Clear-sky GHI sat (W/m2)",
|
|
"displayNameEvent": "Clear-sky GHI sat (W/m2) changed",
|
|
"type": "double",
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"id": "c6b6ccb6-a5cb-458a-bb7d-9dd6f818a962",
|
|
"name": "clearSkyIndex",
|
|
"displayName": "Clear-sky index kt",
|
|
"displayNameEvent": "Clear-sky index kt changed",
|
|
"type": "double",
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"id": "2c6918d0-9758-4c71-b75b-1f08c3701ddf",
|
|
"name": "sunriseTime",
|
|
"displayName": "Sunrise time",
|
|
"displayNameEvent": "Sunrise time changed",
|
|
"type": "int",
|
|
"defaultValue": 0,
|
|
"unit": "UnixTime"
|
|
},
|
|
{
|
|
"id": "c005cf92-1e29-4033-a65b-578d5d541240",
|
|
"name": "sunsetTime",
|
|
"displayName": "Sunset time",
|
|
"displayNameEvent": "Sunset time changed",
|
|
"type": "int",
|
|
"defaultValue": 0,
|
|
"unit": "UnixTime"
|
|
},
|
|
{
|
|
"id": "291eea88-0a6d-4ca2-be1c-8a291cfbbdef",
|
|
"name": "daylight",
|
|
"displayName": "Daylight",
|
|
"displayNameEvent": "Daylight changed",
|
|
"type": "bool",
|
|
"defaultValue": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "fdfb5cb3-e5da-49d1-8d4e-1a316a68061a",
|
|
"name": "openMeteoPvPlane",
|
|
"displayName": "Open-Meteo PV plane",
|
|
"interfaces": [],
|
|
"createMethods": [
|
|
"user"
|
|
],
|
|
"paramTypes": [
|
|
{
|
|
"id": "f5c6d83f-32a2-4cf8-85ae-137eb9c60635",
|
|
"name": "name",
|
|
"displayName": "Name",
|
|
"type": "QString",
|
|
"inputType": "TextLine",
|
|
"defaultValue": ""
|
|
},
|
|
{
|
|
"id": "e2914db5-d5d6-4c7b-9da6-5fba8a49e023",
|
|
"name": "tilt",
|
|
"displayName": "Tilt (deg, 0=horizontal)",
|
|
"type": "double",
|
|
"minValue": 0,
|
|
"maxValue": 90,
|
|
"defaultValue": 30
|
|
},
|
|
{
|
|
"id": "ecba346a-e5f5-4264-92ab-a92a8fb2cf38",
|
|
"name": "azimuth",
|
|
"displayName": "Azimuth (deg geographic, 180=South)",
|
|
"type": "double",
|
|
"minValue": 0,
|
|
"maxValue": 360,
|
|
"defaultValue": 180
|
|
},
|
|
{
|
|
"id": "a8291abd-8106-49a1-868e-8907e16bba8a",
|
|
"name": "kwp",
|
|
"displayName": "Peak power kWp",
|
|
"type": "double",
|
|
"defaultValue": 0
|
|
}
|
|
],
|
|
"stateTypes": [
|
|
{
|
|
"id": "e0efeb24-d63c-48d7-93d7-34174c9f4e15",
|
|
"name": "gtiNow",
|
|
"displayName": "GTI current (W/m2)",
|
|
"displayNameEvent": "GTI current (W/m2) changed",
|
|
"type": "double",
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"id": "95ed4db9-a231-41bb-b313-78735b63fe9c",
|
|
"name": "updateTime",
|
|
"displayName": "Last update",
|
|
"displayNameEvent": "Last update changed",
|
|
"type": "int",
|
|
"defaultValue": 0,
|
|
"unit": "UnixTime"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|