Search found 11 matches
- 10 Feb 2016, 20:25
- Forum: Netatmo API
- Topic: [REQUEST] Automatic Export of CSV/XLS and HP template
- Replies: 10
- Views: 1262
Re: [REQUEST] Automatic Export of CSV/XLS and HP template
Welcome, Dai, anyway, don't know what kind of template you expect? Frontend or Backend templates ? If you get no answer from michael try this at the end of his script: NOW=`date '+%Y-%m-%d %H:%M:%S'` ONEDAYAGO=`date '+%Y-%m-%d %H:%M:%S' --date="1 day ago"` getmeasurecsv "user@email.co...
- 27 Jan 2016, 20:44
- Forum: Netatmo API
- Topic: [REQUEST] Automatic Export of CSV/XLS and HP template
- Replies: 10
- Views: 1262
Re: [REQUEST] Automatic Export of CSV/XLS and HP template
please check your PM
- 26 Jan 2016, 16:16
- Forum: Netatmo API
- Topic: [REQUEST] Automatic Export of CSV/XLS and HP template
- Replies: 10
- Views: 1262
Re: [REQUEST] Automatic Export of CSV/XLS and HP template
Script works fine for me, posted some infos thereI did but unfortunately ended with a couple of errors why I asked him for a step by step installations because I'm not a Linux user nor an Synology expert as obviously Mr. Miklis seems to be...no answer.
- 25 Jan 2016, 22:38
- Forum: Netatmo API
- Topic: [REQUEST] Automatic Export of CSV/XLS and HP template
- Replies: 10
- Views: 1262
Re: [REQUEST] Automatic Export of CSV/XLS and HP template
Hi Dai, I think it's just a question of integration ;) but this is the tricky part. I have copied the script already and will try to migrate it into my environment with my outdoor, rain, and wind device in near future. I cannot post "my" solution here, because the original script is not mi...
- 24 Jan 2016, 19:40
- Forum: Netatmo API
- Topic: [REQUEST] Automatic Export of CSV/XLS and HP template
- Replies: 10
- Views: 1262
- 10 Aug 2015, 21:03
- Forum: Netatmo API
- Topic: Perl example Method1 Client Authentication + devicelist
- Replies: 1
- Views: 335
Re: Perl example Method1 Client Authentication + devicelist
Thanks gnotoix ,
very helpful for me.
Today the use of perl is not usual for many (web) developers anymore. But it is still a good choice not only for batch processes.
very helpful for me.
Today the use of perl is not usual for many (web) developers anymore. But it is still a good choice not only for batch processes.
- 06 Aug 2015, 12:13
- Forum: Netatmo API
- Topic: Statistics / charts of all Netatmo data - HELP!
- Replies: 58
- Views: 8148
Re: Statistics / charts of all Netatmo data - HELP!
"soon" - hah..... First of all: I am not a web designer and I don't want to be one in future. What I have done: I bought an simple outdoor webcam for about 30+20 EUR ( http://www.ebay.de/itm/261749713899 ). It took some time to install and configure it, because I am not so familiar with ch...
- 15 Apr 2015, 22:05
- Forum: Netatmo API
- Topic: Statistics / charts of all Netatmo data - HELP!
- Replies: 58
- Views: 8148
Re: Statistics / charts of all Netatmo data - HELP!
Thanks Matze for this hint, Now i have my outdoor module without cave in my davis shield 7714 . After calibration due to the weather stations in my neighborhood my next 'project' is a personal weather-webcam with all (for me) necessary weather data in one "picture" - updated every 20 minut...
- 06 Mar 2015, 21:08
- Forum: Netatmo API
- Topic: Statistics / charts of all Netatmo data - HELP!
- Replies: 58
- Views: 8148
Re: Statistics / charts of all Netatmo data - HELP!
I am a complete IT rookie Quatsch! Sorry ;) We are in the period in which we can technically do many things to achieve our goals. This is the reason, why I decided to use netatmo devices and statistical data processing is mostly not IT, it is mostly mathematics, logic and statistics and ... using t...
- 06 Mar 2015, 08:57
- Forum: Netatmo API
- Topic: Statistics / charts of all Netatmo data - HELP!
- Replies: 58
- Views: 8148
Re: Statistics / charts of all Netatmo data - HELP!
ok, maybe a good chance to update my database. After some brainstorming I changed the table structures and created two new tables, one for each device because it's easier to import the csv data: outdoor_data for temperature and humidity and rain_data for the rain amount.... CREATE TABLE `outdoor_dat...