[weewx-user] Re: Vantage Vue Station to dump its files on Raspberry Pi???

2019-09-18 Thread Lodewyk Jansen
Hi,
Thanks for this I am sorted with getting the data. I just needed to install 
sqlite dB to view the files. 

Also got the CSV extension on to generate a CSV file. 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f31df967-2a57-4740-b1b7-b800d8f8add8%40googlegroups.com.


[weewx-user] Re: Vantage Vue Station to dump its files on Raspberry Pi???

2019-09-18 Thread 'Peter Fletcher' via weewx-user
weewx.sdb is a SQLite database file.In order to access the data in it, you 
need to use software that 'understands' the structure of such files. Try 
Googling "SQLIte DB Browser".

On Tuesday, September 17, 2019 at 9:05:50 AM UTC-5, vince wrote:
>
> On Monday, September 16, 2019 at 6:47:09 PM UTC-7, Lodewyk Jansen wrote:
>
>> As mentioned i am new to this all - stupid qustion comming up...
>> How do i access the weewx.sdb file - would i be able to open it in a text 
>> editor or something like that? 
>>
>>
>>
> It's a sqlite3 database file.
>
> If you're asking questions like that, I'd suggest you might want to spend 
> a little time reading the online weewx documentation and wiki to better 
> understand how weewx is put together.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/fbf4a698-75e8-40f7-bd26-ee50076d1b46%40googlegroups.com.


[weewx-user] Re: Vantage Vue Station to dump its files on Raspberry Pi???

2019-09-17 Thread vince
On Monday, September 16, 2019 at 6:47:09 PM UTC-7, Lodewyk Jansen wrote:

> As mentioned i am new to this all - stupid qustion comming up...
> How do i access the weewx.sdb file - would i be able to open it in a text 
> editor or something like that? 
>
>
>
It's a sqlite3 database file.

If you're asking questions like that, I'd suggest you might want to spend a 
little time reading the online weewx documentation and wiki to better 
understand how weewx is put together.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/06854c74-e94c-48d9-9085-1bf67565b0f4%40googlegroups.com.


[weewx-user] Re: Vantage Vue Station to dump its files on Raspberry Pi???

2019-09-16 Thread Lodewyk Jansen
Hi,

As mentioned i am new to this all - stupid qustion comming up...
How do i access the weewx.sdb file - would i be able to open it in a text 
editor or something like that? 




On Wednesday, 11 September 2019 02:33:51 UTC+12, vince wrote:
>
> On Monday, September 9, 2019 at 6:30:45 PM UTC-7, Lodewyk Jansen wrote:
>>
>> The noise logger is powered by a solar panel and battery box - so the 
>> power supply isn't an issue. 
>>  
>>
> I am a noob when it comes to python and any type of programming - so if 
>> there is a code I can incorporate in the configuration to supply the 
>> 1-minute data interval to a day summary text file it would be much 
>> appreciated. 
>>
>
> Again, just set your station 'and' weewx to the same 60 second interval 
> and you're good to go.
>
> Ideally, it would create a days text file (and create a new one for the 
>> following day) and populate each of the day's text file with data. 
>>
>>
> I'm not sure what you are looking for there, but if you want to see 24*60 
> records per day you just query the archive table in weewx.sdb after the 
> fact to get a listing of what it stored for wind vs. date+time. 
>
>>
>>
>>
>> On Friday, 6 September 2019 15:04:06 UTC+12, vince wrote:
>>>
>>> On Thursday, September 5, 2019 at 6:43:35 PM UTC-7, Lodewyk Jansen wrote:

 The problem is that the USB logger is limited to 516 bins, thus it can 
 only hold 516-minutes of data (~8hours) which isn't near enough. I have a 
 Raspberry Pi and I am hoping that in some way the Logger can dump the raw 
 files on it while out in the field - then afterwards can "open" the files 
 in Weatherlink or some software to get the 1-minute interval data for the 
 whole period it was out in the field. 


>>> Isn't what you're asking about the same as simply setting your archive 
>>> period to 1 minute and letting weewx save the data to its archive table in 
>>> weewx.sdb normally ?
>>>
>>> How are you going to power the pi in the field for 2 weeks ?  Powering 
>>> the thing connected 'to' the Vue is the bigger issue I'd think.   Weewx 
>>> will catch up to the logger every time it starts if you were thinking about 
>>> only running the pi for a short time per day.
>>>
>>> Maybe you should explain what you're trying to do first, there's likely 
>>> a simpler solution to what you're asking about.
>>>
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/ee2685f9-e2e8-4ced-a9f7-527f70a57a6f%40googlegroups.com.


[weewx-user] Re: Vantage Vue Station to dump its files on Raspberry Pi???

2019-09-10 Thread vince
On Monday, September 9, 2019 at 6:30:45 PM UTC-7, Lodewyk Jansen wrote:
>
> The noise logger is powered by a solar panel and battery box - so the 
> power supply isn't an issue. 
>  
>
I am a noob when it comes to python and any type of programming - so if 
> there is a code I can incorporate in the configuration to supply the 
> 1-minute data interval to a day summary text file it would be much 
> appreciated. 
>

Again, just set your station 'and' weewx to the same 60 second interval and 
you're good to go.

Ideally, it would create a days text file (and create a new one for the 
> following day) and populate each of the day's text file with data. 
>
>
I'm not sure what you are looking for there, but if you want to see 24*60 
records per day you just query the archive table in weewx.sdb after the 
fact to get a listing of what it stored for wind vs. date+time. 

