Author Topic: Export data from Meteohub to csv  (Read 1087 times)

0 Members and 1 Guest are viewing this topic.

Offline Nisse

  • Senior Member
  • **
  • Posts: 77
Export data from Meteohub to csv
« on: May 08, 2018, 04:52:34 PM »
Hi!

Is it possible to export weatherdata from Meteohub to csv?
I can do it from the raw-file, but it is so much data.
If I want to export for instance the solar data, for 24h, with logging every 10:th minute, is it possible?
Or is it possible to write some code for it?
« Last Edit: May 09, 2018, 06:46:37 AM by Nisse »

Offline docbee

  • Moderator
  • Forecaster
  • *****
  • Posts: 853
    • smartbedded
Re: Export data from Meteohub to csv
« Reply #1 on: May 11, 2018, 06:26:28 PM »
There is not function included that can do this. You will need to write some code for it.
May be WSWIN of WD exports of Metehub are closer to what you are looking for.
founder of smartbedded.com - home of meteohub, meteoplug, meteobridge, meteostick

Offline Nisse

  • Senior Member
  • **
  • Posts: 77
Re: Export data from Meteohub to csv
« Reply #2 on: May 14, 2018, 05:49:46 AM »
I tried WSWIN, but I am not sure how to use it.
I choose for instance sol(0) and press Generate monthly data of, and the result be like the picture. I have no measuring data.

Or can someone show me how to write some code for it?
« Last Edit: May 15, 2018, 09:06:20 AM by Nisse »

Offline Nisse

  • Senior Member
  • **
  • Posts: 77
Re: Export data from Meteohub to csv
« Reply #3 on: May 16, 2018, 06:53:01 AM »
I used the "sol0-min10" and copied the values that I wanted.

Example from "sol0-min10":
20180515144000    795.8 792.0 803.0 0.00
20180515145000    777.6 770.0 787.0 0.00
20180515150000    767.0 762.0 770.0 0.00
20180515151000    759.0 755.0 763.0 0.00
20180515152000    744.7 726.0 758.0 0.00
20180515153000    713.3 702.0 726.0 0.00
20180515154000    702.7 699.0 709.0 0.00
20180515155000    690.5 675.0 699.0 0.00
20180515160000    662.4 646.0 675.0 0.00
20180515161000    633.9 626.0 646.0 0.00

Then I did some csv in excel to get the values.
And it looks like in the picture with 10 min resolution.