[weewx-user] Archive interval confusion - is there a way to force archive interval?

2024-10-06 Thread Robin Wilson
Hi,

I've got weewx connected to a FineOffsetUSB sensor, a WS2080.

I've set the archive_interval in the config file to 300 seconds (5 
minutes). However, looking at the graphs in the generated HTML pages, I 
only see entries every half an hour (see image at the bottom - I'm using 
the weewx-wdc skin). The config file warns that if the sensor can do data 
logging itself then that interval will override the archive_interval set 
here, so I wonder if that's what happening here.

I've run `sudo weectl device --set-interval=5` to set the interval for the 
device itself to 5 minutes, and when I run the command again it says the 
current interval is 5 minutes - but I don't know whether that has actually 
taken effect properly.

Is there a way to determine what archive interval is actually being used? 
Or is there another setting to configure the data points used for the 
display graphs?

Thanks,

Robin

[image: Temperature.png]

-- 
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/f4753282-08cf-41a6-993a-8e960933c07cn%40googlegroups.com.


Re: [weewx-user] Re: Problems after power cut

2022-12-11 Thread Robin
*Thank you fo your help.*

Sadly I had to clear the logger memory to get weewx talking again. 

Most of the lost data will not be missed. However, between the UPS dying 
and the power coming back on, we had 10mm of rain. I can't believe how 
upset it has made me that my 8+ years of data now is incomplete.

I have a WeatherLink live that has the missing data. Is there a way that I 
can backfill the missing period? An 'Idiots Guide' is going to be needed.

On Sunday, 11 December 2022 at 15:01:21 UTC+2 tke...@gmail.com wrote:

> Frequently, a power outage will cause the memory in the Vantage's logger 
> to become corrupt, causing the symptoms you describe. However, swapping 
> databases would not fix this. See the wiki section *WeeWX generates HTML 
> pages, but it does not update them 
> <https://github.com/weewx/weewx/wiki/Troubleshooting-the-Davis-Vantage-station#weewx-generates-html-pages-but-it-does-not-update-them>*
>  
> for details.
>
> A corrupt database (as opposed to logger) is very unusual, although I 
> guess it could happen. You did not provide enough of the log to be sure.
>
> In any case, to answer your question, yes, just swap in your backup 
> database.
>
> On Sun, Dec 11, 2022 at 1:13 AM Robin  wrote:
>
>> Update 
>>
>> I stopped weewx
>> renamed the database to weewx.sdb.old
>> restarted weewx
>>
>> Weewx started backfilling the new database with records. So I guess the 
>> problem is with a corrupt database. I have a backup taken 3 hours before 
>> the ups failed. Can I just copy this and restart?
>>
>> I'm really sorry if I am asking a series of dumb questions. I'm getting 
>> old and was not good at this when I was young!!!
>>
>>
>> On Sunday, 11 December 2022 at 10:38:30 UTC+2 Robin wrote:
>>
>>> Forgot to say 
>>>
>>> WeeWX v3.8.0
>>> Vantage Pro2 weather station
>>>
>>> On Sunday, 11 December 2022 at 10:36:52 UTC+2 Robin wrote:
>>>
>>>> We had a 12 hour power cut last night. The battery backup ran out and 
>>>> the RPi stopped without being shutdown.
>>>>
>>>> I reconnected to a different ups about 10 hours later. Power back on 
>>>> about 2 hours after this. Nodata is being collected and the web pages are 
>>>> not updating.
>>>>
>>>> I stopped weewx and shut the RPI down. Restart looks normal but no 
>>>> change. Stopped/started weewx, no change.
>>>>
>>>> I have put the syslog entry from the stop/restart below.
>>>>
>>>> Any thoughts? Weewx has run without me touching it for a couple of 
>>>> years and I can't remember most of what I learnt to set it up!
>>>>
>>>>
>>>> Dec 11 10:23:28 MWS weewx[723]: restx: WeatherCloud: service version is 
>>>> 0.11
>>>>
>>>> Dec 11 10:23:28 MWS weewx[723]: restx: WeatherCloud: Data will be 
>>>> uploaded for id=#
>>>>
>>>> Dec 11 10:23:28 MWS weewx[723]: restx: OWM: service version is 0.7
>>>>
>>>> Dec 11 10:23:28 MWS weewx[723]: restx: OWM: Data will be uploaded for 
>>>> 
>>>>
>>>> Dec 11 10:23:28 MWS weewx[723]: restx: Windy: version is 0.6
>>>>
>>>> Dec 11 10:23:29 MWS weewx[723]: restx: Windy: Data will be uploaded to 
>>>> https://stations.windy.com/pws/update
>>>>
>>>> Dec 11 10:23:29 MWS weewx[723]: lowBattery: No alarm set.  Missing 
>>>> parameter: 'Alarm'
>>>>
>>>> Dec 11 10:23:29 MWS weewx[723]: engine: Starting up weewx version 3.8.0
>>>>
>>>> Dec 11 10:23:29 MWS weewx[723]: engine: Clock error is -4.33 seconds 
>>>> (positive is fast)
>>>>
>>>> Dec 11 10:23:29 MWS weewx[723]: engine: Starting main packet loop.
>>>>
>>>> Dec 11 10:25:01 MWS CRON[751]: (root) CMD (/usr/bin/webcam.sh 
>>>> >/dev/null 2>&1)
>>>>
>>>> Dec 11 10:25:07 MWS root: Webcam image captured
>>>>
>>>> Dec 11 10:25:10 MWS root: webcam image complete
>>>>
>>>> Dec 11 10:26:11 MWS weewx[723]: cheetahgenerator: Generated 22 files 
>>>> for report StandardReport in 54.55 seconds
>>>>
>>>> Dec 11 10:26:20 MWS weewx[723]: imagegenerator: Generated 12 images for 
>>>> StandardReport in 8.99 seconds
>>>>
>>>> Dec 11 10:26:21 MWS weewx[723]: copygenerator: copied 13 files to 
>>>> /var/www/weewx
>>>>
>&

[weewx-user] Re: Problems after power cut

2022-12-11 Thread Robin
Update 

I stopped weewx
renamed the database to weewx.sdb.old
restarted weewx

Weewx started backfilling the new database with records. So I guess the 
problem is with a corrupt database. I have a backup taken 3 hours before 
the ups failed. Can I just copy this and restart?

I'm really sorry if I am asking a series of dumb questions. I'm getting old 
and was not good at this when I was young!!!


On Sunday, 11 December 2022 at 10:38:30 UTC+2 Robin wrote:

> Forgot to say 
>
> WeeWX v3.8.0
> Vantage Pro2 weather station
>
> On Sunday, 11 December 2022 at 10:36:52 UTC+2 Robin wrote:
>
>> We had a 12 hour power cut last night. The battery backup ran out and the 
>> RPi stopped without being shutdown.
>>
>> I reconnected to a different ups about 10 hours later. Power back on 
>> about 2 hours after this. Nodata is being collected and the web pages are 
>> not updating.
>>
>> I stopped weewx and shut the RPI down. Restart looks normal but no 
>> change. Stopped/started weewx, no change.
>>
>> I have put the syslog entry from the stop/restart below.
>>
>> Any thoughts? Weewx has run without me touching it for a couple of years 
>> and I can't remember most of what I learnt to set it up!
>>
>>
>> Dec 11 10:23:28 MWS weewx[723]: restx: WeatherCloud: service version is 
>> 0.11
>>
>> Dec 11 10:23:28 MWS weewx[723]: restx: WeatherCloud: Data will be 
>> uploaded for id=#
>>
>> Dec 11 10:23:28 MWS weewx[723]: restx: OWM: service version is 0.7
>>
>> Dec 11 10:23:28 MWS weewx[723]: restx: OWM: Data will be uploaded for 
>>
>> Dec 11 10:23:28 MWS weewx[723]: restx: Windy: version is 0.6
>>
>> Dec 11 10:23:29 MWS weewx[723]: restx: Windy: Data will be uploaded to 
>> https://stations.windy.com/pws/update
>>
>> Dec 11 10:23:29 MWS weewx[723]: lowBattery: No alarm set.  Missing 
>> parameter: 'Alarm'
>>
>> Dec 11 10:23:29 MWS weewx[723]: engine: Starting up weewx version 3.8.0
>>
>> Dec 11 10:23:29 MWS weewx[723]: engine: Clock error is -4.33 seconds 
>> (positive is fast)
>>
>> Dec 11 10:23:29 MWS weewx[723]: engine: Starting main packet loop.
>>
>> Dec 11 10:25:01 MWS CRON[751]: (root) CMD (/usr/bin/webcam.sh >/dev/null 
>> 2>&1)
>>
>> Dec 11 10:25:07 MWS root: Webcam image captured
>>
>> Dec 11 10:25:10 MWS root: webcam image complete
>>
>> Dec 11 10:26:11 MWS weewx[723]: cheetahgenerator: Generated 22 files for 
>> report StandardReport in 54.55 seconds
>>
>> Dec 11 10:26:20 MWS weewx[723]: imagegenerator: Generated 12 images for 
>> StandardReport in 8.99 seconds
>>
>> Dec 11 10:26:21 MWS weewx[723]: copygenerator: copied 13 files to 
>> /var/www/weewx
>>
>> Dec 11 10:26:27 MWS weewx[723]: historygenerator.pyc: Generated 8 tables 
>> in 5.68 seconds
>>
>> Dec 11 10:26:29 MWS weewx[723]: cheetahgenerator: Generated 2 files for 
>> report HTMLPages in 8.42 seconds
>>
>> Dec 11 10:26:29 MWS weewx[723]: copygenerator: copied 3 files to 
>> /var/www/weewx/Bootstrap
>>
>> Dec 11 10:26:31 MWS weewx[723]: rsyncupload: rsync'd 53 files (734,285 
>> bytes) in 1.64 seconds
>>
>

-- 
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/886d2da8-6bb9-4e2e-ae0a-bf25b0ba0ce2n%40googlegroups.com.


[weewx-user] Re: Problems after power cut

2022-12-11 Thread Robin
Forgot to say 

WeeWX v3.8.0
Vantage Pro2 weather station

On Sunday, 11 December 2022 at 10:36:52 UTC+2 Robin wrote:

