On Tuesday, September 25, 2018 at 1:42:55 PM UTC-4, Mike Hawkins wrote:
>
>
> At one point in the index.html.templ I have:
> <td>$latest($data_binding='weatherflow_binding').outTemp</td>
> <td>$current.outTemp</td>
>
> and I get the expected differing values, so I know the weatherflow sensor 
> and database are ok and the 'weatherflow_binding' is working properly.  But 
> the following code, just creates a page with two copies of the default 
> outTemp data, so I end up with a pretty chart, but with only one line on it.
> <https://duckrising.com/weewx/>
>

could you verify that the weatherflow binding ('weatherflow_binding') and 
the davis binding ('wx_binding'?) actually return different values?

try this:

wf: $latest($data_binding='weatherflow_binding').outTemp
wx: $latest($data_binding='wx_binding').outTemp
default: $latest.outTemp

-- 
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