- Weather/solar current conditions from Open-Meteo (Meteo-France model) - Satellite-observed GHI + clear-sky index (MTG) - Per-plane GTI with geographic azimuth convention (180=South) - Self-hosted ready via baseUrl/satelliteBaseUrl plugin settings
10 lines
135 B
Prolog
10 lines
135 B
Prolog
include(../plugins.pri)
|
|
|
|
QT *= network
|
|
|
|
SOURCES += \
|
|
integrationpluginopenmeteo.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginopenmeteo.h
|