actual_sol0_radiation_rel tag missing on some MH systems
Posted: Mon Jun 16, 2014 6:04 pm
In some systems runnig the Meteohub software the actual_sol0_radiation_rel value is missing.
Same systems (Alix) same ISS (VP2+ all) same location (my backyard).
I found this because one of the users for the Leuven-Template is complaining that his sol% is always zero and my website displays a nice % during the day.
I have two alix meteohub's listening to the same ISS, one using an envoy/WLIP, the other one a console/usb logger.
When using the ip-address with the :5558 port the output displayed is different as actual_sol0_radiation_rel is missing from 1 of the two meteohubs.
The meteohub with '4.9v b7019' displays that tag, the version '4.9W ??' and '4.9z b7082' does not. And all other sol0_radiation tags are there on both meteohub:5558 outputs.
Here a write-up of all parameters and the results
I hope someone has a clue,
Wim
Same systems (Alix) same ISS (VP2+ all) same location (my backyard).
I found this because one of the users for the Leuven-Template is complaining that his sol% is always zero and my website displays a nice % during the day.
I have two alix meteohub's listening to the same ISS, one using an envoy/WLIP, the other one a console/usb logger.
When using the ip-address with the :5558 port the output displayed is different as actual_sol0_radiation_rel is missing from 1 of the two meteohubs.
The meteohub with '4.9v b7019' displays that tag, the version '4.9W ??' and '4.9z b7082' does not. And all other sol0_radiation tags are there on both meteohub:5558 outputs.
Here a write-up of all parameters and the results
Code: Select all
Meteohub station-Leuven listening to an ISS using Envoy/WLIP port 22222
$ws['wsVersion'] = '4.9z b7082';
$ws['solarAct'] = '[actual_sol0_radiation_wqm:0]';
$ws['solarAct'] = '176.0';
$ws['solActPerc'] = '[actual_sol0_radiation_rel:0]';
$ws['solActPerc'] = '0';
checking all data via ip-address : 5558
======================================
actual_th15_cloudheight_ft 6680
actual_uv0_index 1.1
actual_sol0_radiation_wqm 197.0
actual_sol0_evapotranspiration_inch 0.070
actual_sol0_evapotranspiration_mm 1.78
There are 32 sol0_radiation measurements in the 5558 output including 1 actual_sol0_radiation_rel
=====
Meteohub station-Wilsele using an VP2 console and an usb logger
$ws['wsVersion'] = '4.9v b7019';
$ws['solarAct'] = '[actual_sol0_radiation_wqm:0]';
$ws['solarAct'] = '176.0';
$ws['solActPerc'] = '[actual_sol0_radiation_rel:0]';
$ws['solActPerc'] = '19';
checking all data via ip-address : 5558
======================================
actual_th15_cloudheight_ft 6680
actual_uv0_index 0.8
actual_sol0_radiation_wqm 149.0
actual_sol0_radiation_rel 21
actual_sol0_evapotranspiration_inch 0.067
actual_sol0_evapotranspiration_mm 1.70
The actual_sol0_radiation_rel is not displayed, nowhere in the output.
There are 31 sol0_radiation measurements in the 5558 output but none sol0_radiation_rel
Wim