cloudy

Author Topic: SteelSeries Wind Rose/Radar Plot  (Read 6584 times)

0 Members and 1 Guest are viewing this topic.

Offline T-man

  • Posts: 173
  • Finland
  • OS/Browser:
  • Mac OS X 10.7.3
  • Safari 5.1.5
    • Sää Tuulensuunkaari
Re: SteelSeries Wind Rose/Radar Plot
« Reply #90 on: April 07, 2012, 07:38:03 AM »
Timo, you have two problems with the Rose.

First the spacing, set the canvas size to 221 in your HTML. That will match the other gauges.

Second, your ccr file is wrong. You have something like:

"WindRoseData"="[%WindRoseData%]",

you need:

"WindRoseData"=[%WindRoseData%],

Note no quotes around the tag array.

Edit: there is something odd happening with your solar rad gauge too?

Thanks a lot, now it's all ok.

Regarding uv and solar, the oddness is caused by the fact that my uv and solar values are measured by 1-wire sensors. But, the sensors are attached to ha7net, which is not directly supported by WD, so I record values to mySQL database. And then finally I constructed an json/php interface which derives values from database when you open the gauge page. The update is not done in every 10 seconds since the fetch time from database is "slowish" compared to car performance. It's not perfect but good enough :-)

BR - Timo

Online mcrossley

  • Posts: 372
  • Wilmslow, Cheshire, UK
    • none
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Chrome 17.0.963.83
    • WilmslowAstro Weather
Re: SteelSeries Wind Rose/Radar Plot
« Reply #91 on: April 08, 2012, 04:10:11 PM »
Hi Mark,
i've seen your latest version but what about italian language?
I've done it last month.
Regards,

Alessandro

Alessandro, I don't normally release new versions just with a language update, I usually roll new languages up into a functional release.  I do have some changes I want to make but haven't completed testing them yet, nor am I quite happy with some of the changes. Unfortunately I am busy with 'real' paid work at the moment...
Mark

Offline gwwilk

  • Posts: 430
  • Lincoln, NE
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Chrome 19.0.1084.56
    • Southeast Lincoln Weather
Re: SteelSeries Wind Rose/Radar Plot
« Reply #92 on: June 15, 2012, 01:28:35 PM »
Thanks, Brian.  I'll try to incorporate those intervals somehow.

Edit:  My SteelSeries Gauge page now has 1, 3, and 6 hr. Wind Rose displays.  We're becalmed here at the moment, but I'm anxious to see how they compare once the wind kicks up again.

I think that at times the three wind roses do impart information that's difficult to glean from other graphs and such.  Here is an example that displays a wind shift we experienced this morning.  The wind roses display the event quite clearly.

Offline K3JAE

  • Posts: 757
  • CoCoRaHS: TN-CR-7; WxUngrd: KTNBRUCE2; CWOP: AT066
  • Carroll County, TN, USA
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Firefox 13.0.1
    • K3JAE's Weather Station
Re: SteelSeries Wind Rose/Radar Plot
« Reply #93 on: June 25, 2012, 10:10:16 PM »
Jerry;

would you be willing to share your gauges.js file so I can get the 3 levels of windrose?

I have tried and tried but get no luck here. I am home briefly off the road and have minimal time to get this troubleshooted.

I have one gauge working but the others are.. well not even showing up.


73's de K3JAE

John
K3JAE Weather Station

Offline gwwilk

  • Posts: 430
  • Lincoln, NE
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Chrome 20.0.1132.47
    • Southeast Lincoln Weather
Re: SteelSeries Wind Rose/Radar Plot
« Reply #94 on: July 01, 2012, 10:59:15 AM »
Jerry;

would you be willing to share your gauges.js file so I can get the 3 levels of windrose?

I have tried and tried but get no luck here. I am home briefly off the road and have minimal time to get this troubleshooted.

I have one gauge working but the others are.. well not even showing up.

For some reason the 'Show unread posts since last visit.' link is broken for me at the moment, and I didn't see your posts until late last evening.  I've posted the relevant modified scripts in this thread:  http://www.weather-watch.com/smf/index.php/topic,56026.0.html.  In thinking about it, I've also uploaded my 'include' file(which I've called a 'stub') to display the gauges.  It is located in my /gauges-ss directory and called by the gauges Saratoga template page in my root directory.  It might help...or might not :)