[weewx-user] Re: Skin pws added rain over 15 minutes

2017-09-09 Thread Nicolas Cazan
Good it works, it's great -- 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

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-09-09 Thread Nicolas Cazan
Hello, the line to recover the rain value of the last fifteen minutes did not work. I have not been able to test it since it does not rain often in the south-east of France. I think I made a mistake here is the change $span($time_delta=900).rain.sum.formatted This line for the moment brings

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-08-07 Thread Nicolas Cazan
I put this realtime="rainheure">$span($time_delta=900).rain.min.formatted > This seems to work, the file has been generated, actually there was a problem in yesterday's syntax. Le lundi 7 août 2017 09:41:28 UTC+2, Nicolas Cazan a écrit : > > Weewx_pws.xml seems to contain the desired info. >

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-08-07 Thread Nicolas Cazan
Weewx_pws.xml seems to contain the desired info. As for the rain, I checked to obte, ir rain of the last 15 minutes (archiving via php and cron every 15 minutes) tomorrow thunderstorms are expected to see what this is going, actually $ span seemed to be problem, I will try still. > return :

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-08-06 Thread gjr80
Hi, Well the date time now makes sense but there is still a fundamental problem here. If you have this: $span($time_delta=900).rain.sum.formatted in your .tmpl file then the generated file will have in there somewhere, irrespective of whether the $span tag is right, wrong or indifferent.

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-08-06 Thread Nicolas Cazan
On the other hand it returns only the minimum and maximum temperature of the current month. I extract this data via a php page, are you able to specify the desired month? Le dimanche 6 août 2017 17:56:22 UTC+2, Nicolas Cazan a écrit : > > For all those who have the same problem: > > >

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-08-06 Thread Nicolas Cazan
For all those who have the same problem: realtime="tempanneemax">$month.outTemp.max.formatted > realtime="tempanneemax">$year.outTemp.max.formatted > realtime="tempanneemini">$month.outTemp.min.formatted > realtime="tempanneemini">$year.outTemp.min.formatted >

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-08-06 Thread Nicolas Cazan
oups ... Le dimanche 6 août 2017 15:01:02 UTC+2, gjr80 a écrit : > > Are you sure that this file has just been generated? The date time at line > 7 does not seem correct, as I write this it is 5 minutes before the hour, > but the date time in the file is 5 minutes after the hour? > > 14:05 CEST

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-08-06 Thread gjr80
Are you sure that this file has just been generated? The date time at line 7 does not seem correct, as I write this it is 5 minutes before the hour, but the date time in the file is 5 minutes after the hour? 14:05 CEST I am also suspicious given that that none of the xml tags from the line you

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-08-06 Thread Nicolas Cazan
Le dimanche 6 août 2017 14:36:15 UTC+2, gjr80 a écrit : > > Ok, so what does the generated weewx_pws.xml look like now? > > 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,

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-08-06 Thread gjr80
Ok, so what does the generated weewx_pws.xml look like now? 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

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-08-06 Thread Nicolas Cazan
ok. No, it does not work, the file is generated, but the value does not appear. Le dimanche 6 août 2017 14:27:45 UTC+2, gjr80 a écrit : > > No need to restart if changing a .tmpl or skin.conf. Just make the change, > save the file and it will be use on the next report cycle. > > Simple rule of

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-08-06 Thread gjr80
No need to restart if changing a .tmpl or skin.conf. Just make the change, save the file and it will be use on the next report cycle. Simple rule of thumb. Change a .py file and you must stop then start weeWX, change weewx.conf you need to stop then start weeWX or do a config reload, change a

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-08-06 Thread Nicolas Cazan
Should i restart weewx with each modification? Le dimanche 6 août 2017 14:13:06 UTC+2, gjr80 a écrit : > > You have a typo in weewx_pws.xml.tmpl. You have: > > $day.barometer.min.formatted > > > $time_delta=900).rain.sum.formatted > > $day.rain.sum.formatted > > > it should read: > >

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-08-06 Thread gjr80
You have a typo in weewx_pws.xml.tmpl. You have: $day.barometer.min.formatted $time_delta=900).rain.sum.formatted $day.rain.sum.formatted it should read: $day.barometer.min.formatted $span($time_delta=900).rain.sum.formatted $day.rain.sum.formatted Gary -- You received this message

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-08-06 Thread Nicolas Cazan
Le dimanche 6 août 2017 13:46:58 UTC+2, gjr80 a écrit : > > Hi, > > If the following line is what is in weewx_pws.xml then it indicates that > there is an error in the syntax of the $span tag in your template. > > > realtime="minrain">$day_delta=900).rain.sum.formatted >> > > Could you please

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-08-06 Thread gjr80
Hi, If the following line is what is in weewx_pws.xml then it indicates that there is an error in the syntax of the $span tag in your template. realtime="minrain">$day_delta=900).rain.sum.formatted > Could you please post copies of: skins/PWS/weewx_pws.xml.tmpl skins/PWS/skin.conf the

[weewx-user] Re: Skin pws added rain over 15 minutes

2017-08-06 Thread Nicolas Cazan
Hello, The weewx_pws.xml file is generated, but the line does not appear, here is the last modification. realtime="minrain">$day_delta=900).rain.sum.formatted > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and