Hi Meteo Oberwallis,

Try to modify the script /usr/share/weewx/user/radiationhours.py as follow :

Replace (in line 20 ?) :

tempe = float(event.record.get('outTemp'))

by

tempe = event.record.get('outTemp')
if tempe is None:
    tempe=15

-- 
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/e23b1667-2355-4cfa-b554-55d8d0e9cd01%40googlegroups.com.

Reply via email to