On Tuesday, September 25, 2018 at 10:42:55 AM UTC-7, Mike Hawkins wrote:
>
> I have two weather stations a Davis and a Weatherflow and would like to 
> use chartist to draw a graph with both temperature values on for 
> comparison. Chartist is not the problem, getting the data from the 
> weatherflow sensor on to the chart is the problem.
>
>
mmmmm - WeatherFlow is pretty slick isn't it ?

I'm wondering if you're working too hard.   I overlay multiple db sources 
onto one chart just in skin.conf with no cheetah magic (hell) required. 
This generates a file for our outside 'baseball viewing room', overlaying 
the VP2 outside temp with a couple sensors from a RasPi on a breadboard in 
the outside room.

        [[[dayBaseball]]]
            [[[[outTemp]]]]
                label = OutTemp
            [[[[extraTemp1]]]]
                data_binding = pi_binding
                label = BaseballRoom(1)
            [[[[extraTemp2]]]]
                data_binding = pi_binding
                label = BaseballRoom(2)


I'd never mess with Cheetah hell to just build a graph, given any way to avoid 
it....



-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to