Re: [weewx-user] Problem with display after some updates

2019-05-20 Thread Sean Garland
Good morning everyone!  

Again - thank you for looking into this.  This is just a pet project for me 
and it's been fun, but long times between me messing with it, so takes me a 
bit to find all the parts, and make adjustments...  I have the parser from 
Saratoga weather up and keep refreshing just to see how things look 
according to the "spec" (well the parser output).

Here are the sections (gleaned for just what I think you need):
[[StandardReport]]
skin = Standard
enable = True
[[[Units]]]
Groups
group_altitude = foot
group_speed2 = mile_per_hour2
group_pressure = inHg
group_rain = inch
group_rainrate = inch_per_hour
group_temperature = degree_F
group_degree_day = degree_F_day
group_speed = mile_per_hour
[[wdTesttags]]
HTML_ROOT = /var/www/weather/WD
skin = Testtags
[[[Units]]]
TimeFormats
date_time_f = %m/%d/%Y %H:%M
date_f = %m/%d/%Y
Groups
group_altitude = foot
group_speed2 = mile_per_hour2
group_pressure = inHg
group_rain = inch
group_rainrate = inch_per_hour
group_temperature = degree_F
group_degree_day = degree_F_day
group_speed = mile_per_hour

[[wdClientraw]]
HTML_ROOT = /var/www/weather/WD
skin = Clientraw
[[[Units]]]
StringFormats
NONE = --
[[Defaults]]
[[[Units]]]
Groups

group_altitude = foot# Options are 'foot' or 'meter'
group_degree_day = degree_F_day# Options are 
'degree_F_day' or 'degree_C_day'
group_pressure = inHg# Options are 'inHg', 'mmHg', 
'mbar', or 'hPa'
group_rain = inch# Options are 'inch', 'cm', or 'mm'
group_rainrate = inch_per_hour# Options are 
'inch_per_hour', 'cm_per_hour', or 'mm_per_hour'
group_speed = mile_per_hour# Options are 
'mile_per_hour', 'km_per_hour', 'knot', or 'meter_per_second'
group_speed2 = mile_per_hour2# Options are 
'mile_per_hour2', 'km_per_hour2', 'knot2', or 'meter_per_second2'
group_temperature = degree_F# Options are 'degree_F' or 
'degree_C'
StringFormats
centibar = %.0f
cm = %.2f
cm_per_hour = %.2f
degree_C = %.1f
degree_F = %.1f
degree_compass = %.0f
foot = %.0f
hPa = %.1f
hour = %.1f
inHg = %.3f
inch = %.2f
inch_per_hour = %.2f
km_per_hour = %.0f
km_per_hour2 = %.1f
knot = %.0f
knot2 = %.1f
mbar = %.1f
meter = %.0f
meter_per_second = %.1f
meter_per_second2 = %.1f
mile_per_hour = %.0f
mile_per_hour2 = %.1f
mm = %.1f
mmHg = %.1f
mm_per_hour = %.1f
percent = %.0f
second = %.0f
uv_index = %.1f
volt = %.1f
watt_per_meter_squared = %.0f
NONE = "   N/A"
Labels
day = " day", " days"
hour = " hour", " hours"
minute = " minute", " minutes"
second = " second", " seconds"
NONE = ""
TimeFormats
hour = %H:%M
day = %X
week = %X (%A)
month = %x %X
year = %x %X
rainyear = %x %X
current = %x %X
ephem_day = %X
ephem_year = %x %X
Ordinates
[DegreeDays]
[Trend]
time_delta = 10800# 3 hours
time_grace = 300# 5 minutes

Thanks again for your help  I love this project!
Sean

-- 
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/21eb1d21-70ac-4c15-a36d-3f2a90459bf9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Problem with display after some updates

2019-05-19 Thread Sean Garland
Good morning!

Thanks Gary for that insight.  I've noticed the behavior of the correct 
into being overwritten by something in the past and didn't really 
understand what was happening.  It's very clear now.

What was really interesting is that although N/A was still present in the 
clientraw.txt, the page was displaying correctly this morning.  I did add 
the section you recommended, and it did replace the N/A's with "- -".  Now 
when I use the Saratoga clientraw parser, things seem to be in all the 
right places, and correct in value.  Doing a refresh however, shows 
incorrect date now (after showing correct), but everything else looks 
good.  