> We had a 12 hour power cut last night. The battery backup ran out and the 
> RPi stopped without being shutdown.
>
> I reconnected to a different ups about 10 hours later. Power back on about 
> 2 hours after this. Nodata is being collected and the web pages are not 
> updating.
>
> I stopped weewx and shut the RPI down. Restart looks normal but no change. 
> Stopped/started weewx, no change.
>
> I have put the syslog entry from the stop/restart below.
>
> Any thoughts? Weewx has run without me touching it for a couple of years 
> and I can't remember most of what I learnt to set it up!
>
>
> Dec 11 10:23:28 MWS weewx[723]: restx: WeatherCloud: service version is 
> 0.11
>
> Dec 11 10:23:28 MWS weewx[723]: restx: WeatherCloud: Data will be uploaded 
> for id=#
>
> Dec 11 10:23:28 MWS weewx[723]: restx: OWM: service version is 0.7
>
> Dec 11 10:23:28 MWS weewx[723]: restx: OWM: Data will be uploaded for 
>
> Dec 11 10:23:28 MWS weewx[723]: restx: Windy: version is 0.6
>
> Dec 11 10:23:29 MWS weewx[723]: restx: Windy: Data will be uploaded to 
> https://stations.windy.com/pws/update
>
> Dec 11 10:23:29 MWS weewx[723]: lowBattery: No alarm set.  Missing 
> parameter: 'Alarm'
>
> Dec 11 10:23:29 MWS weewx[723]: engine: Starting up weewx version 3.8.0
>
> Dec 11 10:23:29 MWS weewx[723]: engine: Clock error is -4.33 seconds 
> (positive is fast)
>
> Dec 11 10:23:29 MWS weewx[723]: engine: Starting main packet loop.
>
> Dec 11 10:25:01 MWS CRON[751]: (root) CMD (/usr/bin/webcam.sh >/dev/null 
> 2>&1)
>
> Dec 11 10:25:07 MWS root: Webcam image captured
>
> Dec 11 10:25:10 MWS root: webcam image complete
>
> Dec 11 10:26:11 MWS weewx[723]: cheetahgenerator: Generated 22 files for 
> report StandardReport in 54.55 seconds
>
> Dec 11 10:26:20 MWS weewx[723]: imagegenerator: Generated 12 images for 
> StandardReport in 8.99 seconds
>
> Dec 11 10:26:21 MWS weewx[723]: copygenerator: copied 13 files to 
> /var/www/weewx
>
> Dec 11 10:26:27 MWS weewx[723]: historygenerator.pyc: Generated 8 tables 
> in 5.68 seconds
>
> Dec 11 10:26:29 MWS weewx[723]: cheetahgenerator: Generated 2 files for 
> report HTMLPages in 8.42 seconds
>
> Dec 11 10:26:29 MWS weewx[723]: copygenerator: copied 3 files to 
> /var/www/weewx/Bootstrap
>
> Dec 11 10:26:31 MWS weewx[723]: rsyncupload: rsync'd 53 files (734,285 
> bytes) in 1.64 seconds
>

-- 
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/65a83a65-8779-4440-a9b0-feb291325d12n%40googlegroups.com.


[weewx-user] Problems after power cut

2022-12-11 Thread Robin


We had a 12 hour power cut last night. The battery backup ran out and the 
RPi stopped without being shutdown.

I reconnected to a different ups about 10 hours later. Power back on about 
2 hours after this. Nodata is being collected and the web pages are not 
updating.

I stopped weewx and shut the RPI down. Restart looks normal but no change. 
Stopped/started weewx, no change.

I have put the syslog entry from the stop/restart below.

Any thoughts? Weewx has run without me touching it for a couple of years 
and I can't remember most of what I learnt to set it up!


Dec 11 10:23:28 MWS weewx[723]: restx: WeatherCloud: service version is 0.11

Dec 11 10:23:28 MWS weewx[723]: restx: WeatherCloud: Data will be uploaded 
for id=#

Dec 11 10:23:28 MWS weewx[723]: restx: OWM: service version is 0.7

Dec 11 10:23:28 MWS weewx[723]: restx: OWM: Data will be uploaded for 

Dec 11 10:23:28 MWS weewx[723]: restx: Windy: version is 0.6

Dec 11 10:23:29 MWS weewx[723]: restx: Windy: Data will be uploaded to 
https://stations.windy.com/pws/update

Dec 11 10:23:29 MWS weewx[723]: lowBattery: No alarm set.  Missing 
parameter: 'Alarm'

Dec 11 10:23:29 MWS weewx[723]: engine: Starting up weewx version 3.8.0

Dec 11 10:23:29 MWS weewx[723]: engine: Clock error is -4.33 seconds 
(positive is fast)

Dec 11 10:23:29 MWS weewx[723]: engine: Starting main packet loop.

Dec 11 10:25:01 MWS CRON[751]: (root) CMD (/usr/bin/webcam.sh >/dev/null 
2>&1)

Dec 11 10:25:07 MWS root: Webcam image captured

Dec 11 10:25:10 MWS root: webcam image complete

Dec 11 10:26:11 MWS weewx[723]: cheetahgenerator: Generated 22 files for 
report StandardReport in 54.55 seconds

Dec 11 10:26:20 MWS weewx[723]: imagegenerator: Generated 12 images for 
StandardReport in 8.99 seconds

Dec 11 10:26:21 MWS weewx[723]: copygenerator: copied 13 files to 
/var/www/weewx

Dec 11 10:26:27 MWS weewx[723]: historygenerator.pyc: Generated 8 tables in 
5.68 seconds

Dec 11 10:26:29 MWS weewx[723]: cheetahgenerator: Generated 2 files for 
report HTMLPages in 8.42 seconds

Dec 11 10:26:29 MWS weewx[723]: copygenerator: copied 3 files to 
/var/www/weewx/Bootstrap

Dec 11 10:26:31 MWS weewx[723]: rsyncupload: rsync'd 53 files (734,285 
bytes) in 1.64 seconds

-- 
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/6088314b-de0b-4d26-ab67-f94aa2cf1cfcn%40googlegroups.com.


Re: [weewx-user] Anyone else seeing Wunderground Rapid Fire down?

2022-05-01 Thread Robin
Are the Rapid Fire problems back?

My station keeps going offline. A stop/start brings it back up, but for a 
short (variable) period, minutes to an hour or so.

Everything else is running perfectly as far as I can tell, so please let it 
be WU!!!

On Tuesday, 8 February 2022 at 18:15:37 UTC+2 Jeremy A wrote:

> Same here for me.
>
> On Tuesday, February 8, 2022 at 10:13:22 AM UTC-6 do...@dougjenkins.com 
> wrote:
>
>> Specifically looking at my log, it started to fail at 9:15AM EST and 
>> continues to fail. I will restart my docker image and see if it will clear 
>> up. Sounds like this is all related to an api endpoint issue.
>>
>> On Tue, Feb 8, 2022 at 11:10 AM Tom Hogland  wrote:
>>
>>> Mine's been fine until this morning - dropped offline and logs show I'm 
>>> unable to connect to upload. Apparently the issues persist...
>>>
>>> On Monday, February 7, 2022 at 7:40:52 AM UTC-9 Jeremy A wrote:
>>>
 Yes, seems to be working again. using RF as well

 On Monday, February 7, 2022 at 10:39:12 AM UTC-6 n0...@n0nb.us wrote:

> * On 2022 07 Feb 06:44 -0600, Jeremy A wrote: 
> > Not working with or without rapid fire for me... Looks like it came 
> back 
> > online during the night but it's down again. 
>
> It seems to be working, at least no errors in my log since 8:40 AM 
> CST/1440z this morning. 
>
> - Nate 
>
> -- 
> "The optimist proclaims that we live in the best of all 
> possible worlds. The pessimist fears this is true." 
> Web: https://www.n0nb.us 
> Projects: https://github.com/N0NB 
> GPG fingerprint: 82D6 4F6B 0E67 CD41 F689 BBA6 FB2C 5130 D55A 8819 
>
> -- 
>>> 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+...@googlegroups.com.
>>>
>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/3a47dc03-ed92-4efc-996f-d42208e31e82n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>
>>
>> -- 
>> Thanks,
>>
>> Doug Jenkins
>> Phone: 813.391.5686 <(813)%20391-5686> | do...@dougjenkins.com | 
>> www.dougjenkins.com
>>
>

-- 
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/49dc798c-c9f8-448e-95cf-a040de5e9b58n%40googlegroups.com.


[weewx-user] Re: Is anybody posting to Facebook?

2020-12-30 Thread Robin
Facebook for developers link - 
https://developers.facebook.com/docs/pages/publishing/

The opening paragraph reads
" This guide explains how to create and update a post or comment, reply to 
a post or comment, and delete a post or comment, on your Facebook Page Feed 
as the Page. " 

On Wednesday, 30 December 2020 at 19:13:10 UTC+2 wes...@gmail.com wrote:

> facebook removed the ability to post from their api years ago.
>
>

-- 
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/cbe27475-993b-4720-a7ab-82fff471c517n%40googlegroups.com.


[weewx-user] Is anybody posting to Facebook?

2020-12-30 Thread Robin
I already upload to Twitter as the uploader is on the Wiki and it was 
really easy to set up, thank you to Matthew Wall and anybody else that had 
a hand in this.

I would like to do a similar thing with Facebook. Is anybody out there 
doing anything like this? I have found lots of "how-to" stuff on Facebook 
and via Google, but they are all above my ability and understanding.

I'm currently running version 3.8.0.

Thank you, the support from the WeeWX community on here is *amazing*.



-- 
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/12f4e973-e50c-4b26-8516-0ad1c204fe20n%40googlegroups.com.


[weewx-user] Is it after sunset?

2020-12-25 Thread Robin
I have a script that runs every five minutes, grabs an image from my webcam 
and adds some text before it is uploaded to my website. I would like to 
test if it is the first grab after sunset so that I can do some extra 
'stuff' with the image.

I am getting more and more frustrated by my lack of skill, knowledge and 
diminishing brain power (not sure if it is advanced years or ouzo).

Please can somebody help.

*Thank you.*


-- 
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/95f868c7-1080-4d27-8faf-9640ba580750n%40googlegroups.com.


Re: [weewx-user] Noob question

2020-12-04 Thread Robin Hunt
Thank you so much for your reply Tom, I will try that and the season's skin
too

I have used WeeWx for like 3 or more years now, what an awesome
application. Thank you and everyone else who contributed.


On Sat, Dec 5, 2020 at 2:47 AM Tom Keffer  wrote:

