Ok on debug = 1 i get:
Jan 19 15:52:35 WetterPISchortens weewx[3842]: pond: found value of 
['32.4', '12.4\n']

On my page i become Pond temperature 32.4 

i have in the index template tpl one entry:
              #if $day.extraTemp1.has_data
              <tr>
                <td class="stats_label">Pond Temperature</td>
                <td class="stats_data">$current.extraTemp1</td>
              </tr>

need i to add manually the second one?
I thought this is done automatic?



Am Freitag, 19. Januar 2018 03:14:47 UTC+1 schrieb gjr80:
>
> Hi,
>
> You have a couple of statements there that write info to the log. One is a 
> debug level so hav you set debug=1 in weeWX.conf then stop/start weeWX and 
> looked at the log? You will need to wait for an archive interval at least 
> to see the output from both statements. If you can't work out what is going 
> on from the log post an extract from startup covering at least 1 or 2 
> archive periods.
>
> You also say you are getting nothing on your web page. I would try running 
> weeWX directly (http://weewx.com/docs/usersguide.htm#Running_directly) 
> and look at what is in the extraTemp1 and extraTemp2 fields in the REC: 
> records displayed on screen (not the LOOP: packets). That will show you 
> what the driver has put into the archive record, it takes one more 
> complicating factor (the report engine/templates) out of the equation.
>
> Gary
>
>

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