Forum GraphWeather

Forum d'aide GraphWeather
Nous sommes actuellement le Jeu Mars 28, 2024 10:24 am

Le fuseau horaire est UTC+1 heure




Publier un nouveau sujet Répondre au sujet  [ 26 message(s) ]  Aller vers la page 1, 2  Suivant
Auteur Message
MessagePublié: Sam Mars 07, 2009 6:15 pm 
Hors-ligne
Membre

Inscription : Mar Oct 21, 2008 11:05 pm
Message(s) : 104
Localisation : Quincy-Sous-Sénart (F-91480)
Bonjour à tous,

voici le code graph_monthx.xml pour afficher les statistiques mensuelles de vent et direction sous forme de bargraph
Pièce jointe:
graph-month-5.png


Code :
<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
<image width="713" height="150" />
<frame width="713" height="150" position-x="0" position-y="0" shadow="0">
<title text="" alignement="3" angle="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</title>
<background color1="FFDDDDFF" color2="FFFFFFFF" gradient="0" gradient-direction="135" stretch="1" />
<border cornerradius="0" color="55555555" thick="1" />
</frame>
<!-- ================= Bargraph ================= -->
<bargraph width="713" height="120" shadow="0" position-x="0" position-y="35" margin-top="0" margin-right="40" margin-bottom="30" margin-left="40">
<xaxis color="FF000000" grid="1" autoscale="1" min="0" max="0">
<labels labelinterval="1" angle="0" side="left" hide="0 ">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="1" minorticks="0" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</xaxis>
<y1axis color="FF000000" grid="1" autoscale="1" min="0" max="0" y-base="0.0" titleside="left" titlemargin="25">
<title text="Vitesse (km/h)" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="left" hide="0" >
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<y2axis side="right" color="FF000000" grid="0" autoscale="0" min="0" max="360" y-base="0.0" titleside="right" titlemargin="25">
<title text="Direction" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labels="N;E;S;O;N" labelinterval="1" angle="0" side="right" hide="0" >
<font color="FF000000" facename="Arial" size="12" weight="400" italic="0" />
</labels>
<ticks majorticks="5" minorticks="0" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y2axis>
<data>
<stats_month_max_wind_speed axisbind="y1axis" legend="Vent Maxi" color1="FF77FF00" color2="FF22AA00" gradient="horizontal" antialiasing="1" filled="1" />
<stats_month_max_wind_gust axisbind="y1axis" legend="Rafales Maxi" color1="FFDD7700" color2="FF882200" gradient="horizontal" antialiasing="1" filled="1" />
</data>
<legend orientation="0" margin="3" width="713" position-x="0" position-y="0" hide="0" shadow="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
      <border cornerradius="0" color="55555555" thick="1" />
      <background color1="FFBBBBFF" color2="FFFFFFFF" gradient="1" gradient-direction="90"/>
</legend>
<graphbackground color1="FFCCCCFF" color2="FFFFFFFF" gradient="1" gradient-direction="90" />
</bargraph>
<!-- ================= Bargraph Direction ================= -->
<bargraph width="713" height="120" shadow="0" position-x="0" position-y="35" margin-top="0" margin-right="40" margin-bottom="30" margin-left="40">
<xaxis color="FF000000" grid="0" autoscale="1" min="0" max="0">
<labels labelinterval="1" angle="0" side="left" hide="1" format="%d">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="1" minorticks="0" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="1" />
</xaxis>
<y1axis color="00000000" grid="0" autoscale="1" min="0" max="0" y-base="0.0" titleside="left" titlemargin="25">
<title text="Vitesse maxi (km/h)" alignement="vcenter|hcenter" angle="0" hide="1">
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="left" hide="1" >
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<y2axis side="right" color="00000000" grid="0" autoscale="0" min="0" max="360" y-base="0.0" titleside="right" titlemargin="25">
<title text="Direction" alignement="vcenter|hcenter" angle="0">
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="right" hide="1" >
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y2axis>
<data>
<stats_month_truemean_wind_direction axisbind="y2axis" legend="Direction Dominante" color1="20000000" color2="20000000" gradient="horizontal" antialiasing="1" filled="1" />
</data>
<legend orientation="0" margin="3" width="713" position-x="180" position-y="0" hide="0" shadow="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</legend>
</bargraph>
  <!-- ================= Textbox =================  -->
  <textbox width="80" height="30" shadow="0" position-x="630" position-y="00" margin="4" >
    <text alignement="center|top">
      <line text="$StartDate[%m / %Y]"/>
    </text>
  </textbox>
