Author Topic: Solar and UV info missing  (Read 1475 times)

0 Members and 1 Guest are viewing this topic.

Offline Jumpin Joe

  • Forecaster
  • *****
  • Posts: 1073
    • Joe’s Weather
Solar and UV info missing
« on: October 23, 2021, 01:36:09 PM »
WD is not showing the information for Solar and UV on my site. I have a Davis 6163 wireless with Solar & UV. I have UV and Solar checked in WD.

Can anyone tell me what be causing this?

Thanks,
Joe
https://joesweather.info
Davis Vantage Pro 2 Plus 24-FARS Wireless
WeatherLink Live

Offline waiukuweather

  • Forecaster
  • *****
  • Posts: 1072
Re: Solar and UV info missing
« Reply #1 on: October 23, 2021, 01:57:04 PM »
as in this site?
https://joesweather.info/

I would think you would need to enable that in the web page setup/script settings?

Offline Jumpin Joe

  • Forecaster
  • *****
  • Posts: 1073
    • Joe’s Weather
Re: Solar and UV info missing
« Reply #2 on: October 23, 2021, 02:52:12 PM »
as in this site?
https://joesweather.info/

I would think you would need to enable that in the web page setup/script settings?

Yes.

I have enabled them.
https://joesweather.info
Davis Vantage Pro 2 Plus 24-FARS Wireless
WeatherLink Live

Offline waiukuweather

  • Forecaster
  • *****
  • Posts: 1072
Re: Solar and UV info missing
« Reply #3 on: October 23, 2021, 06:57:05 PM »
maybe try contacting the author of the script maybe
but also make sure the switch is in WD under control panel, solar setup

Offline Jumpin Joe

  • Forecaster
  • *****
  • Posts: 1073
    • Joe’s Weather
Re: Solar and UV info missing
« Reply #4 on: October 23, 2021, 07:13:42 PM »
maybe try contacting the author of the script maybe
but also make sure the switch is in WD under control panel, solar setup

Thanks…. It is on.

I’m hoping Ken True or Brian from WD will see this post and reply with their thoughts.

https://joesweather.info
Davis Vantage Pro 2 Plus 24-FARS Wireless
WeatherLink Live

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9257
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: Solar and UV info missing
« Reply #5 on: October 24, 2021, 10:53:10 AM »
In your Settings-weather.php, you have
Code: [Select]
$SITE['UV']                = false;  // set to false if no UV sensor
$SITE['SOLAR']            = false;  // set to false if no Solar sensor
That should be
Code: [Select]
$SITE['UV']                = true;  // set to false if no UV sensor
$SITE['SOLAR']            = true;  // set to false if no Solar sensor
to enable the display of the station's UV and Solar sensor data.
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline Jumpin Joe

  • Forecaster
  • *****
  • Posts: 1073
    • Joe’s Weather
Re: Solar and UV info missing
« Reply #6 on: October 24, 2021, 11:41:54 AM »
In your Settings-weather.php, you have
Code: [Select]
$SITE['UV']                = false;  // set to false if no UV sensor
$SITE['SOLAR']            = false;  // set to false if no Solar sensor
That should be
Code: [Select]
$SITE['UV']                = true;  // set to false if no UV sensor
$SITE['SOLAR']            = true;  // set to false if no Solar sensor
to enable the display of the station's UV and Solar sensor data.


Never thought of checking that script.

Thanks, Ken!
https://joesweather.info
Davis Vantage Pro 2 Plus 24-FARS Wireless
WeatherLink Live