> Definitely possible. In fact, the Seasons skin uses the tag
> $current.consBatteryVoltage.
>
> All I can say is to double, triple check your spelling. Do other things,
> such as $current.txBatteryStatus work properly?
>
>
>
> On Fri, Dec 4, 2020 at 6:03 AM Robin Hunt  wrote:
>
>> Hey everyone
>>
>> This is, I am sure, a noob question but I can't figure it out having
>> RTFMd as best I can
>>
>> I have Davis Vantage Pro 2 station via USB on a raspberry pi and am
>> trying to add some battery info to index.html.tmpl on Standard skin.
>>
>> If I run weewx from the command line this appears among the output:
>> consBatteryVoltage: 4.83
>>
>> So there does appear to be a value available
>>
>> but
>>
>> If I insert
>> [...]
>>   Console battery: $current.consBatteryVoltage
>> [...]
>>
>> into index.html.templ
>>
>> The output is literally that rather than the battery voltage. There is no
>> substitution.  I have tried this with $station.consBatteryVoltage, no
>> different
>>
>> What prefix should I use? Is this possible?
>>
>> Kind regards
>> Robin
>>
>>
>>
>> --
>> 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/c13c3ece-a82a-4efe-a77e-c74fdd3f46b2n%40googlegroups.com
>> <https://groups.google.com/d/msgid/weewx-user/c13c3ece-a82a-4efe-a77e-c74fdd3f46b2n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/5PBaU6_uTMQ/unsubscribe.
> To unsubscribe from this group and all its topics, 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/CAPq0zEB4p4zD6wcrp6BchO-WnUJ10FUPTP%3DQrc%3DCJ3gX0%3DrMVA%40mail.gmail.com
> <https://groups.google.com/d/msgid/weewx-user/CAPq0zEB4p4zD6wcrp6BchO-WnUJ10FUPTP%3DQrc%3DCJ3gX0%3DrMVA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAM08vJO8ccqAd38sa6_KWaKveRLWTnm0po5qRmyUhfNkFtGmnA%40mail.gmail.com.


[weewx-user] Noob question

2020-12-04 Thread Robin Hunt
Hey everyone

This is, I am sure, a noob question but I can't figure it out having RTFMd 
as best I can

I have Davis Vantage Pro 2 station via USB on a raspberry pi and am trying 
to add some battery info to index.html.tmpl on Standard skin.

If I run weewx from the command line this appears among the output: 
consBatteryVoltage: 4.83

So there does appear to be a value available

but

If I insert 
[...]
  Console battery: $current.consBatteryVoltage
[...]

into index.html.templ 

The output is literally that rather than the battery voltage. There is no 
substitution.  I have tried this with $station.consBatteryVoltage, no 
different

What prefix should I use? Is this possible?

Kind regards
Robin



-- 
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/c13c3ece-a82a-4efe-a77e-c74fdd3f46b2n%40googlegroups.com.


Re: [weewx-user] Re: Weatherlink IP replacement

2020-11-18 Thread Robin Hunt
Thanks for all the responses, much appreciated!

On Thu, Nov 19, 2020 at 9:31 AM Karen K  wrote:

> I asked the support of Davis Instruments about local asscess. The answer
> was:
>
> "Both the EnviroMonitor IP and WeatherLink Live are strictly cloud based
> and you would not be able to access through your LAN."
>
> Nevertheless, I actually see no alternative to the WeatherLink Live
> device.
>
> Nicolas Peninguy schrieb am Mittwoch, 18. November 2020 um 21:13:36 UTC+1:
>
>> Hello,
>>
>> Le 11/18/20 à 2:07 PM, galfert a écrit :
>> > Davis pretty much discontinued the Weatherlink IP around the time they
>> > released the WeatherLink Live. My recommendation is to go with the
>> > WeatherLink Live.
>>
>> It took me some time to find relevant information on the Internet, so
>> may be this will be of some interest for someone.
>>
>> This thing embeds an HTTP server with a local API described here:
>>
>> https://weatherlink.github.io/weatherlink-live-local-api/
>>
>> There are some good things, like broadcast of live data or discovery
>> through mDNS.
>>
>>
>> BUT:
>>
>> Currently there is no local access to archive data, nor device health
>> data: https://github.com/weatherlink/weatherlink-live-local-api/issues
>>
>> This thing will be useless if for whatever reason using Davis
>> weatherlink.com service is not wanted or possible.
>>
>>
>> Regards,
>>
>> Nicolas
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/xzkGqLi0Tdk/unsubscribe.
> To unsubscribe from this group and all its topics, 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/2c921c94-42df-4b3e-b74d-e8a6ac6f4982n%40googlegroups.com
> 
> .
>

-- 
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/CAM08vJMg1OURMjryYssNO0QLVe%3D%3DgcUbFkr1h1Hsjt6UNPYTFw%40mail.gmail.com.


Re: [weewx-user] Weatherlink IP replacement

2020-11-17 Thread Robin Hunt
Thanks very much - does anyone know if the USB version will work on a 
Raspberry Pi model 3?

On Wednesday, November 18, 2020 at 8:10:10 AM UTC+2 garrya...@gmail.com 
wrote:

