Still not fully working :-( This is what daily.json returns

current
    outTemp "6.1"
    windchill "6.1"
    heatIndex "4.1"
    dewpoint "-2.7"
    humidity "54"
    insideHumidity " N/A"
    barometer "1014.9"
    barometerTrendDelta "3 hours"
    barometerTrendData "2.9"
    windSpeed "3"
    windDir "173"
    windDirText "S"
    windGust "3"
    windGustDir "202"
    rainRate "0.0"
    rainRateDaySum "4.6"
    insideTemp "20.2"
    rain "0.0" 

For some reason, I can't get 'heatIndex', 'humidity' and 'insideTemp' to 
show. Don't know why.

Le jeudi 14 avril 2022 à 23 h 40 min 34 s UTC-4, Sylvain Gagnon a écrit :

> Made some syntax error when fixing it, this worked
>
> #set $observations = $to_list($DisplayOptions.get('observations_current', 
> ['outTemp', 'barometer', 'heatIndex', 'windchill', 'dewpoint', 'humidity', 
> 'windSpeed', 'windDir', 'rainRate', 'insideTemp']))
>
> Still don't know what happened to screw it up like that
> Le jeudi 14 avril 2022 à 22 h 51 min 53 s UTC-4, Sylvain Gagnon a écrit :
>
>> So I updated my WeeWX through sudo apt upgrade on my Raspbian system and 
>> now, I'm only seeing Outside temperature and pressure. I used have as well 
>> heat index, wind chill, winds, rains, etc. but they are now all missing :-(
>>
>> During the update, I said to keep the original files so I don't know what 
>> happens. In /etc/weewx/skins/Seasons/current.inc, I see
>> #set $observations = $to_list($DisplayOptions.get('observations_current', 
>> ['outTemp', 'barometer']))
>>
>> I changed it to this:
>> #set $observations = $to_list($DisplayOptions.get('observations_current', 
>> ['outTemp', 'barometer', 'heatindex', 'windchill', 'dewpoint', 
>> 'outHumidity', 'windSpeed', '.windDir', 'rainRate', 'inTemp']))
>>
>> Restarted weewx with sudo systemctl restart weewx.service and also sudo 
>> wee_reports but still, only outside temperature and pressure is showing.
>>
>> Anybody knows how I can fix this? I tried to look for a backup copy of 
>> the file and can't find one :-(
>>
>> Thanks.
>>
>

-- 
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/4a0bf7da-26be-40cc-a7e3-a8b3b5eed69dn%40googlegroups.com.

Reply via email to