Hi,
I'm developing a measuringsystem - based on an arduino mega and parts OEM - for an offgrid island system. It will measure power from from a photovoltaic sytem, a windturbin as well as one consumer. Further it will log weather Data as windspeed, winddirection, lightintensity and temperature. For logging the data I will use emoncms.
Also I trie to set it up as a OEM node, so it could be implemented in someone elses OEM setup.
Right now I'm struggling with how to visualize the winddirection data over a long period. I already found the windrose widgets for the realtime winddirection, which is great but still lacking the longtime visualisation. Does anyone have an idea?
greatings
kq
Re: Visualisation of longtime Winddirectiondata
I'd love to be able to implement something like these but my javascript skills are not up to the job
Re: Visualisation of longtime Winddirectiondata
that indeed is a really nice way to visualize it, but I would need a visualization that allows me to look up the direction at a certain time, to compare it to the windspeed and the generated power of the turbine...
greetings
kq
Re: Visualisation of longtime Winddirectiondata
I use the rawdata visualization for this at the moment on my dashboard
It's of course not perfect but solves the time thingy as you can "zoom" in and you see the directions over time. Maybe this already helps?
I'm still working on the compass/windrose widget at the moment so that we just have one widget for that.
Re: Visualisation of longtime Winddirectiondata
Yeah, I think this is the way I will end up doing it myself...should do fine if it's just for the possibility to look it up at all!
Still would be interested in that widget of yours