> I use:
>
> WeatherLink® USB Data Logger (#6510USB)
> Regards,
>
> Garry Lockyer
> C: +1.250.689.0686 <(250)%20689-0686>
> E: ga...@lockyer.ca
>
>
> On Nov 17, 2020, at 21:13, Robin Hunt  wrote:
>
> Hi
>
>
> I used to use the Davis WeatherLink IP ethernet data logger which has 
> broken.
>
> I tried to buy a new one but I see it has been discontinued.
>
> How do I connect my Davis Vantage Pro 2 to my weewx installation now? What 
> hardware should I buy?
>
> Kind regards
> Robin
>
> -- 
> 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+...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/c1e9244c-5522-4ad2-8855-e74b6c1dea88n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/weewx-user/c1e9244c-5522-4ad2-8855-e74b6c1dea88n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>

-- 
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/c9bb9d60-bbc7-49ca-b49f-a074b2135f2en%40googlegroups.com.


[weewx-user] Weatherlink IP replacement

2020-11-17 Thread Robin Hunt
Hi

I used to use the Davis WeatherLink IP ethernet data logger which has 
broken.

I tried to buy a new one but I see it has been discontinued.

How do I connect my Davis Vantage Pro 2 to my weewx installation now? What 
hardware should I buy?

Kind regards
Robin

-- 
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/c1e9244c-5522-4ad2-8855-e74b6c1dea88n%40googlegroups.com.


[weewx-user] Re: Weewx restx: Ambient and Wunderground but no WOW, AWEKAS. , CWOP, Weathercloud and no failure messages

2019-12-17 Thread Robin Chester
Thanks VERY much, Gary!

Interval changed to 5 minutes.

Saved some interesting log items; weewx restarted; will grab log in the 
morning for here.

Cheers


Robin..

On Tuesday, 17 December 2019 15:49:43 UTC+13, gjr80 wrote:
>
> Hi, 
>
> We are going to need to see some more log, probably at least the next 30 
> minutes but preferably an hour plus. You are using the default 30 minute 
> archive interval for the vantage stations so you will only see a post to 
> WOW once every 30 minutes (so it is possible everything is fine). WU rapid 
> fire on the other hand publishes every 2.5 odd seconds for a vantage 
> station. 
>
> You may wish to change your archive interval to something shorter like 5 
> minutes. If you do wish to change your interval you can use the wee_device 
> utility to do this using the —set-interval action (
> http://weewx.com/docs/hardware.htm#vantage_notes). Just remember to stop 
> WeeWX first. 
>
> Gary

-- 
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/edc8a1f8-9a2f-494d-bf3a-674b1ae9e261%40googlegroups.com.


[weewx-user] Weewx restx: Ambient and Wunderground but no WOW, AWEKAS. , CWOP, Weathercloud and no failure messages

2019-12-16 Thread Robin Chester
Pi 4B
Full Debian Buster OS load on clean SD
Weewx 3.9.2-1 setup.py install
VP2

Syslog excerpt in attached file; truncated: Starts from weewx restart, ends 
after several Wunderground RF reports (they continue as the *only* published 
records after setting debug to 1 (with debug = 3, the AWEKAS records *were* 
published))

Excerpt from weewx.conf:
# This section is for general configuration information.

# Set to 1 for extra debug info, otherwise comment it out or set to zero
debug = 1

# Root directory of the weewx data file hierarchy for this station
WEEWX_ROOT = /home/weewx

# Whether to log successful operations
log_success = True

# Whether to log unsuccessful operations
log_failure = True

# How long to wait before timing out a socket (FTP, HTTP) connection
socket_timeout = 20

# Do not modify this. It is used when installing and updating weewx.
version = 3.9.2


[StdRESTful]

[[StationRegistry]]
# To register this weather station with weewx, set this to true
register_this_station = true

[[AWEKAS]]
# This section is for configuring posts to AWEKAS.

# If you wish to do this, set the option 'enable' to true,
# and specify a username and password.
# To guard against parsing errors, put the password in quotes.
enable = true
username = rcnzz
password = xx

[[CWOP]]
# This section is for configuring posts to CWOP.

# If you wish to do this, set the option 'enable' to true,
# and specify the station ID (e.g., CW1234).
enable = true
station = EW2751

# If this is an APRS (radio amateur) station, uncomment
# the following and replace with a passcode (e.g., 12345).
#passcode = replace_me (APRS stations only)

[[PWSweather]]
# This section is for configuring posts to PWSweather.com.

# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
# To guard against parsing errors, put the password in quotes.
enable = true
station = IAUCKLAN159
password = xx

[[WeatherCloud]]
id = 90734c166072f2eco
key = 

[[WOW]]
# This section is for configuring posts to WOW.

# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
# To guard against parsing errors, put the password in quotes.
enable = true
station = 1b29c260-51e2-e911-b3ba-0003ff59b0d7
password = XXX

[[Wunderground]]
# This section is for configuring posts to the Weather Underground.

# If you wish to do this, set the option 'enable' to true,
# and specify a station (e.g., 'KORHOODR3') and password.
# To guard against parsing errors, put the password in quotes.
enable = true
station = IAUCKLAN159
password = qxv

# Set the following to True to have weewx use the WU "Rapidfire"
# protocol. Not all hardware can support it. See the User's Guide.
rapidfire = True

##






-- 
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/f3d35d0d-39e5-4e60-969a-abd42e73b932%40googlegroups.com.


Group_Post_Weewx.info
Description: Binary data


[weewx-user] Re: Can i grab loop data in a shell script

2019-08-02 Thread Robin
Hi Greg,

The camera is unbranded 720p resolution, from China. It cost €4.99 three 
years ago. My camera also goes offline, typically about once a day. I 
bought a relay and written a routine to switch the relay off/pause/on to 
reset the camera.

I now invested in another Chinese camera this time 1080p. This time I'm 
splashing out €19. Last of the big spenders or what!!! I now need a cool 
day to install it.

On Friday, 2 August 2019 10:39:18 UTC+3, Greg from Oz wrote:
>
> Good camera. What make model etc is it?
> My camera goes offline a lot but does the job.
>
> https://weather.ubeaut.work/webcam.html
>
>
>
> On Friday, 2 August 2019 15:24:21 UTC+10, Robin wrote:
>>
>> Good morning Pat,
>>
>> Location /var/www/weewx/temperature.txt
>>
>> The template for Cheetah generator to produce the file has a single line 
>>
>> $current.outTemp.string
>>
>> That's it.
>>
>> On Thursday, 1 August 2019 15:31:27 UTC+3, Pat wrote:
>>>
>>> Robin, 
>>>
>>> Some questions
>>>
>>> > from a txt file generated using cheetah generator
>>>
>>> Where is this file located? What text is inside this file? Is it just 
>>> the temperature or is it a full sentence?
>>>
>>>
>>> On Wednesday, July 31, 2019 at 3:16:03 PM UTC-4, Robin wrote:
>>>>
>>>> I did think about running the script after weewx updates, but the ease 
>>>> of saving the image to the web page folder so it gets uploaded using rsync 
>>>> was too appealing.
>>>>
>>>> I am not a programmer and my Linux knowledge is at the 'just enough to 
>>>> survive' (most of the time) level.
>>>>
>>>> I have had a look at the wiki and now realise that this is way beyond 
>>>> my current skill level.
>>>>
>>>> Thank you, Gary and RobbH for your tips. I have a lot of learning to do 
>>>> before I can take this on.
>>>>
>>>>
>>>>

-- 
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/1a6a3ece-5d8f-4f43-8616-23e5c534f615%40googlegroups.com.


[weewx-user] Re: Can i grab loop data in a shell script

2019-08-01 Thread Robin
Good morning Pat,

Location /var/www/weewx/temperature.txt

The template for Cheetah generator to produce the file has a single line 

$current.outTemp.string

That's it.

On Thursday, 1 August 2019 15:31:27 UTC+3, Pat wrote:
>
> Robin, 
>
> Some questions
>
> > from a txt file generated using cheetah generator
>
> Where is this file located? What text is inside this file? Is it just the 
> temperature or is it a full sentence?
>
>
> On Wednesday, July 31, 2019 at 3:16:03 PM UTC-4, Robin wrote:
>>
>> I did think about running the script after weewx updates, but the ease of 
>> saving the image to the web page folder so it gets uploaded using rsync was 
>> too appealing.
>>
>> I am not a programmer and my Linux knowledge is at the 'just enough to 
>> survive' (most of the time) level.
>>
>> I have had a look at the wiki and now realise that this is way beyond my 
>> current skill level.
>>
>> Thank you, Gary and RobbH for your tips. I have a lot of learning to do 
>> before I can take this on.
>>
>>
>>

-- 
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/66305add-4b71-4edf-8567-f23e79bae55e%40googlegroups.com.


[weewx-user] Re: Can i grab loop data in a shell script

2019-07-31 Thread Robin
I did think about running the script after weewx updates, but the ease of 
saving the image to the web page folder so it gets uploaded using rsync was 
too appealing.

I am not a programmer and my Linux knowledge is at the 'just enough to 
survive' (most of the time) level.

I have had a look at the wiki and now realise that this is way beyond my 
current skill level.

Thank you, Gary and RobbH for your tips. I have a lot of learning to do 
before I can take this on.


-- 
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/0fa3d3fd-9916-48d4-a621-4a3989d7f70e%40googlegroups.com.


[weewx-user] Re: Can i grab loop data in a shell script

2019-07-31 Thread Robin
Gary,

Thank you for pointing me in the right direction. 

It's time to "meddle and poke until I get things sorted or break something"!

-- 
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/88f840b2-1ca6-4812-aedc-d898841804c1%40googlegroups.com.


[weewx-user] Can i grab loop data in a shell script

2019-07-31 Thread Robin
Is it possible to get the current temperature to use in a shell script?

Let me explain what I am doing and what I would like to do.

I have a webcam. I use a shell script every five minutes to: 

   1. grab an image with avconv
   2. add text, including 'current' temperature (from a txt file generated 
   using cheetah generator) and the time.
   3. save the image so that rsync uploads it to my website with the other 
   files.

You can see the result here  

My problem is the txt file is 5 minutes old. There is normally small or no 
difference between 'current' and 5-minute old data. BUT, there are times 
when the difference is significant and I would like to "do better"!

I really am not good at this stuff, I meddle and poke until I get things 
sorted or I break something, normally the latter. So I was hoping that 
somebody could advise me.

Can I use in my script to get loop data so the temperature will be correct 
at the time of the grab?

Thanks, people.

-- 
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/aaef07db-8761-4bec-b411-06b6be002f0d%40googlegroups.com.


Re: [weewx-user] Re: On this date

2019-05-28 Thread Robin


> Peter,


Thank you. This has finally started to sink in, I am now producing tables 
that show what I want and make sense!

Thank you to everyone that has had input here, you are all superstars.

Regards to all
Robin

-- 
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/74418484-6e3c-4aba-ab9d-6d0a6dadc31e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: On this date

2019-05-27 Thread Robin

>
>
>
Gary,

Thank you for the search list extension. It is very useful. 

I'm sorry to be a pest, I have one more question. I have been trying to see 
if I can exclude the current year so that I get only historic records. I 
have looked at the code to try and understand how it all works, but that 
simply reminds me that I don't understand code.

Is there a way to exclude the current year?

Thank you again.

Robin 

-- 
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/ae22c835-f43a-48d5-80c7-c8690f1eadd3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: On this date

2019-05-13 Thread Robin
Gary,

Thank you, you are a star. That is exactly what I was looking for.

I'm going to go away and play. I'm so excited!

Robin

-- 
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/c0f51b2e-7a8b-4a05-9552-f146afbd9bfe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: On this date

2019-05-13 Thread Robin
Gary,

Thank you, you are a star. That is exactly what I was looking for.

I'm going to go away and play. I'm so excited!

Robin

On Monday, 13 May 2019 10:40:37 UTC+3, gjr80 wrote:
>
> I've put together a search list extension that should do what you want. 
> You will find the code here 
> <https://raw.githubusercontent.com/gjr80/weewx_utilities/master/search%20list%20extensions/this/bin/user/this.py>.
>  
> The SLE is based on the existing WeeWX tag machinery that enables 
> iteration <http://weewx.com/docs/customizing.htm#Iteration> over periods. 
> So with the SLE installed you can do something like:
>
> #for $day in this_span.this
> $day.outTemp.max at $day.outTemp.maxtime
> #end for
>
> to display the maximum daily temperature and the time it occurred on this 
> day in all years in the archive. The output would be something like:
>
> 24.5°C at 11 May 2017 12:51:00
> 26.7°C at 11 May 2018 13:31:00
> 23.4°C at 11 May 2019 13:15:00
>
> There are various parameters that can be set against $this_span to limit 
> the period covered (the default is all records but you can limit it to the 
> last x years, months etc as with the existing $span tag). There are 
> various parameters that can be applied to .this to set the day to be 
> used, for example, .this($period='week') and .this($period='month') will 
> provide stats for this week and this month respectively over all years. 
> There are many variations and permutations, I have tried to capture a 
> variety of use cases in the up front comment in this.py 
> <https://raw.githubusercontent.com/gjr80/weewx_utilities/master/search%20list%20extensions/this/bin/user/this.py>
> .
>
> To install/use:
>
> 1. Download the file this.py to the WeeWX machine and save to the 
> $BIN_ROOT/user directory:
>
> for a setup.py install:
> 
> $ wget -P /home/weewx/bin/user https://
> raw.githubusercontent.com/gjr80/weewx_utilities/master/search%20list%20extensions/this/bin/user/this.py
>
> otherwise:
>
> $ wget -P /usr/share/weewx/user https://
> raw.githubusercontent.com/gjr80/weewx_utilities/master/search%20list%20extensions/this/bin/user/this.py
>
> 2.  Add the following line to the skin config file [CheetahGenerator] 
> stanza for the skin in which the SLE is to be used:
> 
> search_list_extensions = user.this.ThisSLE
>
> if the search_list_extensions config option already exists add 
> user.this.ThisSLE to the end of the option using a comma as a separator, 
> eg:
> 
> search_list_extensions = user,another.SLE, user.this.ThisSLE
>
> 3.  Add the required $this_span.this code to the template concerned.
>
> 4.  After the next report cycle is complete confirm there are no errors in 
> the log and the report has been generated as expected.
>
> Gary
>
> On Saturday, 11 May 2019 23:30:47 UTC+10, Robin wrote:
>>
>> I apologise if this has been asked before or if there is a simple and 
>> obvious way to do this, but I can't see it.
>>
>> I want to display the temperature (min,max) for today's date for each 
>> year since we started keeping records.
>>
>> Can somebody point me in the right direction?
>>
>> Thanks people.
>>
>

-- 
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/6f3e54af-0d4f-44b8-8127-b245659ca652%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] On this date

2019-05-11 Thread Robin
I apologise if this has been asked before or if there is a simple and 
obvious way to do this, but I can't see it.

I want to display the temperature (min,max) for today's date for each year 
since we started keeping records.

Can somebody point me in the right direction?

Thanks people.

-- 
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/75abaada-5cb6-47ec-9d3e-0b3046f4f9a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: rainRate

2018-05-07 Thread Robin
OH!

Andrew, please be a naughty boy. Say something!

I think I can filter out the 'nonsense' in the template. I would, however, 
like to try and understand the wisdom (or folly) behind alternative methods.

Thank you, Gary, for your input. 

FYI, the 'nonsense' didn't stay on screen for long. We had 23 mm of rain in 
50 minutes. If anybody has a set of plans for an ark, I might be interested!

Robin

On Monday, 7 May 2018 14:05:02 UTC+3, Andrew Milner wrote:
>
> …… and I shall be a good boy …….  and say nothing …...
>>
>>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] rainRate

2018-05-07 Thread Robin
I have noticed on the last few occasions that following a single bucket tip 
the rain shows 0.2 mm but the rain rate shows 0.0 mm/hr.

This seems to be a bit of a nonsense as clearly 0.2 mm has fallen in the 
last hour. I have read other threads and understand the need to measure 
time between tips, but can't this 'error' be trapped?

My kit:
Davis VantagePro2
Raspberry Pi
Weewx v3.8.0

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Sensly HAT from Altitude Technology

2018-04-20 Thread Robin
Does anybody have any experience of the Sensly HAT from Altitude Technology?

https://altitude.tech/sensly

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: $station.uptime

2018-03-04 Thread Robin
Andrew,

I'm going to sit in the 'stupid' corner for a while!

A fresh install is going to take courage. I have a lot of bits and bobs 
that I have added in, some of which I can only just remember! My knowledge 
and skill level give me major worries that I won't get everything back 
together again.

I think I need to start with building a list of my added 'stuff' and then 
making a plan to get it all back into a new install.

I already have a headache.

Robin

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: $station.uptime

2018-03-04 Thread Robin
Andrew,

Correct, I am running Wheezy.

Please stop trying to solve this (for now).

I decided to update to 3.8 and all hell has broken loose. Typically I 
ignored all the good advice to backup the SD card. Now pulling my hair out 
(not much left to work with).

Gone back to old conf file and made a couple of hacks to get it running.

Robin

