[weewx-user] Re: Adding a Belchertown chart with a data_binding value

2020-04-22 Thread weather list
Vince, Thanks, removing the single quote doesn't help. Feels as I'm making an obvious error here and can't see it. On Tuesday, April 21, 2020 at 6:00:47 PM UTC-4, vince wrote: > > On Tuesday, April 21, 2020 at 8:58:31 AM UTC-7, weather list wrote: >> >> Finally getting back to this, and this

[weewx-user] Re: Adding a Belchertown chart with a data_binding value

2020-04-21 Thread vince
On Tuesday, April 21, 2020 at 8:58:31 AM UTC-7, weather list wrote: > > Finally getting back to this, and this still does not work. It creates the > graph x and y axes and time stamps properly but doesn't seem able to read > the data. > > [[chart6]] > title = Water level >

[weewx-user] Re: Adding a Belchertown chart with a data_binding value

2020-04-21 Thread weather list
Finally getting back to this, and this still does not work. It creates the graph x and y axes and time stamps properly but doesn't seem able to read the data. [[chart6]] title = Water level data_binding = 'sdr_binding' time_length = week type = spline

[weewx-user] Re: Adding a Belchertown chart with a data_binding value

2020-03-05 Thread Pat
This is working for me. I have a test database setup to capture Lightning strikes. I also have the ability to send adhoc strikes for testing. Here we can see my tests are being saved: Mar 5 16:14:08 serverlab weewx[12374] INFO weewx.manager: Added record 2020 -03-05 16:14:08 EST (1583442848)

[weewx-user] Re: Adding a Belchertown chart with a data_binding value

2020-03-05 Thread weather list
Doesn't seem to work in that format, or as: [[chart6]] title = Water level [[[leafTemp2]]] $data_binding='sdr_binding' yAxis_tickInterval = 6 name = Water level The contents of leafTemp2 are in the form: 62.9921259843 Perhaps all those decimal places

[weewx-user] Re: Adding a Belchertown chart with a data_binding value

2020-03-04 Thread Pat
Yes, this should be supported. It's similar to the ImageGenerator settings... try this [[chart6]] title = Water level [[[leafTemp2]]] data_binding = sdr_binding yAxis_tickInterval = 6 name = Water level On Tuesday, March 3, 2020 at 8:27:28 AM UTC-5,