</stylesheet>


Vous n’êtes pas autorisé(e) à consulter les fichiers insérés à ce message.

_________________
<----------------------------------------------------->
Station IROX PRO-X USB / WeatherCapture/GraphWeather
http://diving91.homeip.net/


Haut
 Profil  
Répondre en citant  
MessagePublié: Mar Mars 10, 2009 11:42 am 
Hors-ligne
Membre
Avatar de l’utilisateur

Inscription : Dim Mars 26, 2006 4:44 pm
Message(s) : 992
Localisation : VIDAUBAN (83) FRANCE
diving-91 a écrit:
Bonjour à tous,

voici le code graph_monthx.xml pour afficher les statistiques mensuelles de vent et direction sous forme de bargraph
Pièce jointe:
graph-month-5.png


Code :
<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
<image width="713" height="150" />
<frame width="713" height="150" position-x="0" position-y="0" shadow="0">
<title text="" alignement="3" angle="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</title>
<background color1="FFDDDDFF" color2="FFFFFFFF" gradient="0" gradient-direction="135" stretch="1" />
<border cornerradius="0" color="55555555" thick="1" />
</frame>
<!-- ================= Bargraph ================= -->
<bargraph width="713" height="120" shadow="0" position-x="0" position-y="35" margin-top="0" margin-right="40" margin-bottom="30" margin-left="40">
<xaxis color="FF000000" grid="1" autoscale="1" min="0" max="0">
<labels labelinterval="1" angle="0" side="left" hide="0 ">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="1" minorticks="0" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</xaxis>
<y1axis color="FF000000" grid="1" autoscale="1" min="0" max="0" y-base="0.0" titleside="left" titlemargin="25">
<title text="Vitesse (km/h)" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="left" hide="0" >
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<y2axis side="right" color="FF000000" grid="0" autoscale="0" min="0" max="360" y-base="0.0" titleside="right" titlemargin="25">
<title text="Direction" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labels="N;E;S;O;N" labelinterval="1" angle="0" side="right" hide="0" >
<font color="FF000000" facename="Arial" size="12" weight="400" italic="0" />
</labels>
<ticks majorticks="5" minorticks="0" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y2axis>
<data>
<stats_month_max_wind_speed axisbind="y1axis" legend="Vent Maxi" color1="FF77FF00" color2="FF22AA00" gradient="horizontal" antialiasing="1" filled="1" />
<stats_month_max_wind_gust axisbind="y1axis" legend="Rafales Maxi" color1="FFDD7700" color2="FF882200" gradient="horizontal" antialiasing="1" filled="1" />
</data>
<legend orientation="0" margin="3" width="713" position-x="0" position-y="0" hide="0" shadow="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
      <border cornerradius="0" color="55555555" thick="1" />
      <background color1="FFBBBBFF" color2="FFFFFFFF" gradient="1" gradient-direction="90"/>
</legend>
<graphbackground color1="FFCCCCFF" color2="FFFFFFFF" gradient="1" gradient-direction="90" />
</bargraph>
<!-- ================= Bargraph Direction ================= -->
<bargraph width="713" height="120" shadow="0" position-x="0" position-y="35" margin-top="0" margin-right="40" margin-bottom="30" margin-left="40">
<xaxis color="FF000000" grid="0" autoscale="1" min="0" max="0">
<labels labelinterval="1" angle="0" side="left" hide="1" format="%d">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="1" minorticks="0" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="1" />
</xaxis>
<y1axis color="00000000" grid="0" autoscale="1" min="0" max="0" y-base="0.0" titleside="left" titlemargin="25">
<title text="Vitesse maxi (km/h)" alignement="vcenter|hcenter" angle="0" hide="1">
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="left" hide="1" >
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<y2axis side="right" color="00000000" grid="0" autoscale="0" min="0" max="360" y-base="0.0" titleside="right" titlemargin="25">
<title text="Direction" alignement="vcenter|hcenter" angle="0">
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="right" hide="1" >
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y2axis>
<data>
<stats_month_truemean_wind_direction axisbind="y2axis" legend="Direction Dominante" color1="20000000" color2="20000000" gradient="horizontal" antialiasing="1" filled="1" />
</data>
<legend orientation="0" margin="3" width="713" position-x="180" position-y="0" hide="0" shadow="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</legend>
</bargraph>
  <!-- ================= Textbox =================  -->
  <textbox width="80" height="30" shadow="0" position-x="630" position-y="00" margin="4" >
    <text alignement="center|top">
      <line text="$StartDate[%m / %Y]"/>
    </text>
  </textbox>
