--
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/b200d823-4ee6-4e64-8164-b531a227d54bn%40googlegroups.com.
Hi Gary …
Thank you again !!
clientraw.txt
location now changed (Thanks!!)
Everything working like a charm … (day max/min outTemp times, dewpoint) Probably was the ajaxWEEWXwx.js because when I downloaded again and reinstall it all issues disappeared
For my dashboard at https://tagarades-weather.epizy.com/WD/index.php I have downloaded the World Template .ZIP and the WeeWX .ZIP (updated every 2,5min - archive interval-ftp)
-is
your Saratoga dashboard publicly accessible?---- I think yes , have you tried to access and faced some problem??
If you cant
use the clientraw parser script try this address https://northmeteo.gr/weather_stations/tagarades/ (updated every 50 sec due to http post -post_clientraw)
When I used the weewx-wd I changed wind [values] in ajaxWEEWXwx.js file because I had a problem that I cant remember and somewhere I read that is better to change var gust , var wind, with [2] and [1] (I guess that it was wrong)
Anyway now I changed
these to normal only in /WD address above
Hi Gary ,-- how you have configured the RealtimeClientraw service:[[RealtimeClientraw]]rtcr_path = /home/weewx/public_html/WDmin_interval = 12 (i have changed this now according to your instructions because is my loop period)the other values are untouched
-- how you have configured the Saratoga templates:untouched too now (ajaxWEEWXwx.js is the original and virgin :P from weewx-plugin.zip )
-- how are you transferring clientraw.txt to your web server?I use this address https://northmeteo.gr/weather_stations/tagarades/index.php to post the clientraw.txt through remote_server_url under [[RealtimeClientraw]] sectionFor the other address http://tagarades-weather.epizy.com/WD/index.php i use the ftp report (every archive interval -2,5min) . I was wondering if we can put another one remote_server_url in weewx.conf as the example:[WeewxSaratoga]
....
[[RealtimeClientraw]]....remote_server_url = htttp://one.address.com/post_clientraw.phpremote_server_url = htttp://second.address.com/post_clientraw.php
I am still having same values for wind speed and gust speed . Have you looked at the saratoga WEEWXwx testing page . I noticed the same .Sometimes only when you manually refresh the page probably you will see different values . Ofcourse sometimes are the same indeed in low wind conditions.