Hi, just moveing to FreshWDL and sort of getting it up and running, but somehow miss Apparent temperature and can not get indoor temp gauge, can someone point me in the right direction?
I use Meteohub to create clientraw files, but am in the process to move to Raspberry Pi 4 and WD (started out om WD on pc 15 years ago)
http://discourse.weather-watch.com/p/525478: I believe you set input: indoor. . . but read the next few posts to the one I highlighted
Use Advanced Forum search (click on the magnifying glass) to find things like this. . .
Thanks, did not se that one and only did the changes in config.cs, change input to 1 and then it worked
Just apparent temp left
Anyone have any tip on how to get apparent to show up? Været på Gunnarbu, Venabygdsfjellet, Ringebu, Norge
I seem to have an old config.js, it’s enabled anyway. Try adding
apparent: {
enabled: true
},
to gaugeSettings in config.js.
See http://discourse.weather-watch.com/p/533320
EDIT: just checked, and my config.js is same as current download. Are you sure that apparent temp is present in the clientraw.txt from Meteohub? Try parsing it here.
Now I can’t get indoor temp at all. . . using WD clientraw.txt and setting input: 1 gives me extratemp1 (garden) :?
EDIT: Got it, see http://discourse.weather-watch.com/p/529623
I knew input: indoor came into it somewhere, just needed quotes
Thank you for the parser, I found out that I do not have apparent
130 Apparent Temp Celsius No Value
so next question would be to remove it from Fresh WDL…
Try adding
apparent: {
enabled: false
},
to gaugeSettings in config.js.
Hi.
I can’t find out how to add indoor temp.
Is there an easy solution for that?
See reply #1 to this thread. Mine works using temperature03 and input: “indoor” - my temperature02 is Garden Temperature (extratemp1, so input: 1).