3.6.1 was working fine - *if <https://en.wiktionary.org/wiki/if#English> it 
<https://en.wiktionary.org/wiki/it#English> ain’t 
<https://en.wiktionary.org/wiki/ain%27t#English> broke 
<https://en.wiktionary.org/wiki/broke#English>, don’t 
<https://en.wiktionary.org/wiki/don%27t#English> fix 
<https://en.wiktionary.org/wiki/fix#English> it 
<https://en.wiktionary.org/wiki/it#English>*


*sigh*
On Sunday, 4 March 2018 15:43:19 UTC+2, Andrew Milner wrote:
>
> getting closer .
>
> Having checked 5 different RPis . Jessie and Stretch respond like I 
> posted originally
>
> Wheezy responds like yours, and does not appear to accept the -p option
>
> whether there is any significance in this I do not know!!!  It could be 
> that the proc info is different in wheezy
>
>  
>
>
>
> On Sunday, 4 March 2018 15:27:56 UTC+2, Andrew Milner wrote:
>
>> then i'm well baffled as so am i - running raspbian, yet my uptime -p 
>> command gave a very different result to yours!!  I also use the bootstrap 
>> skin
>>
>> the answer must lie in your skin/weewx.conf or the log .
>>
>> have you tried gary's suggestion yet??
>>
>>
>>
>>
>> On Sunday, 4 March 2018 14:48:16 UTC+2, Robin wrote:
>>
>>> I'm running a Raspberry Pi.
>>>
>>>
>>> On Sunday, 4 March 2018 11:12:43 UTC+2, Andrew Milner wrote:
>>>>
>>>> are you on a MAC by any chance??  seems like weewx has implemented 
>>>> pretty much the method outlined here for os uptime:
>>>>
>>>> http://planzero.org/blog/2012/01/26/system_uptime_in_python,_a_better_way
>>>>
>>>>
>>>>
>>>> On Sunday, 4 March 2018 11:07:39 UTC+2, Andrew Milner wrote:
>>>>
>>>>> the format must vary with the operating system then as mine says
>>>>> up 1 week, 3 hours, 51 minutes!!
>>>>>
>>>>> not too sure why your uptime should give be giving any info about 
>>>>> users or load averages though!!
>>>>>
>>>>>
>>>>>
>>>>> On Sunday, 4 March 2018 10:14:51 UTC+2, Robin wrote:
>>>>>
>>>>>> up 16 days, 18:57,  1 user,  load average: 0.14, 0.19, 0.21
>>>>>>
>>>>>> On Sunday, 4 March 2018 09:30:10 UTC+2, Andrew Milner wrote:
>>>>>>>
>>>>>>> if you do uptime -p what result do you get??
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Sunday, 4 March 2018 09:15:11 UTC+2, Andrew Milner wrote:
>>>>>>>
>>>>>>>> and the log??
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Sunday, 4 March 2018 08:40:23 UTC+2, Robin wrote:
>>>>>>>>
>>>>>>>>> OK the page is now updating (not the images, I'm only interested 
>>>>>>>>> in the uptime).
>>>>>>>>>
>>>>>>>>> http://www.weather.molyvos.eu/Bootstrap/
>>>>>>>>>
>>>>>>>>> It still shows
>>>>>>>>>
>>>>>>>>> Station uptime: 0 days, 0 Hours, 0 minutes
>>>>>>>>> Server uptime: 0 days, 0 Hours, 6 minutes
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Sunday, 4 March 2018 08:27:31 UTC+2, Robin wrote:
>>>>>>>>>>
>>>>>>>>>> Andrew, 
>>>>>>>>>>
>>>>>>>>>> my bad, just noticed that myself and was about to post. I will 
>>>>>>>>>> get /bootstrap/index running again and see what happens
>>>>>>>>>>
>>>>>>>>>> Robin
>>>>>>>>>>
>>>>>>>>>> On Sunday, 4 March 2018 08:11:47 UTC+2, Andrew Milner wrote:
>>>>>>>>>>>
>>>>>>>>>>> the bootstrap skin has totally the wrong date an

[weewx-user] Re: $station.uptime

2018-03-04 Thread Robin
I'm running a Raspberry Pi.


On Sunday, 4 March 2018 11:12:43 UTC+2, Andrew Milner wrote:
>
> are you on a MAC by any chance??  seems like weewx has implemented pretty 
> much the method outlined here for os uptime:
> http://planzero.org/blog/2012/01/26/system_uptime_in_python,_a_better_way
>
>
>
> On Sunday, 4 March 2018 11:07:39 UTC+2, Andrew Milner wrote:
>
>> the format must vary with the operating system then as mine says
>> up 1 week, 3 hours, 51 minutes!!
>>
>> not too sure why your uptime should give be giving any info about users 
>> or load averages though!!
>>
>>
>>
>> On Sunday, 4 March 2018 10:14:51 UTC+2, Robin wrote:
>>
>>> up 16 days, 18:57,  1 user,  load average: 0.14, 0.19, 0.21
>>>
>>> On Sunday, 4 March 2018 09:30:10 UTC+2, Andrew Milner wrote:
>>>>
>>>> if you do uptime -p what result do you get??
>>>>
>>>>
>>>>
>>>> On Sunday, 4 March 2018 09:15:11 UTC+2, Andrew Milner wrote:
>>>>
>>>>> and the log??
>>>>>
>>>>>
>>>>>
>>>>> On Sunday, 4 March 2018 08:40:23 UTC+2, Robin wrote:
>>>>>
>>>>>> OK the page is now updating (not the images, I'm only interested in 
>>>>>> the uptime).
>>>>>>
>>>>>> http://www.weather.molyvos.eu/Bootstrap/
>>>>>>
>>>>>> It still shows
>>>>>>
>>>>>> Station uptime: 0 days, 0 Hours, 0 minutes
>>>>>> Server uptime: 0 days, 0 Hours, 6 minutes
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Sunday, 4 March 2018 08:27:31 UTC+2, Robin wrote:
>>>>>>>
>>>>>>> Andrew, 
>>>>>>>
>>>>>>> my bad, just noticed that myself and was about to post. I will get 
>>>>>>> /bootstrap/index running again and see what happens
>>>>>>>
>>>>>>> Robin
>>>>>>>
>>>>>>> On Sunday, 4 March 2018 08:11:47 UTC+2, Andrew Milner wrote:
>>>>>>>>
>>>>>>>> the bootstrap skin has totally the wrong date and time of lasdt 
>>>>>>>> update though!  It is saying November 2015
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Sunday, 4 March 2018 08:07:30 UTC+2, Robin wrote:
>>>>>>>>
>>>>>>>>> Hi Gary,
>>>>>>>>>
>>>>>>>>> I don't think it is the template or skin config as I also have a 
>>>>>>>>> Bootstrap skin running.
>>>>>>>>>
>>>>>>>>> http://www.weather.molyvos.eu/Bootstrap/index.html
>>>>>>>>>
>>>>>>>>> Since I did a Weewx stop/start it now shows 
>>>>>>>>>
>>>>>>>>> Weewx uptime: 0 days, 0 hours, 0 minutes
>>>>>>>>> Server uptime: 0 days, 0 hours, 6 minutes
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Saturday, 3 March 2018 20:41:38 UTC+2, gjr80 wrote:
>>>>>>>>>>
>>>>>>>>>> $station.uptime by itself should format just fine, though it 
>>>>>>>>>> will/may depend on the contents of skin.conf. In your case it 
>>>>>>>>>> appears to be 
>>>>>>>>>> formatting as it should. Given we are talking about a custom page 
>>>>>>>>>> (ie not 
>>>>>>>>>> one included in a default weeWX install) it would be worth posting 
>>>>>>>>>> the 
>>>>>>>>>> template file (.tmpl) and skin config file being used.
>>>>>>>>>>
>>>>>>>>>> Gary
>>>>>>>>>>
>>>>>>>>>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: $station.uptime

2018-03-04 Thread Robin
up 16 days, 18:57,  1 user,  load average: 0.14, 0.19, 0.21

On Sunday, 4 March 2018 09:30:10 UTC+2, Andrew Milner wrote:
>
> if you do uptime -p what result do you get??
>
>
>
> On Sunday, 4 March 2018 09:15:11 UTC+2, Andrew Milner wrote:
>
>> and the log??
>>
>>
>>
>> On Sunday, 4 March 2018 08:40:23 UTC+2, Robin wrote:
>>
>>> OK the page is now updating (not the images, I'm only interested in the 
>>> uptime).
>>>
>>> http://www.weather.molyvos.eu/Bootstrap/
>>>
>>> It still shows
>>>
>>> Station uptime: 0 days, 0 Hours, 0 minutes
>>> Server uptime: 0 days, 0 Hours, 6 minutes
>>>
>>>
>>>
>>> On Sunday, 4 March 2018 08:27:31 UTC+2, Robin wrote:
>>>>
>>>> Andrew, 
>>>>
>>>> my bad, just noticed that myself and was about to post. I will get 
>>>> /bootstrap/index running again and see what happens
>>>>
>>>> Robin
>>>>
>>>> On Sunday, 4 March 2018 08:11:47 UTC+2, Andrew Milner wrote:
>>>>>
>>>>> the bootstrap skin has totally the wrong date and time of lasdt update 
>>>>> though!  It is saying November 2015
>>>>>
>>>>>
>>>>>
>>>>> On Sunday, 4 March 2018 08:07:30 UTC+2, Robin wrote:
>>>>>
>>>>>> Hi Gary,
>>>>>>
>>>>>> I don't think it is the template or skin config as I also have a 
>>>>>> Bootstrap skin running.
>>>>>>
>>>>>> http://www.weather.molyvos.eu/Bootstrap/index.html
>>>>>>
>>>>>> Since I did a Weewx stop/start it now shows 
>>>>>>
>>>>>> Weewx uptime: 0 days, 0 hours, 0 minutes
>>>>>> Server uptime: 0 days, 0 hours, 6 minutes
>>>>>>
>>>>>>
>>>>>>  
>>>>>>
>>>>>>
>>>>>> On Saturday, 3 March 2018 20:41:38 UTC+2, gjr80 wrote:
>>>>>>>
>>>>>>> $station.uptime by itself should format just fine, though it 
>>>>>>> will/may depend on the contents of skin.conf. In your case it appears 
>>>>>>> to be 
>>>>>>> formatting as it should. Given we are talking about a custom page (ie 
>>>>>>> not 
>>>>>>> one included in a default weeWX install) it would be worth posting the 
>>>>>>> template file (.tmpl) and skin config file being used.
>>>>>>>
>>>>>>> Gary
>>>>>>>
>>>>>>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: $station.uptime

2018-03-03 Thread Robin
OK the page is now updating (not the images, I'm only interested in the 
uptime).

http://www.weather.molyvos.eu/Bootstrap/

It still shows

Station uptime: 0 days, 0 Hours, 0 minutes
Server uptime: 0 days, 0 Hours, 6 minutes