Since the date should be M-d- (which shows for a second), and then 
after refresh is m/d/-Y (negative)... I'm assuming now it's a simple(r) 
data parsing issue.  

Thank you!
Sean

-- 
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/68eacb6c-7219-4c76-bf92-92a5de169580%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Problem with display after some updates

2019-05-18 Thread Sean Garland
Also it appears if my wind gust isn't working right since the gust is lower 
than the wind

Sean

-- 
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/ba748479-4308-4180-b73c-301628adb6a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Problem with display after some updates

2019-05-18 Thread Sean Garland
Good afternoon Peter...  No snow, but it's windy... ;)

Which values are you looking for?  In the skin.conf for both the Testtags 
and Clientraw I have the following for the TimeFormats section:
date_f = %-m/%-d/%Y
date_time_f= %-m/%-d/%Y %H:%M

And I just corrected a typo I had in weewx.conf, but here is the similar 
section:
[[[Units]]]
TimeFormats
date_time_f = %m/%d/%Y %H:%M
date_f = %m/%d/%Y

The data in the testtags.php looks correct.  I just don't know where i 
messed it up.  I also don't have any 212 degree anything in the data files, 
only in the display because something somewhere else is off.  

Thanks!
Sean


On Saturday, May 18, 2019 at 1:36:02 PM UTC-7, p q wrote:
>
> Snowing up there today?
>
> What do you have in the template for the date and for the today's high 
> temp?
>
> When you update the skin you don't have to restart, but if you change 
> weewx.conf you need to restart for it to take effect.
>
> On Sat, May 18, 2019 at 1:20 PM Sean Garland  > wrote:
>
>> Hello group!
>>
>> I upgraded my Weewx to the latest, and then updated Weewx-WD to 1.0.3 
>> (then had to update to 1.0.4 because of outTemp issue).  During this 
>> transition everything switched to metric.  In the process of "fixing" the 
>> metric issue, I now am having an issue with the date displaying correctly, 
>> and the "todays high temp" is all screwy.  
>>
>> I've probably messed with too much junk, but currently have my WDdateMDY 
>> set to True, and have the weewx.conf WD sections set to -m/-d/Y...  AND 
>> have also set the Testags and clientraw skin.conf to be -m/-d/Y in each 
>> location.  It still seems like nothing is changing no matter what I set any 
>> of that stuff to.  Not sure what I've done or am doing wrong at this 
>> point.  
>>
>> I also don't understand the correlation of the weewx.conf, and the 
>> skin.conf at this point.  It seems like we're setting the same thing in 
>> many places and maybe I've messed it up from there?  Just not sure at this 
>> point as I've been banging my head on it for a while, and really it's been 
>> a couple years since I built the system, so I can't remember all the spots 
>> that changes need to be made.  
>>
>> Any help would be great!  
>> https://weather.lavacrawlers.com is the site
>>
>> Thanks
>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/57ccc655-6986-40bf-b1e8-773c0a5b93ef%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/57ccc655-6986-40bf-b1e8-773c0a5b93ef%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> -- 
> Peter Quinn
> (415)794-2264
>

-- 
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/9ee6d1ed-2d28-4bb6-ae6a-aa99cd2da8a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Problem with display after some updates

2019-05-18 Thread Sean Garland
Hello group!

I upgraded my Weewx to the latest, and then updated Weewx-WD to 1.0.3 (then 
had to update to 1.0.4 because of outTemp issue).  During this transition 
everything switched to metric.  In the process of "fixing" the metric 
issue, I now am having an issue with the date displaying correctly, and the 
"todays high temp" is all screwy.  

I've probably messed with too much junk, but currently have my WDdateMDY 
set to True, and have the weewx.conf WD sections set to -m/-d/Y...  AND 
have also set the Testags and clientraw skin.conf to be -m/-d/Y in each 
location.  It still seems like nothing is changing no matter what I set any 
of that stuff to.  Not sure what I've done or am doing wrong at this 
point.  

I also don't understand the correlation of the weewx.conf, and the 
skin.conf at this point.  It seems like we're setting the same thing in 
many places and maybe I've messed it up from there?  Just not sure at this 
point as I've been banging my head on it for a while, and really it's been 
a couple years since I built the system, so I can't remember all the spots 
that changes need to be made.  

Any help would be great!  
https://weather.lavacrawlers.com is the site

Thanks

-- 
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/57ccc655-6986-40bf-b1e8-773c0a5b93ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.