</stylesheet>


Bonjour,
Ce modèle pour Statistiques mensuelle vent/direction en bargraph ne fonctionne pas par contre celui pour Humidité fonctionne bien
Cordialement.

_________________
Station WMR 200 avec XNet_meteo V 2014-10-29a Logiciels:Graphweather V 3.0.16, Noaa Template2, Windows 7
Mon abri météo ici :http://www.vardecouverte.fr/sta%20bc2008.htm
Site Web : http://www.vardecouverte.fr
Image


Haut
 Profil  
Répondre en citant  
MessagePublié: Mar Mars 10, 2009 9:39 pm 
Hors-ligne
Membre

Inscription : Mar Oct 21, 2008 11:05 pm
Message(s) : 104
Localisation : Quincy-Sous-Sénart (F-91480)
MAGNUS888 a écrit:
Bonjour,
Ce modèle pour Statistiques mensuelle vent/direction en bargraph ne fonctionne pas par contre celui pour Humidité fonctionne bien
Cordialement.


Bonsoir Magnus,

ah et bien pourtant, il fonctionne parfaitement chez moi, et c'est exactement le même principe que pour l'autre sur l'humidité.

Qu'entends tu exactement par 'ne fonctionne pas'? Voir le post sur l'humidité pour voir comment faire fonctionner ce bout de code.

Cordialement
Hervé

_________________
<----------------------------------------------------->
Station IROX PRO-X USB / WeatherCapture/GraphWeather
http://diving91.homeip.net/


Haut
 Profil  
Répondre en citant  
MessagePublié: Mer Mars 11, 2009 7:12 am 
Hors-ligne
Membre
Avatar de l’utilisateur

Inscription : Dim Mars 26, 2006 4:44 pm
Message(s) : 992
Localisation : VIDAUBAN (83) FRANCE
diving-91 a écrit:
MAGNUS888 a écrit:
Bonjour,
Ce modèle pour Statistiques mensuelle vent/direction en bargraph ne fonctionne pas par contre celui pour Humidité fonctionne bien
Cordialement.


Bonsoir Magnus,

ah et bien pourtant, il fonctionne parfaitement chez moi, et c'est exactement le même principe que pour l'autre sur l'humidité.

Qu'entends tu exactement par 'ne fonctionne pas'? Voir le post sur l'humidité pour voir comment faire fonctionner ce bout de code.

Cordialement
Hervé

Bonjour Hervé

Pour l'installation j'ai procédé exactement comme pour l'humidité.
Je graph HUMIDITÉ s'affiche correctement par contre celui du vent n'affiche que des barres ombrées et l'échelle de droit est bizarre.
Image

Cordialement.

_________________
Station WMR 200 avec XNet_meteo V 2014-10-29a Logiciels:Graphweather V 3.0.16, Noaa Template2, Windows 7
Mon abri météo ici :http://www.vardecouverte.fr/sta%20bc2008.htm
Site Web : http://www.vardecouverte.fr
Image


Haut
 Profil  
Répondre en citant  
MessagePublié: Mer Mars 11, 2009 3:53 pm 
Hors-ligne
Membre
Avatar de l’utilisateur

Inscription : Mer Oct 29, 2008 11:34 pm
Message(s) : 141
Localisation : Bruxelles
tu as quelle version de gw?