On Sunday, 4 March 2018 08:27:31 UTC+2, Robin wrote:
>
> Andrew, 
>
> my bad, just noticed that myself and was about to post. I will get 
> /bootstrap/index running again and see what happens
>
> Robin
>
> On Sunday, 4 March 2018 08:11:47 UTC+2, Andrew Milner wrote:
>>
>> the bootstrap skin has totally the wrong date and time of lasdt update 
>> though!  It is saying November 2015
>>
>>
>>
>> On Sunday, 4 March 2018 08:07:30 UTC+2, Robin wrote:
>>
>>> Hi Gary,
>>>
>>> I don't think it is the template or skin config as I also have a 
>>> Bootstrap skin running.
>>>
>>> http://www.weather.molyvos.eu/Bootstrap/index.html
>>>
>>> Since I did a Weewx stop/start it now shows 
>>>
>>> Weewx uptime: 0 days, 0 hours, 0 minutes
>>> Server uptime: 0 days, 0 hours, 6 minutes
>>>
>>>
>>>  
>>>
>>>
>>> On Saturday, 3 March 2018 20:41:38 UTC+2, gjr80 wrote:
>>>>
>>>> $station.uptime by itself should format just fine, though it will/may 
>>>> depend on the contents of skin.conf. In your case it appears to be 
>>>> formatting as it should. Given we are talking about a custom page (ie not 
>>>> one included in a default weeWX install) it would be worth posting the 
>>>> template file (.tmpl) and skin config file being used.
>>>>
>>>> Gary
>>>>
>>>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: $station.uptime

2018-03-03 Thread Robin
Andrew, 

my bad, just noticed that myself and was about to post. I will get 
/bootstrap/index running again and see what happens

Robin

On Sunday, 4 March 2018 08:11:47 UTC+2, Andrew Milner wrote:
>
> the bootstrap skin has totally the wrong date and time of lasdt update 
> though!  It is saying November 2015
>
>
>
> On Sunday, 4 March 2018 08:07:30 UTC+2, Robin wrote:
>
>> Hi Gary,
>>
>> I don't think it is the template or skin config as I also have a 
>> Bootstrap skin running.
>>
>> http://www.weather.molyvos.eu/Bootstrap/index.html
>>
>> Since I did a Weewx stop/start it now shows 
>>
>> Weewx uptime: 0 days, 0 hours, 0 minutes
>> Server uptime: 0 days, 0 hours, 6 minutes
>>
>>
>>  
>>
>>
>> On Saturday, 3 March 2018 20:41:38 UTC+2, gjr80 wrote:
>>>
>>> $station.uptime by itself should format just fine, though it will/may 
>>> depend on the contents of skin.conf. In your case it appears to be 
>>> formatting as it should. Given we are talking about a custom page (ie not 
>>> one included in a default weeWX install) it would be worth posting the 
>>> template file (.tmpl) and skin config file being used.
>>>
>>> Gary
>>>
>>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: $station.uptime

2018-03-03 Thread Robin
Hi Gary,

I don't think it is the template or skin config as I also have a Bootstrap 
skin running.

http://www.weather.molyvos.eu/Bootstrap/index.html

Since I did a Weewx stop/start it now shows 

Weewx uptime: 0 days, 0 hours, 0 minutes
Server uptime: 0 days, 0 hours, 6 minutes


 


On Saturday, 3 March 2018 20:41:38 UTC+2, gjr80 wrote:
>
> $station.uptime by itself should format just fine, though it will/may 
> depend on the contents of skin.conf. In your case it appears to be 
> formatting as it should. Given we are talking about a custom page (ie not 
> one included in a default weeWX install) it would be worth posting the 
> template file (.tmpl) and skin config file being used.
>
> Gary
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] $station.uptime

2018-03-03 Thread Robin
I have this feeling in my water that I am missing something really simple 
here, BUT...

Why does my station uptime not change? It shows "Weewx uptime: 0 days, 0 
hours, 6 minutes" permanently!


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Alexa Flash Briefing Skill

2017-12-24 Thread Robin
I got really upset when I found that Alexa knew NOTHING about the village 
where I live.

So I have set up an Alexa Skill all of my very own. It's a flash briefing 
skill that adds a *Molyvos Weather Nowcast *to my flash briefing. I don't 
even need to get out of bed, Alexa just reads me the latest update. It's 
got a limited data set at the moment but I'm already well into an expanded 
version to include lots more data, possibly even a small forecast.

https://skills-store.amazon.co.uk/deeplink/dp/B078L7V61G?deviceType=app&share&refSuffix=ss_copy

*Merry Christmas*

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: degree symbol not showing?

2016-11-22 Thread Robin
Hi Jim,

I had the same problem. I solved it by creating a template with a single 
line
 

$current.outTemp.string


Then adding

   [[[Temperature]]]
  encoding = utf8
  template = temperature.txt.tmpl

to the standard skin.conf file.

I can now read the text file and add it to my webcam capture as seen here 
*Molyvos 
Weather Camera *



On Wednesday, 23 November 2016 00:30:08 UTC+2, Jim W. wrote:
>
> At the risk of inciting the fury of AM...  I have a question regarding the 
> degree symbol. I'm using the tag $current.outTemp and 
> $current.outTemp.format("%.1f")  and both produce the expected result 
> EXCEPT without the little degree symbol? I have read, re-read... and 
> re-re-read the Customization guide but can't figure it out?
> Thanks for any insight!
>
> Ps... If this question causes an apoplectic reaction please hit the delete 
> key... take a deep breath and think of butterflies! 
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Current wisdom on the end of DST

2016-10-29 Thread Robin
I had set set record_generation=software

I woke just before 6:30 and checked the log. I found

Oct 30 06:25:17 PWS weewx[3876]: manager: unable to add record 2016-10-30 
06:25:00 EET (1477801500) to database 'weewx.sdb': PRIMARY KEY must be 
unique

and

Oct 30 06:30:16 PWS weewx[3876]: manager: unable to add record 2016-10-30 
06:30:00 EET (1477801800) to database 'weewx.sdb': PRIMARY KEY must be 
unique
 

But then:

Oct 30 06:35:16 PWS weewx[3876]: manager: added record 2016-10-30 06:35:00 
EET (1477802100) to database 'weewx.sdb'
Oct 30 06:35:16 PWS weewx[3876]: manager: added record 2016-10-30 06:35:00 
EET (1477802100) to daily summary in 'weewx.sdb'

All records saved OK from this point. I have now switched back to hardware 
generation without any problems.

On Friday, 28 October 2016 08:20:34 UTC+3, Robin wrote:
>
> Daylight savings time ends this weekend. I recall experiencing problems 
> last year.
>
> What is the current 'best practice'and advice?
>
> Thank you.
> Robin
>
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Current wisdom on the end of DST

2016-10-29 Thread Robin
Tom,

OK. I've set record_generation=software.

I'll let you know in the morning how things went.

On Friday, 28 October 2016 18:43:03 UTC+3, Tom Keffer wrote:
>
> On Fri, Oct 28, 2016 at 8:36 AM, Robin > 
> wrote:
>
>> That bit I understand Tom. The bit that confuses me is, I thought that 
>> WeeWX stored the data using UTC. 
>>
>>
> ​It does. But, first it has to get the data off the logger.
>
> ​One thing you could try is to set record_generation=software for the 
> transition night. Then set it back to hardware in the morning. I haven't 
> tried this, but it might work.
>
> -tk​
>  
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Current wisdom on the end of DST

2016-10-28 Thread Robin
Tom,

This just compounds my confusion. How does WeeWX get from Davis local time 
to UTC? Can't WeeWX take DST into account during the conversion? 

On Friday, 28 October 2016 18:43:03 UTC+3, Tom Keffer wrote:
>
> On Fri, Oct 28, 2016 at 8:36 AM, Robin > 
> wrote:
>
>> That bit I understand Tom. The bit that confuses me is, I thought that 
>> WeeWX stored the data using UTC. 
>>
>>
> ​It does. But, first it has to get the data off the logger.
>
> ​One thing you could try is to set record_generation=software for the 
> transition night. Then set it back to hardware in the morning. I haven't 
> tried this, but it might work.
>
> -tk​
>  
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Current wisdom on the end of DST

2016-10-28 Thread Robin
That bit I understand Tom. The bit that confuses me is, I thought that 
WeeWX stored the data using UTC. 

On Friday, 28 October 2016 18:32:43 UTC+3, Tom Keffer wrote:
>
>
>
> On Fri, Oct 28, 2016 at 8:29 AM, Robin > 
> wrote:
>
>> I have a Davis Vantage Pro 2.
>>
>> As pointed out in the link you posted, the issue is the time stamp. Last 
>> year I seem to recall an hours worth of errors as WeeWX tried to write 
>> records to a time stamp that already existed and therefore 'lost' the data. 
>> I like an easy life so was hoping that somebody had figured out a way to 
>> avoid this lost data. It might be insignificant, but if we get a major 
>> weather event at that time
>>
>>
> ​If there is a way around this limitation, I haven't figured it out 
> without either adding a ton of complexity, or giving something else up.
>  
>
>> To be honest I still get a headache trying to understand the local 
>> time/UTC problem, but I am easily confused.
>>
>>
> ​Pretty simple: when DST goes away, your logger will store two records 
> with identical time stamps and no way to tell them apart. ​
>  
> ​This is because the logger stores records in *local* time.
>
> -tk​
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Current wisdom on the end of DST

2016-10-28 Thread Robin
I have a Davis Vantage Pro 2.

As pointed out in the link you posted, the issue is the time stamp. Last 
year I seem to recall an hours worth of errors as WeeWX tried to write 
records to a time stamp that already existed and therefore 'lost' the data. 
I like an easy life so was hoping that somebody had figured out a way to 
avoid this lost data. It might be insignificant, but if we get a major 
weather event at that time

To be honest I still get a headache trying to understand the local time/UTC 
problem, but I am easily confused.



On Friday, 28 October 2016 08:20:34 UTC+3, Robin wrote:
>
> Daylight savings time ends this weekend. I recall experiencing problems 
> last year.
>
> What is the current 'best practice'and advice?
>
> Thank you.
> Robin
>
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Current wisdom on the end of DST

2016-10-27 Thread Robin
Daylight savings time ends this weekend. I recall experiencing problems 
last year.

What is the current 'best practice'and advice?

Thank you.
Robin


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Niculskin with response design, bootstrap style and history template released

2016-10-07 Thread Robin
Andrew,

Could you tell me how you set up skin.conf to get the 'Days when rain fell' 
table? I have been thinking about adding 'Dry Days' which is not so far 
from your table. 

I have also been collecting the number of hours of sunshine each day and 
have been pondering a 'Bootstrap' table for 'Average Daily Sunshine' but I 
couldn't get my head around it. For now I make the calculations and update 
the table manually. Any help with this would also be appreciated. I am 
happy to provide free beer (Fix, Vergina, Mythos, Alpha or Amstel) but you 
will need to collect in person).

