Hi all,

I've seen a wealth of information about customizing weewx, but something 
still hasn't clicked. 

Using this service as an example: 
https://github.com/g-eddy/weewx-vitalstats. How can I get the data from 
that into something graphable by the Belchertown skin? Is it necessary to 
add a database column if I want these graphed over time? Can they be shown 
as current values somehow without needing to store them? (and then I 
presume I would not be able to graph them)

Adding the graph like this results in a error "weewx.UnknownType: cpu_temp"

    [[chart3]]
        title = CPU Temp
        type = spline
        [[[cpu_temp]]]

I've created my own services for a couple of raspberry pi sensors, but I 
just store info in database names that already exist eg 
"event.packet['pressure'] = 0.02953 * float(pressure)" and the data is then 
easily used in a Belchertown graph..

Hoping someone can point me in the right direction on this.

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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f1325017-520b-4f12-8eb5-0891ea113568n%40googlegroups.com.

Reply via email to