total heures ensoleillement

Une question, un bug ?
Répondre
domi78
Membre
Messages : 10
Inscription : dim. déc. 11, 2011 5:27 pm

total heures ensoleillement

Message par domi78 »

Bonjour,
Station: Vantage Pro2; WeatherlinkIP 5.9.3 ; GW 2.0.321 ; Windows XP
Sujet: Dans GW, la sonde ensoleillement est programmée pour détecter du soleil à partir de 100W/m² et la journée est considérée ensoleillée si 75% de la durée du jour est supérieure à cette valeur... J'habite en plaine.
1) Le 14/1 il a fait beau sans nuage toute la journée, le graphique GW totalise 5,0h d'enso pour la journée alors que la statistique sur la même jauge ne mentionne que 2h00 ? Je trouve que la stat et le total énergie jour ne sont pas en accord avec le réel...
2) Existe t-il une statistique hebdo, mensuelle, annuelle, intégrant (avec vent, pluie, temp) cette énergie en w/m², mini, maxi et heures d'enso (je ne sais pas réaliser moi même ces xlm)...
Merci par avance de vos réponses

3) autre sujet, GW se ferme très souvent sans prévenir, je ne sais pas d'ou cela peut provenir...
Cordialement Domi
Vous ne pouvez pas consulter les pièces jointes insérées à ce message.
Avatar de l’utilisateur
fab40
Membre
Messages : 40
Inscription : mar. janv. 25, 2011 2:51 pm
Localisation : landes 40
Contact :

Re: total heures ensoleillement

Message par fab40 »

bonjour a toutes et a tous