Regards
Robin

On Friday, 7 October 2016 12:50:20 UTC+3, Andrew Milner wrote:
>
> Yes, Nick's history pages are indeed very useful .
>
> http://cr.netflash.com.cy:61009/weewxweather/Bootstrap/history.html
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Tweet using dot code format and conditional statements

2016-09-22 Thread Robin


I had started to tweet from my weather station and wanted to format my 
tweets and use conditional statements. Using the uploader on the wiki, I 
could not figure out how I could do any of these.

 

I had already set up the app credentials and twython was installed. A 
little reading through twython docs gave me an idea.

 

I wrote a simple text template to give the data I wanted (including 
conditional statements to tailor my tweets to the conditions) and then 
wrote a script to use twython to post my text file. Add a cronjob and 
voila, I get a tweet every hour on the hour with the exact formatting that 
I wanted using the familiar dot code system. I have attached a 'grab' so 
you can see the result.

 

The big plus is that I realised that I can also tweet  "Good morning" tweet 
with an image from my webcam. RESULT

 

Thank you to all that contribute to this user group for the inspiration to 
continue learning.

 

Regards

Robin

 

I've also attached my script if anyone is interested.

-- 
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.
For more options, visit https://groups.google.com/d/optout.
#!/usr/bin/python 

from twython import Twython

app_key = 'Consumer key' 
app_secret = 'Consumer secret'
oauth_token = 'Access token'
oauth_token_secret = 'Access token secret'

twitter = Twython(app_key, app_secret, oauth_token, oauth_token_secret) 

file = open('/var/www/weewx/tweet.txt', 'r') 

msg = file.read() 

twitter.update_status(status=msg)

[weewx-user] Tweet using dot code format and conditional statements

2016-09-22 Thread Robin


I had started to tweet from my weather station and wanted to format my 
tweets and use conditional statements. Using the uploader on the wiki, I 
could not figure out how I could do any of these.

 

I had already set up the app credentials and twython was installed. A 
little reading through twython docs gave me an idea.

 

I wrote a simple text template to give the data I wanted (including 
conditional statements to tailor my tweets to the conditions) and then 
wrote a script to use twython to post my text file. Add a cronjob and 
voila, I get a tweet every hour on the hour with the exact formatting that 
I wanted using the familiar dot code system. I have attached a 'grab' so 
you can see the result.

 

The big plus is that I realised that I can also tweet  "Good morning" tweet 
with an image from my webcam. RESULT

 

Thank you to all that contribute to this user group for the inspiration to 
continue learning.

 

Regards

Robin

 

I've also attached my script if anyone is interested.


-- 
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.
For more options, visit https://groups.google.com/d/optout.
#!/usr/bin/python 

from twython import Twython

app_key = 'Consumer key' 
app_secret = 'Consumer secret'
oauth_token = 'Access token'
oauth_token_secret = 'Access token secret'

twitter = Twython(app_key, app_secret, oauth_token, oauth_token_secret) 

file = open('/var/www/weewx/tweet.txt', 'r') 

msg = file.read() 

twitter.update_status(status=msg)

[weewx-user] Tweet using dot code format and conditional statements

2016-09-22 Thread Robin


I had started to tweet from my weather station and wanted to format my 
tweets and use conditional statements. Using the uploader on the wiki, I 
could not figure out how I could do any of these.

 

I had already set up the app credentials and twython was installed. A 
little reading through twython docs gave me an idea.

 

I wrote a simple text template to give the data I wanted (including 
conditional statements to tailor my tweets to the conditions) and then 
wrote a script to use twython to post my text file. Add a cronjob and 
voila, I get a tweet every hour on the hour with the exact formatting that 
I wanted using the familiar dot code system. I have attached a 'grab' so 
you can see the result.

 

The big plus is that I realised that I can also tweet  "Good morning" tweet 
with an image from my webcam. RESULT

 

Thank you to all that contribute to this user group for the inspiration to 
continue learning.

 

Regards

Robin

 

I've also attached my script if anyone is interested.

-- 
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.
For more options, visit https://groups.google.com/d/optout.
#!/usr/bin/python 

from twython import Twython

app_key = 'Consumer key' 
app_secret = 'Consumer secret'
oauth_token = 'Access token'
oauth_token_secret = 'Access token secret'

twitter = Twython(app_key, app_secret, oauth_token, oauth_token_secret) 

file = open('/var/www/weewx/tweet.txt', 'r') 

msg = file.read() 

twitter.update_status(status=msg)

[weewx-user] Tweet method allowing dot code formatting and conditional statements.

2016-09-22 Thread Robin


I had started to tweet from my weather station and wanted to format my 
tweets and use conditional statements. Using the uploader on the wiki, I 
could not figure out how I could do any of these.


I had already set up the app credentials and twython was installed. A 
little reading through twython docs gave me an idea.


I wrote a simple text template to give the data I wanted (including 
conditional statements to tailor my tweets to the conditions) and then 
wrote a script to use twython to post my text file. Add a cronjob and 
voila, I get a tweet every hour on the hour with the exact formatting that 
I wanted using the familiar dot code system.


The big plus is that I realised that I can also send  a "Good morning" 
tweet with an image from my webcam. RESULT


Thank you to all that contribute to this user group for the inspiration to 
continue learning.


Regards

Robin


I've attached my script if anyone is interested.


This is what my tweet now looks like:


<https://lh3.googleusercontent.com/-l7TDCLR2qfI/V-PRBCXw4rI/Bmk/37GLKaLewlki09OyYKw5oYZLA29Jq1uggCLcB/s1600/screen-grab.jpg>

-- 
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.
For more options, visit https://groups.google.com/d/optout.
#!/usr/bin/python 

from twython import Twython

app_key = 'Consumer key' 
app_secret = 'Consumer secret'
oauth_token = 'Access token'
oauth_token_secret = 'Access token secret'

twitter = Twython(app_key, app_secret, oauth_token, oauth_token_secret) 

file = open('/var/www/weewx/tweet.txt', 'r') 

msg = file.read() 

twitter.update_status(status=msg)

[weewx-user] Alternative tweet method allows dot code formatting

2016-09-22 Thread Robin


I had started to tweet from my weather station and wanted to format my 
tweets and use conditional statements. Using the uploader on the wiki, I 
could not figure out how I could do any of these.


I had already set up the app credentials and twython was installed. A 
little reading through twython docs gave me an idea.


I wrote a simple text template to give the data I wanted (including 
conditional statements to tailor my tweets to the conditions) and then 
wrote a script to use twython to post my text file. Add a cronjob and 
voila, I get a tweet every hour on the hour with the exact formatting that 
I wanted using the familiar dot code system.


The big plus is that I realised that I can also tweet  "Good morning" tweet 
with an image from my webcam. RESULT


Thank you to all that contribute to this user group for the inspiration to 
continue learning.


Regards

Robin


I've attached my script if anyone is interested.


This is what my tweet now looks like:


<https://lh3.googleusercontent.com/-l7TDCLR2qfI/V-PRBCXw4rI/Bmk/37GLKaLewlki09OyYKw5oYZLA29Jq1uggCLcB/s1600/screen-grab.jpg>





-- 
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.
For more options, visit https://groups.google.com/d/optout.
#!/usr/bin/python 

from twython import Twython

app_key = 'Consumer key' 
app_secret = 'Consumer secret'
oauth_token = 'Access token'
oauth_token_secret = 'Access token secret'

twitter = Twython(app_key, app_secret, oauth_token, oauth_token_secret) 

file = open('/var/www/weewx/tweet.txt', 'r') 

msg = file.read() 

twitter.update_status(status=msg)

[weewx-user] Alternative tweet method allows dot code formatting

2016-09-22 Thread Robin


I had started to tweet from my weather station and wanted to format my 
tweets and use conditional statements. Using the uploader on the wiki, I 
could not figure out how I could do any of these.


I had already set up the app credentials and twython was installed. A 
little reading through twython docs gave me an idea.


I wrote a simple text template to give the data I wanted (including 
conditional statements to tailor my tweets to the conditions) and then 
wrote a script to use twython to post my text file. Add a cronjob and 
voila, I get a tweet every hour on the hour with the exact formatting that 
I wanted using the familiar dot code system.


The big plus is that I realised that I can also tweet  "Good morning" tweet 
with an image from my webcam. RESULT


Thank you to all that contribute to this user group for the inspiration to 
continue learning.


Regards

Robin


I've attached my script if anyone is interested.


This is what my tweet now looks like:


<https://lh3.googleusercontent.com/-DTN2RLZvW00/V-PRvsU0CAI/Bmo/q882H_uOdO4p7EzcXDXGB7n9SFTgQQWCQCLcB/s1600/screen-grab.jpg>


-- 
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.
For more options, visit https://groups.google.com/d/optout.
#!/usr/bin/python 

from twython import Twython

app_key = 'Consumer key' 
app_secret = 'Consumer secret'
oauth_token = 'Access token'
oauth_token_secret = 'Access token secret'

twitter = Twython(app_key, app_secret, oauth_token, oauth_token_secret) 

file = open('/var/www/weewx/tweet.txt', 'r') 

msg = file.read() 

twitter.update_status(status=msg)

[weewx-user] Twitter uploader - degree symbol and line feed

2016-09-21 Thread Robin
I have the Twitter uploader working, thank you to everyone that had a part 
in its development.

I would like to use the degree symbol. Is this possible?

Twitter has supported line feeds since 2013. Is it possible to add a line 
feed in the uploader 'format' line?

Regards to all
Robin

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Weewx Send dato to Twitter Account

2016-09-21 Thread Robin
Brilliant, thank you.

Two questions:

   1. Has anyone got the degree symbol working (and how)?
   2. Can I use a line break (and how)?

OK so perhaps that is actually 4 questions.

*THANK YOU*

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Weewx Send dato to Twitter Account

2016-09-21 Thread Robin
Brilliant! Thank you.

Well that wasn't too painful at all.

I just have a couple of questions:


   1. How do I add the degree symbol?
   2. Can I add line breaks?

*THANK YOU AGAIN!*

sorry didn't mean to shout, but I'm really happy.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Can I use sFTP PLEASE!

2016-09-10 Thread Robin
Tom,

Thank you again for quick concise and correct answers.

I have never used ssh other than to talk to my Raspberry Pi with PuTTY. I 
sought a little help from my host, but they ran me round the houses with 
info on ssh. Eventually I gave up on them and found

https://support.suso.com/supki/SSH_Tutorial_for_Linux

It is so simple compared to the rubbish from my host.

Now all up and running using RSYNC many, many times faster than ftp. Don't 
know why I ever thought ftp was a good idea

Regards to all (but especially Tom)
Robin


