Export data in openweaterdata format

The Netatmo API is a set of webservices allowing developers and third parties to access Netatmo device's data.
Post Reply
dadup92186
Posts: 1
Joined: 11 Mar 2021, 17:51

Export data in openweaterdata format

Post by dadup92186 »

Hello,

Is it possible to export weater data in some sort of openweaterdata format ?
Is there a script for this that can run on e.g. the API ?

This is the base file (a .htx file) that returns the data in a .htm file:

BOF
$date = "<!--date-->";
$time = "<!--time-->";

$stationDate = "<!--stationDate-->";
$stationTime = "<!--stationTime-->";

$utcTime = "<!--utcTime-->";
$utcDate = "<!--utcDate-->";

$tempUnit = "<!--tempUnit-->";
$humUnit = "<!--humUnit-->";
$barUnit = "<!--barUnit-->";
$rainUnit = "<!--rainUnit-->";

(...)

$hiYearlyInsideHumidity = "<!--hiYearlyInsideHumidity-->";
$lowYearlyInsideHumidity = "<!--lowYearlyInsideHumidity-->";

$insideDewPt = "<!--insideDewPt-->";

EOF

Many thanks in advance

Kind regards
Post Reply

Return to “Netatmo API”