j'ai un petit souci avec mes heures d'ensoleillement,j'ai du réinstaller graphweather suite a un bug,et depuis je n'ai plus les heures d'ensoleillement qui s'affiche(alors qu'avant tous fonctionnait très bien),je sais que s'est régéneré par les stats mais en vains mainte et mainte régénération de plus les radiations ne sont pas exact,j'ai verifié le rapport colonne /sonde et s'est correct( indice uv 21/ radiation solaire 22) bon bref je vous joint les codes de mon graph merci pour vos conseils<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
<image width="900" height="650" />
<frame width="900" height="610" position-x="0" position-y="0" shadow="0">
<title text="sonde uv " alignement="horizontal" angle="0">
<font color="00000000" facename="Arial" size="20" weight="400" italic="0" />
</title>
<background color1="" color2="FF000000" gradient="1" gradient-direction="135" stretch="1" />
<border cornerradius="10" color="FF000000" thick="1" />
</frame>
<!-- ================= First Lineplot ================= -->
<lineplot width="900" height="350" shadow="0" position-x="10" position-y="10" margin-top="40" margin-right="70" margin-bottom="40" margin-left="45">
<xaxis color="FFFF0000" grid="0" autoscale="0" min="0" max="0">
<labels labelinterval="1" angle="0" side="left" hide="0">
<font color="FFFF3300" facename="arial" size="18" weight="500" italic="1" />
</labels>
<ticks majorticks="13" minorticks="1" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</xaxis>
<y1axis color="FFFF0000" grid="1" autoscale="1" min="0" max="0" titleside="left" titlemargin="35">
<title text="Radiation solaire ( w/m² )" alignement="hcenter|vcenter" angle="0">
<font color="FFFF0000" facename="Arial" size="18" weight="500" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="left" hide="0" >
<font color="FFFF0000" facename="Arial" size="18" weight="500" italic="1" />
</labels>
<ticks majorticks="9" minorticks="2" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<y2axis side="right" color="FFFF0000" grid="0" autoscale="0" min="0" max="15" titleside="right" titlemargin="35">
<title text="Index UV" alignement="vcenter|hcenter" angle="0">
<font color="FFFF0000" facename="Arial" size="18" weight="500" italic="1" />
</title>
<labels labelinterval="1" angle="0" format="1" side="right" hide="0">
<font color="FFFF0000" facename="Arial" size="18" weight="500" italic="1" />
</labels>
<ticks majorticks="5" minorticks="3" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y2axis>

<data>
<solar_radiation axisbind="y1axis" legend="Radiations solaires" color1="44FFFF00" color2="80CC0000" antialiasing="1" filled="1" hide="0" thick="1.2"/>


<uv_index axisbind="y2axis" legend="uv index" color1="FFFFFF00" color2="FFFF9933" antialiasing="1" filled="1" hide="0" thick="1.2"/>

</data>
<legend orientation="0" margin="5" width="785" position-x="55" position-y="15" hide="0" shadow="0">
<font color="FF000000" facename="Arial" size="16" weight="500" italic="1" />
<border cornerradius="1" color="55555555" thick="1" />
<background color="FFFFFFBB" texture="solaire_haut.png" stretch="1" />
</legend>
<border cornerradius="0" color="55555555" thick="0" />
<background color1="00000000" stretch="1" />
<graphbackground color1="FF000000" color2="FF0000Cc" gradient="1" gradient-direction="90" />
</lineplot>


<!-- ================= Statistics ================= -->
<textbox width="760" height="235" shadow="0" position-x="100" position-y="370" margin="15" >
<border cornerradius="20" color="55555555" thick="1" />
<text alignement="left|top">
<line text="Rapport généré le $CurrentDate[%A %d %B %Y à %Hh%M]\n"/>
<line text="Du $StartDate[%A %d %B %Y à %Hh%M] Au $StopDate[%A %d %B %Y à %Hh%M]"/>

<line text=""/>
<line text="Indice UV actuel :\t\t $Current[uv_index,3.1]" />
<line text="Indice UV max. :\t\t $Max[uv_index,3.1]\t\t\tle $MaxDate[uv_index,%d %b %Y à %Hh%M]" />
<line text="Heures d'ensoleillement/ jour : $Stats[Day,NbHoursOfSunshine] heure(s)"/>
<line text="Heures d'ensoleillement/ mois : $Stats[Month,NbHoursOfSunshine] heure(s)"/>
<line text="Heures d'ensoleillement/ année: $Stats[Year,NbHoursOfSunshine] heure(s)"/>
<line text="Radiation solaire actuel:\t\t $Current[solar_radiation,4.1] w/m² h" />
<line text="Radiation solaire max.:\t\t $Max[solar_radiation,4.1] w/m² h \t\tle $MaxDate[solar_radiation,%d %b %Y à %Hh%M]" />
<line text="Energie jour :\t\t\t $Stats[Day,TotalSolarEnergy,.0] w/m²" />

<font color="FF000000" facename="Arial" size="17" weight="200" italic="1" />
</text>
<background color="00000000" texture="solaire.png" stretch="1" />
</textbox>
<textbox width="62" height="236" shadow="0" position-x="20" position-y="370" margin="0" >
<border cornerradius="20" color="55555555" thick="1" />
<background color1="FF6699CC" color2="FFFFFFFF" gradient="1" gradient-direction="180" />
</textbox>
<textbox width="180" height="90" shadow="0" position-x="-40" position-y="450" margin="0" >
<text alignement="center" angle="90">
<line text="Statistiques" alignement="center" />
<font color="FF0066CC" facename="Comic sans ms" size="28" weight="600" italic="0" />
</text>
</textbox>
</stylesheet>
oregon scientifique wmr200 graphweather 2.0.321 xnet meteo v2011-10-14a windows 7 x64bits
gestion fichier csv CSVed + notepad++
http://meteo-tarnos.perso.sfr.fr/
Avatar de l’utilisateur
fab40
Membre
Messages : 40
Inscription : mar. janv. 25, 2011 2:51 pm
Localisation : landes 40
Contact :

Re: total heures ensoleillement

Message par fab40 »

Bonjour

j'ai actuellement un souci avec mes heures d'ensoleillement je n'ai plus rien qui s'affiche......
donc ma question est de savoir comment et par quoi est géré ses heures car ma feuille de styles est bonne (voir plus haut)
je bataille avec les stats et les générations mais rien si quelqu'un peut me venir en aide sa serais cool merci .
a+ fab
oregon scientifique wmr200 graphweather 2.0.321 xnet meteo v2011-10-14a windows 7 x64bits
gestion fichier csv CSVed + notepad++
http://meteo-tarnos.perso.sfr.fr/
Répondre