Ive noticed in the terminal read out from my station that there are some extra measurements that I would like to add to the html page.
I figure if I get help for one than the rest should be self explanatory.
My station also outputs cloud base. Can someone give a rough guide of how to get this on the html page. Tried myself but the page just locked up.
Thanks for the great software Tom!
#set $delta_temp = $current.outTemp.raw-$current.dewpoint.raw
#set $cloud_base = int($delta_temp * 122)
#set $cloud_temp = int($delta_temp * -0.227 + $current.dewpoint.raw)
<tr>
<td class="stats_label">Нижняя граница облаков (оценка)</td>
<td class="stats_data">$cloud_base м</td>
</tr>
--
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 weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.