_________________
Davis Vantage Pro 2 (une non-câblée à Bruxelles, une câblée à Grimentz (1710m, VS) depuis décembre 2015. Datalogger usb, Cumulus et Weatherlink
Anciennement
WMR200; Xnet_météo v2011-10-14a (entre 2014 et 2015) + données de 2008 à 2013 en txt, format WD;
Graphweather v3.0.15 ;
Deux minipc Beebox de ASRock sous Windows 10 gèrent WL et GW.

Image Image


Haut
 Profil  
Répondre en citant  
MessagePublié: Mer Mars 11, 2009 5:17 pm 
Hors-ligne
Membre
Avatar de l’utilisateur

Inscription : Dim Mars 26, 2006 4:44 pm
Message(s) : 992
Localisation : VIDAUBAN (83) FRANCE
chris_01 a écrit:
tu as quelle version de gw?

version GW 2.265b

_________________
Station WMR 200 avec XNet_meteo V 2014-10-29a Logiciels:Graphweather V 3.0.16, Noaa Template2, Windows 7
Mon abri météo ici :http://www.vardecouverte.fr/sta%20bc2008.htm
Site Web : http://www.vardecouverte.fr
Image


Haut
 Profil  
Répondre en citant  
MessagePublié: Mer Mars 11, 2009 10:13 pm 
Hors-ligne
Membre

Inscription : Mar Oct 21, 2008 11:05 pm
Message(s) : 104
Localisation : Quincy-Sous-Sénart (F-91480)
bonsoir magnus,

Et bien là je suis sec....la seule idée qui me vient à l'esprit c'est que tu n'as pas de données vitesse du vent dans tes export de station météo ...mais ce n'est pas ça car sur ton site dans les stats GW tu as bien des infos présentes...
Mystère donc.
Tu as bien regenéré ta base de données ?

cordialement
Hervé

_________________
<----------------------------------------------------->
Station IROX PRO-X USB / WeatherCapture/GraphWeather
http://diving91.homeip.net/


Haut
 Profil  
Répondre en citant  
MessagePublié: Mer Mars 11, 2009 11:03 pm 
Hors-ligne
Membre
Avatar de l’utilisateur

Inscription : Mer Oct 29, 2008 11:34 pm
Message(s) : 141
Localisation : Bruxelles
Citer:
la seule idée qui me vient à l'esprit c'est que tu n'as pas de données vitesse du vent dans tes export de station météo ...mais ce n'est pas ça car sur ton site dans les stats GW tu as bien des infos présentes...


Pas tout à fait : les données présentes sont les vitesses (speed!) et donc il suffit de remplacer tous les gust par speed

Mais pourtant il y a le vent maxi aussi... tu utilise quel plugin?

Code :
<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
<image width="713" height="150" />
<frame width="713" height="150" position-x="0" position-y="0" shadow="0">
<title text="" alignement="3" angle="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</title>
<background color1="FFDDDDFF" color2="FFFFFFFF" gradient="0" gradient-direction="135" stretch="1" />
<border cornerradius="0" color="55555555" thick="1" />
</frame>
<!-- ================= Bargraph ================= -->
<bargraph width="713" height="120" shadow="0" position-x="0" position-y="35" margin-top="0" margin-right="40" margin-bottom="30" margin-left="40">
<xaxis color="FF000000" grid="1" autoscale="1" min="0" max="0">
<labels labelinterval="1" angle="0" side="left" hide="0 ">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="1" minorticks="0" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</xaxis>
<y1axis color="FF000000" grid="1" autoscale="1" min="0" max="0" y-base="0.0" titleside="left" titlemargin="25">
<title text="Vitesse (km/h)" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="left" hide="0" >
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<y2axis side="right" color="FF000000" grid="0" autoscale="0" min="0" max="360" y-base="0.0" titleside="right" titlemargin="25">
<title text="Direction" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labels="N;E;S;O;N" labelinterval="1" angle="0" side="right" hide="0" >
<font color="FF000000" facename="Arial" size="12" weight="400" italic="0" />
</labels>
<ticks majorticks="5" minorticks="0" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y2axis>
<data>
<stats_month_max_wind_speed axisbind="y1axis" legend="Vent Maxi" color1="FF77FF00" color2="FF22AA00" gradient="horizontal" antialiasing="1" filled="1" />
<stats_month_max_wind_[b]gust[/b] axisbind="y1axis" legend="Rafales Maxi" color1="FFDD7700" color2="FF882200" gradient="horizontal" antialiasing="1" filled="1" />
</data>
<legend orientation="0" margin="3" width="713" position-x="0" position-y="0" hide="0" shadow="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
      <border cornerradius="0" color="55555555" thick="1" />
      <background color1="FFBBBBFF" color2="FFFFFFFF" gradient="1" gradient-direction="90"/>
</legend>
<graphbackground color1="FFCCCCFF" color2="FFFFFFFF" gradient="1" gradient-direction="90" />
</bargraph>
<!-- ================= Bargraph Direction ================= -->
<bargraph width="713" height="120" shadow="0" position-x="0" position-y="35" margin-top="0" margin-right="40" margin-bottom="30" margin-left="40">
<xaxis color="FF000000" grid="0" autoscale="1" min="0" max="0">
<labels labelinterval="1" angle="0" side="left" hide="1" format="%d">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="1" minorticks="0" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="1" />
</xaxis>
<y1axis color="00000000" grid="0" autoscale="1" min="0" max="0" y-base="0.0" titleside="left" titlemargin="25">
<title text="Vitesse maxi (km/h)" alignement="vcenter|hcenter" angle="0" hide="1">
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="left" hide="1" >
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<y2axis side="right" color="00000000" grid="0" autoscale="0" min="0" max="360" y-base="0.0" titleside="right" titlemargin="25">
<title text="Direction" alignement="vcenter|hcenter" angle="0">
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="right" hide="1" >
<font color="00000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="0" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y2axis>
<data>
<stats_month_truemean_wind_direction axisbind="y2axis" legend="Direction Dominante" color1="20000000" color2="20000000" gradient="horizontal" antialiasing="1" filled="1" />
</data>
<legend orientation="0" margin="3" width="713" position-x="180" position-y="0" hide="0" shadow="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</legend>
</bargraph>
  <!-- ================= Textbox =================  -->
  <textbox width="80" height="30" shadow="0" position-x="630" position-y="00" margin="4" >
    <text alignement="center|top">
      <line text="$StartDate[%m / %Y]"/>
    </text>
  </textbox>
</stylesheet>

_________________
Davis Vantage Pro 2 (une non-câblée à Bruxelles, une câblée à Grimentz (1710m, VS) depuis décembre 2015. Datalogger usb, Cumulus et Weatherlink
Anciennement
WMR200; Xnet_météo v2011-10-14a (entre 2014 et 2015) + données de 2008 à 2013 en txt, format WD;
Graphweather v3.0.15 ;
Deux minipc Beebox de ASRock sous Windows 10 gèrent WL et GW.

Image Image


Haut
 Profil  
Répondre en citant  
MessagePublié: Jeu Mars 12, 2009 6:53 am 
Hors-ligne
Membre
Avatar de l’utilisateur

Inscription : Dim Mars 26, 2006 4:44 pm
Message(s) : 992
Localisation : VIDAUBAN (83) FRANCE
Bonjour Hervé,
J'utilisise le plugin WS 2300

_________________
Station WMR 200 avec XNet_meteo V 2014-10-29a Logiciels:Graphweather V 3.0.16, Noaa Template2, Windows 7
Mon abri météo ici :http://www.vardecouverte.fr/sta%20bc2008.htm
Site Web : http://www.vardecouverte.fr
Image


Haut
 Profil  
Répondre en citant  
MessagePublié: Ven Mars 13, 2009 2:02 pm 
Hors-ligne
Membre

Inscription : Mar Oct 21, 2008 11:05 pm
Message(s) : 104
Localisation : Quincy-Sous-Sénart (F-91480)
Bonjour magnus,

J'utilise le plugin CVS. avec la remarque de chris, tu dois au moins avoir le vent meme si tu n'as pas les rafales?
En out cas, je ne penche pas pour un probleme du fichier graph_monthx.xml, mais plus pour un probleme d'info manquante sur certaines sondes en rapport avec ton plugin.

Le fichier graph_monthx.xml utilise le vent, les rafales et la direction du vent.
Cela est facile a adapter à d'autres besoins en changeant les lignes suivantes:
Code :
<data>
<stats_month_max_wind_speed axisbind="y1axis" legend="Vent Maxi" color1="FF77FF00" color2="FF22AA00" gradient="horizontal" antialiasing="1" filled="1" />
<stats_month_max_wind_gust axisbind="y1axis" legend="Rafales Maxi" color1="FFDD7700" color2="FF882200" gradient="horizontal" antialiasing="1" filled="1" />
</data>


cordialement
hervé

_________________
<----------------------------------------------------->
Station IROX PRO-X USB / WeatherCapture/GraphWeather
http://diving91.homeip.net/


Haut
 Profil  
Répondre en citant  
MessagePublié: Ven Mars 13, 2009 3:59 pm 
Hors-ligne
Membre
Avatar de l’utilisateur

Inscription : Dim Mars 26, 2006 4:44 pm
Message(s) : 992
Localisation : VIDAUBAN (83) FRANCE
diving-91 a écrit:
Bonjour magnus,

J'utilise le plugin CVS. avec la remarque de chris, tu dois au moins avoir le vent meme si tu n'as pas les rafales?
En out cas, je ne penche pas pour un probleme du fichier graph_monthx.xml, mais plus pour un probleme d'info manquante sur certaines sondes en rapport avec ton plugin.

Le fichier graph_monthx.xml utilise le vent, les rafales et la direction du vent.
Cela est facile a adapter à d'autres besoins en changeant les lignes suivantes:
Code :
<data>
<stats_month_max_wind_speed axisbind="y1axis" legend="Vent Maxi" color1="FF77FF00" color2="FF22AA00" gradient="horizontal" antialiasing="1" filled="1" />
<stats_month_max_wind_gust axisbind="y1axis" legend="Rafales Maxi" color1="FFDD7700" color2="FF882200" gradient="horizontal" antialiasing="1" filled="1" />
</data>


cordialement
hervé


Merci Hervé de ta réponse, je vais essayer cela dés que j'ai un moment.
Cordialement.

_________________
Station WMR 200 avec XNet_meteo V 2014-10-29a Logiciels:Graphweather V 3.0.16, Noaa Template2, Windows 7
Mon abri météo ici :http://www.vardecouverte.fr/sta%20bc2008.htm
Site Web : http://www.vardecouverte.fr
Image


Haut
 Profil  
Répondre en citant  
MessagePublié: Lun Mars 16, 2009 5:20 pm 
Hors-ligne
Membre
Avatar de l’utilisateur

Inscription : Dim Mars 26, 2006 4:44 pm
Message(s) : 992
Localisation : VIDAUBAN (83) FRANCE
MAGNUS888 a écrit:
diving-91 a écrit:
Bonjour magnus,

J'utilise le plugin CVS. avec la remarque de chris, tu dois au moins avoir le vent meme si tu n'as pas les rafales?
En out cas, je ne penche pas pour un probleme du fichier graph_monthx.xml, mais plus pour un probleme d'info manquante sur certaines sondes en rapport avec ton plugin.

Le fichier graph_monthx.xml utilise le vent, les rafales et la direction du vent.
Cela est facile a adapter à d'autres besoins en changeant les lignes suivantes:
Code :
<data>
<stats_month_max_wind_speed axisbind="y1axis" legend="Vent Maxi" color1="FF77FF00" color2="FF22AA00" gradient="horizontal" antialiasing="1" filled="1" />
<stats_month_max_wind_gust axisbind="y1axis" legend="Rafales Maxi" color1="FFDD7700" color2="FF882200" gradient="horizontal" antialiasing="1" filled="1" />
</data>


cordialement
hervé


Merci Hervé de ta réponse, je vais essayer cela dés que j'ai un moment.
Cordialement.


Bonjour,
OK maintenant le graph VENT fonctionne, une erreur de syntaxe dans la page.
Bonne fin de journée.

_________________
Station WMR 200 avec XNet_meteo V 2014-10-29a Logiciels:Graphweather V 3.0.16, Noaa Template2, Windows 7
Mon abri météo ici :http://www.vardecouverte.fr/sta%20bc2008.htm
Site Web : http://www.vardecouverte.fr
Image


Haut
 Profil  
Répondre en citant  
MessagePublié: Lun Mars 16, 2009 9:47 pm 
Hors-ligne
Membre

Inscription : Mar Oct 21, 2008 11:05 pm
Message(s) : 104
Localisation : Quincy-Sous-Sénart (F-91480)
MAGNUS888 a écrit:
Bonjour,
OK maintenant le graph VENT fonctionne, une erreur de syntaxe dans la page.
Bonne fin de journée.


Bonsoir MAGNUS, Bon et bien voila une histoire qui finie bien alors! Bonne utilisation

Cordialement
Hervé

_________________
<----------------------------------------------------->
Station IROX PRO-X USB / WeatherCapture/GraphWeather
http://diving91.homeip.net/


Haut
 Profil  
Répondre en citant  
MessagePublié: Jeu Mars 19, 2009 4:20 pm 
Hors-ligne
Membre
Avatar de l’utilisateur

Inscription : Dim Mars 26, 2006 4:44 pm
Message(s) : 992
Localisation : VIDAUBAN (83) FRANCE
Bonjour,
J'ai rajouté le graph du vent dans le dossier Statistics à savoir:
graph-month-4.png
graph-month-4.xml
month.xsl
qui tiennent compte de cette modification

L'affichage est correct lorsque j'ouvre la base des données avec Graphweather mais, bien que tout les fichiers se trouvent sur le serveur, le graph vent ne s'affiche pas.
il est à noter également que lorsqu'on clic sur le lien pour ouvrir les statistiques, systématiquement la page s'ouvre sur le 27 février 2009.
Où serait le PB ?
Je vous remercie par avance de vos réponses et suggestions.
Cordialement.

_________________
Station WMR 200 avec XNet_meteo V 2014-10-29a Logiciels:Graphweather V 3.0.16, Noaa Template2, Windows 7
Mon abri météo ici :http://www.vardecouverte.fr/sta%20bc2008.htm
Site Web : http://www.vardecouverte.fr
Image


Haut
 Profil  
Répondre en citant  
MessagePublié: Jeu Mars 19, 2009 5:53 pm 
Hors-ligne
Membre
Avatar de l’utilisateur

Inscription : Mer Oct 29, 2008 11:34 pm
Message(s) : 141
Localisation : Bruxelles
Citer:
L'affichage est correct lorsque j'ouvre la base des données avec Graphweather mais, bien que tout les fichiers se trouvent sur le serveur, le graph vent ne s'affiche pas.


Tu as bien modifié le fichier month? et est-il toujours un fichier xsl?

_________________
Davis Vantage Pro 2 (une non-câblée à Bruxelles, une câblée à Grimentz (1710m, VS) depuis décembre 2015. Datalogger usb, Cumulus et Weatherlink
Anciennement
WMR200; Xnet_météo v2011-10-14a (entre 2014 et 2015) + données de 2008 à 2013 en txt, format WD;
Graphweather v3.0.15 ;
Deux minipc Beebox de ASRock sous Windows 10 gèrent WL et GW.

Image Image


Haut
 Profil  
Répondre en citant  
Afficher les messages publiés depuis :  Trier par  
Publier un nouveau sujet Répondre au sujet  [ 26 message(s) ]  Aller vers la page 1, 2  Suivant

Le fuseau horaire est UTC+1 heure


Qui est en ligne ?

Utilisateur(s) parcourant ce forum : Aucun utilisateur inscrit et 1 invité


Vous ne pouvez pas publier de nouveaux sujets dans ce forum
Vous ne pouvez pas répondre aux sujets dans ce forum
Vous ne pouvez pas éditer vos messages dans ce forum
Vous ne pouvez pas supprimer vos messages dans ce forum
Vous ne pouvez pas insérer de pièces jointes dans ce forum

Recherche de:
Aller vers :  
POWERED_BY
Traduction et support en françaisHébergement de site