>
>
>
> On Friday, 6 September 2019 15:04:06 UTC+12, vince wrote:
>>
>> On Thursday, September 5, 2019 at 6:43:35 PM UTC-7, Lodewyk Jansen wrote:
>>>
>>> The problem is that the USB logger is limited to 516 bins, thus it can 
>>> only hold 516-minutes of data (~8hours) which isn't near enough. I have a 
>>> Raspberry Pi and I am hoping that in some way the Logger can dump the raw 
>>> files on it while out in the field - then afterwards can "open" the files 
>>> in Weatherlink or some software to get the 1-minute interval data for the 
>>> whole period it was out in the field. 
>>>
>>>
>> Isn't what you're asking about the same as simply setting your archive 
>> period to 1 minute and letting weewx save the data to its archive table in 
>> weewx.sdb normally ?
>>
>> How are you going to power the pi in the field for 2 weeks ?  Powering 
>> the thing connected 'to' the Vue is the bigger issue I'd think.   Weewx 
>> will catch up to the logger every time it starts if you were thinking about 
>> only running the pi for a short time per day.
>>
>> Maybe you should explain what you're trying to do first, there's likely a 
>> simpler solution to what you're asking about.
>>
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/749b7790-f990-4b19-a401-a7c490936d5e%40googlegroups.com.


[weewx-user] Re: Vantage Vue Station to dump its files on Raspberry Pi???

2019-09-09 Thread Lodewyk Jansen
Hi,

The reason for 1minute is to capture the wind speed. I am logging noise as 
part of the project wee need to determine the impact the wind has on the 
ambient. because noise change within seconds it would be good to have 
1-minute interval logging on the weather station. The noise logger is 
powered by a solar panel and battery box - so the power supply isn't an 
issue. 

I am a noob when it comes to python and any type of programming - so if 
there is a code I can incorporate in the configuration to supply the 
1-minute data interval to a day summary text file it would be much 
appreciated. 

Ideally, it would create a days text file (and create a new one for the 
following day) and populate each of the day's text file with data. 





On Friday, 6 September 2019 15:04:06 UTC+12, vince wrote:
>
> On Thursday, September 5, 2019 at 6:43:35 PM UTC-7, Lodewyk Jansen wrote:
>>
>> The problem is that the USB logger is limited to 516 bins, thus it can 
>> only hold 516-minutes of data (~8hours) which isn't near enough. I have a 
>> Raspberry Pi and I am hoping that in some way the Logger can dump the raw 
>> files on it while out in the field - then afterwards can "open" the files 
>> in Weatherlink or some software to get the 1-minute interval data for the 
>> whole period it was out in the field. 
>>
>>
> Isn't what you're asking about the same as simply setting your archive 
> period to 1 minute and letting weewx save the data to its archive table in 
> weewx.sdb normally ?
>
> How are you going to power the pi in the field for 2 weeks ?  Powering the 
> thing connected 'to' the Vue is the bigger issue I'd think.   Weewx will 
> catch up to the logger every time it starts if you were thinking about only 
> running the pi for a short time per day.
>
> Maybe you should explain what you're trying to do first, there's likely a 
> simpler solution to what you're asking about.
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b5b29128-60d6-420b-a683-5d48ca99537f%40googlegroups.com.


[weewx-user] Re: Vantage Vue Station to dump its files on Raspberry Pi???

2019-09-05 Thread vince
On Thursday, September 5, 2019 at 6:43:35 PM UTC-7, Lodewyk Jansen wrote:
>
> The problem is that the USB logger is limited to 516 bins, thus it can 
> only hold 516-minutes of data (~8hours) which isn't near enough. I have a 
> Raspberry Pi and I am hoping that in some way the Logger can dump the raw 
> files on it while out in the field - then afterwards can "open" the files 
> in Weatherlink or some software to get the 1-minute interval data for the 
> whole period it was out in the field. 
>
>
Isn't what you're asking about the same as simply setting your archive 
period to 1 minute and letting weewx save the data to its archive table in 
weewx.sdb normally ?

How are you going to power the pi in the field for 2 weeks ?  Powering the 
thing connected 'to' the Vue is the bigger issue I'd think.   Weewx will 
catch up to the logger every time it starts if you were thinking about only 
running the pi for a short time per day.

Maybe you should explain what you're trying to do first, there's likely a 
simpler solution to what you're asking about.



-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b2327882-6998-4e27-b023-24b4f0997dfe%40googlegroups.com.


[weewx-user] Re: Vantage Vue Station to dump its files on Raspberry Pi???

2019-09-05 Thread Andrew Milner
what is the reason for needing 1 minute intervals?  most weather conditions 
do not change very much within 5 or even 10 minutes, let alone 1 minute!!



On Friday, 6 September 2019 04:43:35 UTC+3, Lodewyk Jansen wrote:
>
> Hi,
>
> I hope there is an answer for this - I have a Vantage Vue Station (Davis) 
> and need to log in 1-min intervals at a location very remote (no cellphone 
> signal and some distance away). I need to record for more than a week 
> (probably need to stay out for 2 weeks) at a time. 
>
> The problem is that the USB logger is limited to 516 bins, thus it can 
> only hold 516-minutes of data (~8hours) which isn't near enough. I have a 
> Raspberry Pi and I am hoping that in some way the Logger can dump the raw 
> files on it while out in the field - then afterwards can "open" the files 
> in Weatherlink or some software to get the 1-minute interval data for the 
> whole period it was out in the field. 
>
> I do the post-processing in excel so even if I have CSV file with the 
> whole period on it would be ideal. 
>
> Thank you for reading the post and I hope there is an easy solution to 
> this...
>
> Regards,
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/cc951e13-10db-4a03-875b-62f5d327eb6d%40googlegroups.com.