DIY with the WOW-BE API
You can also work directly with the brand-new WOW-BE API to connect your station to WOW-BE reboot!
We have provided comprehensive documentation at https://wow.meteo.be/docs/api/
Please note two important changes with respect to the (legacy) WOW protocol:
- Parameter
solarradiationhas been added. - Concerning relative and absolute pressure: there was somehow an ambiguity in the (original) WOW protocol as it both accepted relative and absolute pressure in the same parameter
baromin(and the nature of the pressure had to be defined in the station registration). This ambiguity has been resolved in the WOW-BE protocol. It explicitly distinguishes between the two values:barominalways represents relative pressure (i.e. pressure adjusted to sea level), whileabsbarominrepresents absolute pressure (i.e. the raw measurement at the station’s location). The authoritative value is alwaysbaromin. If onlyabsbarominis provided,barominis derived from it; otherwise, onlybarominis used.