On Tuesday, 6 September 2016 18:49:27 UTC+3, Tom Keffer wrote:
>
> How about RSYNC?
>
> -tk
>
> On Tue, Sep 6, 2016 at 7:44 AM, Robin > 
> wrote:
>
>> Just when everything is running smoothly . . . . . 
>>
>> Sadly, they don't support ftps on their linux servers. I'm on a linux 
>> server.
>>
>> They have said that they will block port 21 at the end of the year.
>>
>> Hm.
>>
>> I'm stretching my linux here, but can I sftp the files using crontab & a 
>> script?
>>
>> I would just like to say "thank you Tom". Your advice here is more 
>> timely, more succinct and more helpful than my host. Would you like to sort 
>> them out for me?
>>
>> Robin
>>
>>
>>
>>
>>
>> On Tuesday, 6 September 2016 17:13:06 UTC+3, Tom Keffer wrote:
>>>
>>> SFTP would require the introduction of a new library and the management 
>>> of keys. Neither is desirable.
>>>
>>> Does your host support FTPS? That has been supported by weewx since V3.1.
>>>
>>> -tk
>>>
>>> On Tue, Sep 6, 2016 at 6:20 AM, Robin  wrote:
>>>
>>>> My internet host is updating system and security software and are 
>>>> moving away from ftp. So far they have simply managed to give me an 
>>>> intermittent connection refusal but they plan to refuse port 21 
>>>> connections 
>>>> totally at some point in the not too distant future.
>>>>
>>>> Is there a way I can get WeeWX using sFTP?
>>>>
>>>> Sorry to say that I am still at the novice stage so an extension with 
>>>> installer would be very, very nice (to the extent that free beer and 
>>>> nibbles at my house to anyone that can provide it).
>>>>
>>>> I am willing to give any other ideas a try but I'd rather be providing 
>>>> free beer!!!
>>>>
>>>> Regards
>>>> Robin
>>>>
>>>> -- 
>>>> 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+...@googlegroups.com.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>> -- 
>> 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+...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Can I use sFTP PLEASE!

2016-09-06 Thread Robin
Just when everything is running smoothly . . . . . 

Sadly, they don't support ftps on their linux servers. I'm on a linux 
server.

They have said that they will block port 21 at the end of the year.

Hm.

I'm stretching my linux here, but can I sftp the files using crontab & a 
script?

I would just like to say "thank you Tom". Your advice here is more timely, 
more succinct and more helpful than my host. Would you like to sort them 
out for me?

Robin





On Tuesday, 6 September 2016 17:13:06 UTC+3, Tom Keffer wrote:
>
> SFTP would require the introduction of a new library and the management of 
> keys. Neither is desirable.
>
> Does your host support FTPS? That has been supported by weewx since V3.1.
>
> -tk
>
> On Tue, Sep 6, 2016 at 6:20 AM, Robin > 
> wrote:
>
>> My internet host is updating system and security software and are moving 
>> away from ftp. So far they have simply managed to give me an intermittent 
>> connection refusal but they plan to refuse port 21 connections totally at 
>> some point in the not too distant future.
>>
>> Is there a way I can get WeeWX using sFTP?
>>
>> Sorry to say that I am still at the novice stage so an extension with 
>> installer would be very, very nice (to the extent that free beer and 
>> nibbles at my house to anyone that can provide it).
>>
>> I am willing to give any other ideas a try but I'd rather be providing 
>> free beer!!!
>>
>> Regards
>> Robin
>>
>> -- 
>> 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+...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Can I use sFTP PLEASE!

2016-09-06 Thread Robin
My internet host is updating system and security software and are moving 
away from ftp. So far they have simply managed to give me an intermittent 
connection refusal but they plan to refuse port 21 connections totally at 
some point in the not too distant future.

Is there a way I can get WeeWX using sFTP?

Sorry to say that I am still at the novice stage so an extension with 
installer would be very, very nice (to the extent that free beer and 
nibbles at my house to anyone that can provide it).

I am willing to give any other ideas a try but I'd rather be providing free 
beer!!!

Regards
Robin

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Intermittent ftpupload failure

2016-09-03 Thread Robin
After 2 years+ of perfect communication with my website, I have started 
getting intermittent ftpupload failure.

Sample log:

Sep  3 11:45:57 PWS weewx[4259]: ftpupload: Attempt #1. Failed uploading 
/smartphone/barometer.html to ... Reason: [Errno 111] 
Connection refused

Sep  3 11:45:58 PWS weewx[4259]: ftpupload: Attempt #1. Failed uploading 
/smartphone/rain.html to ... Reason: [Errno 111] Connection 
refused

Sep  3 11:45:59 PWS weewx[4259]: ftpupload: Attempt #1. Failed uploading 
/smartphone/wind.html to ... Reason: [Errno 111] Connection 
refused

Sep  3 11:45:59 PWS weewx[4259]: ftpupload: Attempt #2. Failed uploading 
/smartphone/wind.html to ... Reason: [Errno 111] Connection 
refused

Sep  3 11:45:59 PWS weewx[4259]: ftpupload: Attempt #3. Failed uploading 
/smartphone/wind.html to ... Reason: [Errno 111] Connection 
refused

Sep  3 11:45:59 PWS weewx[4259]: ftpupload: Failed to upload file 
/smartphone/wind.html


I have spoken to the service provider and they assure me that there are no 
problems at their end.

It can't be a settings issue as it sometimes works.

Any thoughts regarding cause and solution.

Regards
Robin 

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: weewx.com down?

2016-08-31 Thread Robin
works for me too.

On Wednesday, 31 August 2016 20:10:46 UTC+3, Buzz K wrote:
>
> Trying to access www.weewx.com and site is timeing out. 
>
> Weewx.com is Down  
> Checked URL
> weewx.com
>  Response Time 
> -
>  Response Code 
> -
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Instromet Sunshine Sensor

2016-08-27 Thread Robin
Steve,

I have looked at this, but the price is (for me) prohibitive.

Regards
Robin

On Saturday, 27 August 2016 15:13:10 UTC+3, Steve Sykes wrote:
>
> Robin
>
> Looking on the sun sensor webpage, I see that they have a davis interface 
> using an additional rain sensor input. Perhaps that is the easier way to 
> go. You would only have to change the labels then.
>
> Steve
>
>
>
> On Wednesday, July 27, 2016 at 6:11:05 AM UTC-4, Robin wrote:
>>
>> Thank you Susan, the voltage divider I understand.
>>
>> Now I get into territory that I have not a clue about! I can manage 
>> English (most of the time) and a little Greek (some of the time) but code 
>> comes in at none of the time!!!
>>
>> Can anyone help me here.
>>
>>
>>- I need to record (at short intervals) if there is a voltage present 
>>via GPIO (the sun is casting a shadow).
>>- at each archive interval I need to write the data to the database 
>>and reset the record to zero, then start over again.
>>
>> I hope that there is some kind soul out there with the time, skill and 
>> interest to help me. If I can get this sorted with a dummy sensor I will 
>> buy the Instromet Sunshine Sensor and report back.
>>
>> Measuring the hours of sunshine has been a 'bee in my bonnet' for a while 
>> and I currently estimate this from solar radiation. The Instromat sensor 
>> seems to be a much more precise tool. I would love to have this working and 
>> compare it to my estimated method.
>>
>> Thanks for reading this far.
>> Regards
>> Robin
>>
>>
>>
>>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Get last recorded temperature from sqlite database

2016-08-13 Thread Robin

>
> Thank you Andrew and Vince.
>

I decided it was best not to play with the database. 'sqlite' will be on my 
list as soon as the python course is completed and my brain cools down.

I was after the current temperature to add text with ImageMagick to my 
webcam grabs. After a little thought I decided not to risk trashing my db 
so added a skin to output the required text. This is very simple, so well 
within my capabilities.

I'm now one happy bunny. One new skin and a quick mod to a script and my 
$14 Chinese webcam is doing just what I wanted.

Molyvos Weather Centre Webcam 


 
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Get last recorded temperature from sqlite database

2016-08-07 Thread Robin
Thank you Andrew.

Sorry to be particularly slow on the uptake, but what exactly do I type at 
the command line?

WeeWX tells me it's now 34°C. Too hot to think!


On Sunday, 7 August 2016 15:52:38 UTC+3, Andrew Milner wrote:
>
> SELECT dateTime, outTemp 
> FROM archive 
> ORDER BY dateTime DESC 
> LIMIT 1;
>
> should do the trick
>
>
> On Sunday, 7 August 2016 13:14:49 UTC+3, Robin wrote:
>
>> Please can somebody tell me how do I get the current (last recorded) 
>> temperature from the database using the command line?
>>
>> More apologies for another simple question but in my defence,
>>
>>- This mornings homework:
>>   - ελληνικό λεξιλόγιο (Greek vocabulary)
>>   - Lesson 3, edX Python course (Functions and Recursion)
>>
>>  it is currently 31°C plus and my brain is overheating!
>>
>> kyouThan - edX Python Course, Homework 2, Problem 2 flipside(thankyou)
>>
>>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Get last recorded temperature from sqlite database

2016-08-07 Thread Robin
Please can somebody tell me how do I get the current (last recorded) 
temperature from the database using the command line?

More apologies for another simple question but in my defence,

   - This mornings homework:
  - ελληνικό λεξιλόγιο (Greek vocabulary)
  - Lesson 3, edX Python course (Functions and Recursion)
   
 it is currently 31°C plus and my brain is overheating!

kyouThan - edX Python Course, Homework 2, Problem 2 flipside(thankyou)

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Instromet Sunshine Sensor

2016-07-27 Thread Robin
Thank you Susan, the voltage divider I understand.

Now I get into territory that I have not a clue about! I can manage English 
(most of the time) and a little Greek (some of the time) but code comes in 
at none of the time!!!

Can anyone help me here.


   - I need to record (at short intervals) if there is a voltage present 
   via GPIO (the sun is casting a shadow).
   - at each archive interval I need to write the data to the database and 
   reset the record to zero, then start over again.

I hope that there is some kind soul out there with the time, skill and 
interest to help me. If I can get this sorted with a dummy sensor I will 
buy the Instromet Sunshine Sensor and report back.

Measuring the hours of sunshine has been a 'bee in my bonnet' for a while 
and I currently estimate this from solar radiation. The Instromat sensor 
seems to be a much more precise tool. I would love to have this working and 
compare it to my estimated method.

Thanks for reading this far.
Regards
Robin



-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Instromet Sunshine Sensor

2016-07-26 Thread Robin
Sorry for the simple questions, but I need some basic help.

I am interested in the Instromet Sunshine Sensor which detects if the sun 
is shinning (or not).

http://www.instromet.co.uk/sunsensor.html

The stand alone unit outputs a 5 volt signal when the sun is shinning and 0 
volts when it is not. I'm currently running on a Raspberry Pi with a 
Vantage Pro 2.

Can I monitor this output directly using the GPIO or do I need an add on?

-- 
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.
For more options, visit https://groups.google.com/d/optout.