WMR 200 - affichages temp. int. et pb affichage vent
-
- Nouveau membre
- Messages : 5
- Inscription : mar. janv. 03, 2012 10:18 pm
WMR 200 - affichages temp. int. et pb affichage vent
Bonjour à tous,
Je viens de recevoir ma WMR200 que j'ai connecté avec Xnet et Graph weather.
Bien que je ne sois pas un expert en informatique, j'ai réussi à tout faire fonctionner sous Windows 7.
J'ai néanoims deux questions/problèmes:
- Est-il possible d'afficher les deux temperatures intérieures (celle de la console et celle du capteur additionnel) sur Graph weather? J'ai cherché mais je n'ai pas trouvé.
- J'ai un problème avec l'affichage de la vitesse du vent qui n'est pas le même que celle de la console (hier alors que la console affichait un vent moyen de 40kmh, graph weather ne m'affichait qu'un vent moyen de l'ordre de 10-15 kmh). Toutes les autres valeurs affichées sur Graph Weather sont conformes à celles affichées sur la console).
Merci d'avance pour votre aide
Gaëtan
Je viens de recevoir ma WMR200 que j'ai connecté avec Xnet et Graph weather.
Bien que je ne sois pas un expert en informatique, j'ai réussi à tout faire fonctionner sous Windows 7.
J'ai néanoims deux questions/problèmes:
- Est-il possible d'afficher les deux temperatures intérieures (celle de la console et celle du capteur additionnel) sur Graph weather? J'ai cherché mais je n'ai pas trouvé.
- J'ai un problème avec l'affichage de la vitesse du vent qui n'est pas le même que celle de la console (hier alors que la console affichait un vent moyen de 40kmh, graph weather ne m'affichait qu'un vent moyen de l'ordre de 10-15 kmh). Toutes les autres valeurs affichées sur Graph Weather sont conformes à celles affichées sur la console).
Merci d'avance pour votre aide
Gaëtan
- ardigier
- Membre
- Messages : 2260
- Inscription : mar. mars 23, 2010 6:05 pm
- Localisation : Le Thor 84250
- Contact :
Re: WMR 200 - affichages temp. int. et pb affichage vent
bonjour
A la premiére question oui c'est possible
il suffit d'affecter 2 sondes températures dans les options du plugin (exemple temperature_3 ou temperature_4) au colonnes correspondante dans le csv
puis de reporter ces info dans le stylesheet température par exemple
a la deuxiéme question
dans GW onglet options>sondes>sondes bien vérifier que l'unité du vent est en Km/h et non en m/s
A la premiére question oui c'est possible
il suffit d'affecter 2 sondes températures dans les options du plugin (exemple temperature_3 ou temperature_4) au colonnes correspondante dans le csv
puis de reporter ces info dans le stylesheet température par exemple
a la deuxiéme question
dans GW onglet options>sondes>sondes bien vérifier que l'unité du vent est en Km/h et non en m/s
WMR200 - XNet meteo 2011-10-14a- graphweather V 3.0.35- Win10 x64
webcam installée orientation NE
http://le-thor-meteo.com/index.php
webcam installée orientation NE
http://le-thor-meteo.com/index.php
-
- Nouveau membre
- Messages : 5
- Inscription : mar. janv. 03, 2012 10:18 pm
Re: WMR 200 - affichages temp. int. et pb affichage vent
ardigier a écrit :bonjour
A la premiére question oui c'est possible
il suffit d'affecter 2 sondes températures dans les options du plugin (exemple temperature_3 ou temperature_4) au colonnes correspondante dans le csv
puis de reporter ces info dans le stylesheet température par exemple
a la deuxiéme question
dans GW onglet options>sondes>sondes bien vérifier que l'unité du vent est en Km/h et non en m/s
Merci pour ton retour,
- C'est ou les options du plugin? et Dans le CSV, il faut que j'utilise quel fichier et comment faire pour modifier le style sheet?
- Pour les mauvaises données de vent je ne comprends pas car j'ai fait la manip de vérifier que les unités étaient les mêmes sur la console et dans l'onglet options-sondes-sondes.
Merci d'avance
Gaëtan
- ardigier
- Membre
- Messages : 2260
- Inscription : mar. mars 23, 2010 6:05 pm
- Localisation : Le Thor 84250
- Contact :
Re: WMR 200 - affichages temp. int. et pb affichage vent
si tu arrives à afficher des graphes dans GW c'est que tu as configuré les options du plugin csv.dll dans GW
ensuite il te faudra créer un stylesheet spécifique à partir du stylesheet tab_temperature en y ajoutant les ref de 2 sondes ajoutées
xnet enregistre le vent en m/s
pour que GW le renvoit en Km/H il faut lui donner l'ordre dans la rubrique sonde
il faut aussi vérifier que dans le plugin csv l'unité soit bien en m/s (données par xnet)
donc dans cette rubrique tu affectes 2 sondes températures et tu leur mets le n° de colonne correspondant ensuite il te faudra créer un stylesheet spécifique à partir du stylesheet tab_temperature en y ajoutant les ref de 2 sondes ajoutées
xnet enregistre le vent en m/s
pour que GW le renvoit en Km/H il faut lui donner l'ordre dans la rubrique sonde
il faut aussi vérifier que dans le plugin csv l'unité soit bien en m/s (données par xnet)
WMR200 - XNet meteo 2011-10-14a- graphweather V 3.0.35- Win10 x64
webcam installée orientation NE
http://le-thor-meteo.com/index.php
webcam installée orientation NE
http://le-thor-meteo.com/index.php
- paaubert
- Membre
- Messages : 2624
- Inscription : dim. janv. 17, 2010 7:16 pm
- Localisation : 1555 Villarzel - Switzerland
- Contact :
Re: WMR 200 - affichages temp. int. et pb affichage vent
Dans ton fichier xml, tu mets :
pour la sonde int. principale
indoor_temperature
pour ta deuxième sonde
temperature_1
tu devrais avoir quelque chose comme ça dans ta feuille de style
<indoor_temperature axisbind="y1axis" legend="Temperature int." color1="FFFF0000" color2="FF0000FF" antialiasing="1" filled="0" hide="0" thick="1.2"/>
<temperature_1 axisbind="y1axis" legend="Temperature int." color1="FFFF0000" color2="FF0000FF" antialiasing="1" filled="0" hide="0" thick="1.2"/>
ensuite tu mets le numéro de colonne (fichier xnet) de ta deuxième sonde en face de température 1 dans le plugin csv de GW
Pour info les fichiers xml sont modifiable avec un éditeur de texte, notepad, notepad++, PSPad... etc
voici le lien vers notepad++ http://notepad-plus-plus.org/fr/
A+
pour la sonde int. principale
indoor_temperature
pour ta deuxième sonde
temperature_1
tu devrais avoir quelque chose comme ça dans ta feuille de style
<indoor_temperature axisbind="y1axis" legend="Temperature int." color1="FFFF0000" color2="FF0000FF" antialiasing="1" filled="0" hide="0" thick="1.2"/>
<temperature_1 axisbind="y1axis" legend="Temperature int." color1="FFFF0000" color2="FF0000FF" antialiasing="1" filled="0" hide="0" thick="1.2"/>
ensuite tu mets le numéro de colonne (fichier xnet) de ta deuxième sonde en face de température 1 dans le plugin csv de GW
Pour info les fichiers xml sont modifiable avec un éditeur de texte, notepad, notepad++, PSPad... etc
voici le lien vers notepad++ http://notepad-plus-plus.org/fr/
A+
Vous ne pouvez pas consulter les pièces jointes insérées à ce message.
_________________________________________________________________________________________________________
Station Vantage Pro2+ avec station agricole - Weatherlink 6.0.3 - GraphWeather 3.0.15b - Cumulus 1.9.4 - Windows W10 ultimate x64
http://www.boock.ch/meteo-villarzel.php

Station Vantage Pro2+ avec station agricole - Weatherlink 6.0.3 - GraphWeather 3.0.15b - Cumulus 1.9.4 - Windows W10 ultimate x64
http://www.boock.ch/meteo-villarzel.php

-
- Nouveau membre
- Messages : 5
- Inscription : mar. janv. 03, 2012 10:18 pm
Re: WMR 200 - affichages temp. int. et pb affichage vent
Merci à vs tous, je travaille et vs tiens informé, en esperant que j'y arrive...
Gaëtan
Gaëtan
-
- Nouveau membre
- Messages : 5
- Inscription : mar. janv. 03, 2012 10:18 pm
Re: WMR 200 - affic<XNet_Mehages temp. int. et pb affichage vent
Pb2:
J'ai bien mis le CSV en m/s (il était en km/h) mais j'ai encore des valeurs de vent moyen sur Graph weather de l'ordre de 1,5 m/s (voir capture écran ci-dessus) alors que sur ma console, elles sont de l'ordre de 5/6 m/s.
Pb1:
Dans le fichier xml, j'ai ca:
<XNet_Meteo>
<UTC>1/3/2012 8:58:20 PM</UTC>
<TimeStamp>1/3/2012 9:58:20 PM</TimeStamp>
- <Barometer>
<Pressure_Absolute>0</Pressure_Absolute>
<Pressure_Relative>0</Pressure_Relative>
</Barometer>
- <Rain>
<Rainfall_Absolute>0</Rainfall_Absolute>
<Rainfall_1h>0</Rainfall_1h>
<Rainfall_24h>0</Rainfall_24h>
</Rain>
- <Wind>
<Wind_Gust>2.7</Wind_Gust>
<Wind_Speed>1.7</Wind_Speed>
<Wind_Chill>7.8</Wind_Chill>
<Wind_Direction>225</Wind_Direction>
</Wind>
<UVIndex>0</UVIndex>
- <Sensor index="0">
<Label>Temperature ext</Label>
<Temperature>20.5</Temperature>
<Humidity>57</Humidity>
<DewPoint>12</DewPoint>
</Sensor>
- <Sensor index="1">
<Label>Temperature int 1</Label>
<Temperature>9.6</Temperature>
<Humidity>81</Humidity>
<DewPoint>7</DewPoint>
</Sensor>
</XNet_Meteo>
Et par exemple pour le steel sheet (tab-full-graph+uv.xml):
<?xml version="1.0" encoding="iso-8859-1" ?>
- <stylesheet>
<image width="900" height="560" />
- <frame width="900" height="560" position-x="0" position-y="0" shadow="0">
- <title text="" alignement="left|top" angle="0">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</title>
<background color1="FFBBBBFF" color2="FFFFFFFF" gradient="1" gradient-direction="90" />
<border cornerradius="0" color="FF555555" thick="1" />
</frame>
- <!-- ================= First Lineplot =================
-->
- <lineplot width="900" height="215" shadow="0" position-x="0" position-y="40" margin-top="0" margin-right="140" margin-bottom="0" margin-left="110">
- <title text="" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="18" weight="400" italic="1" />
</title>
- <xaxis color="FF000000" grid="1" autoscale="0" min="0" max="0">
- <title text="" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
- <labels labelinterval="1" angle="0" side="left" hide="1">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="7" minorticks="3" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</xaxis>
- <y1axis color="FF000000" grid="1" autoscale="1" min="0" max="0" titleside="top" titlemargin="25">
- <title text="Température ($Unit[Temperature])" 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="4" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
- <y2axis side="right" color="FF000000" grid="0" autoscale="1" min="0" max="0" titleside="right" titlemargin="40">
- <title text="Pression ($Unit[Pressure])" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
- <labels labelinterval="1" angle="0" format=".1" side="right" hide="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="4" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y2axis>
- <y3axis side="right" color="FF000000" grid="0" autoscale="0" min="0" max="100" titleside="right" ydelta="65" titlemargin="40">
- <title text="Humidité (%)" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
- <labels labelinterval="1" angle="0" format=".1" side="right" hide="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="4" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y3axis>
- <data>
<outdoor_humidity axisbind="y3axis" legend="Humidité extérieure" color1="3000FF00" color2="300000FF" antialiasing="1" filled="1" hide="0" />
<outdoor_humidity axisbind="y3axis" legend="Humidité extérieure" color1="300000FF" antialiasing="1" hidelegend="1" thick="1.2" />
<wind_chill axisbind="y1axis" legend="Facteur vent" color1="FF0000FF" antialiasing="1" filled="0" hide="0" thick="1.2" pattern="CCCCCCCC" />
<heat_index axisbind="y1axis" legend="Humidex" color1="FFFF0000" antialiasing="1" filled="0" hide="0" thick="1.2" pattern="CCCCCCCC" />
<outdoor_temperature axisbind="y1axis" legend="Température ext." color1="FFFF0000" antialiasing="1" filled="0" hide="0" thick="1.2" />
<dew_point axisbind="y1axis" legend="Point de rosée" color1="FF0000FF" antialiasing="1" filled="0" hide="0" thick="1.2" />
<relative_pressure axisbind="y2axis" legend="Pression relative" color1="FF009000" antialiasing="1" filled="0" hide="0" thick="1.2" />
</data>
- <legend orientation="0" width="650" margin="5" position-x="110" position-y="10" 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>
<background color="00FFFFFF" stretch="0" />
<graphbackground color1="FFCCCCFF" color2="FFFFFFFF" gradient="1" gradient-direction="90" />
<border cornerradius="0" color="FF000000" thick="0" />
</lineplot>
- <!-- ================= Second Lineplot =================
-->
- <lineplot width="900" height="265" shadow="0" position-x="0" position-y="300" margin-top="0" margin-right="140" margin-bottom="40" margin-left="110">
- <xaxis color="FF000000" grid="1" autoscale="0" min="0" max="0">
- <title text="" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
- <labels labelinterval="1" angle="0" side="left" hide="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="7" minorticks="3" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</xaxis>
- <y1axis color="FF000000" grid="1" autoscale="0" min="0" max="360" titleside="top" titlemargin="25">
- <title text="Direction du vent (°)" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
- <labels labelinterval="1" angle="0" format=".1" side="left" hide="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="4" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
- <y2axis color="FF000000" grid="1" autoscale="1" min="0" max="0" titleside="top" titlemargin="35">
- <title text="Vitesse du vent ($Unit[Speed])" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
- <labels labelinterval="1" angle="0" format=".1" side="left" hide="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="4" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y2axis>
- <y3axis side="right" color="FF000000" grid="0" autoscale="1" min="0" max="0" titleside="right" titlemargin="40">
- <title text="Précipitations relatives et en 1h ($Unit[Rainfall])" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
- <labels labelinterval="1" angle="0" format=".1" side="right" hide="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="4" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y3axis>
- <y4axis side="right" color="FF000000" grid="0" autoscale="1" min="0" max="0" titleside="right" titlemargin="40" ydelta="65">
- <title text="Précipitations en 24h ($Unit[Rainfall])" alignement="vcenter|hcenter" angle="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</title>
- <labels labelinterval="1" angle="0" format=".1" side="right" hide="0">
<font color="FF000000" facename="Arial" size="12" weight="400" italic="1" />
</labels>
<ticks majorticks="5" minorticks="4" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y4axis>
- <data>
<wind_speed axisbind="y2axis" legend="Vitesse du vent" color1="66FF0000" color2="33FF0000" antialiasing="1" filled="1" />
<wind_speed axisbind="y2axis" legend="Vitesse du vent" color1="66FF0000" antialiasing="1" filled="0" hidelegend="1" thick="1.2" />
<wind_gust axisbind="y2axis" legend="Rafales" color1="FFFF0000" antialiasing="1" filled="0" hidelegend="0" thick="1.2" />
<wind_direction axisbind="y1axis" legend="Direction du vent" color1="FFFF0000" antialiasing="1" filled="0" hidelegend="0" thick="3" pattern="00000000" />
<relative_rainfall axisbind="y3axis" legend="Précipitations" color1="660000FF" color2="330000FF" antialiasing="1" filled="1" />
<relative_rainfall axisbind="y3axis" legend="Précipitations" color1="660000FF" antialiasing="1" filled="0" hidelegend="1" thick="1.2" />
<rainfall_1h axisbind="y3axis" legend="Précipitations 1h" color1="FFFF0000" antialiasing="1" filled="0" hidelegend="0" thick="1.2" />
<rainfall_24h axisbind="y4axis" legend="Précipitations 24h" color1="FF009000" antialiasing="1" filled="0" hidelegend="0" thick="1.2" />
</data>
- <legend orientation="0" margin="5" width="650" position-x="110" position-y="270" 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>
<border cornerradius="0" color="55555555" thick="0" />
<graphbackground color1="FFCCCCFF" color2="FFFFFFFF" gradient="1" gradient-direction="90" />
</lineplot>
</stylesheet>
J'ai bien affecté la colonnes 25 à la temperature 3 de ma 2ème sonde intérieure dans l'option du plug in du CSV ( La Température intérieure étant déjà attribuée à la colonne 5)
Là ou je suis perdu c'est pour la modification du fichier .xml (j'ai bien téléchargé le notepad me permettant de modifier le fichier .xml) ainsi que la modification du steel sheet...
J'ai l'impression qu'il faut vraiment me prendre par la main...et vous remercie d'avance pour votre patience.
Gaëtan
Vous ne pouvez pas consulter les pièces jointes insérées à ce message.
- ardigier
- Membre
- Messages : 2260
- Inscription : mar. mars 23, 2010 6:05 pm
- Localisation : Le Thor 84250
- Contact :
Re: WMR 200 - affichages temp. int. et pb affichage vent
si GW annonce le vent en m/s c'est que dans l'onglet sonde l'unité est en m/s
alors qu'il faut km/h
tu prends le stylesheet tab_temperature.xml
tu l'ouvres avec notepad
aprés la ligne 35 dans ce fichier tu insére cette ligne
<indoor_temperature axisbind="y1axis" legend="Temp int." color1="FF0000FF" antialiasing="1" filled="0" hide="0" thick="1.2"/>
puis en dessous
<temperature_3 axisbind="y1axis" legend="Température sonde 2." color1="FFFF0000" antialiasing="1" filled="0" hide="0" thick="1.2"/>
alors qu'il faut km/h
tu prends le stylesheet tab_temperature.xml
tu l'ouvres avec notepad
aprés la ligne 35 dans ce fichier tu insére cette ligne
<indoor_temperature axisbind="y1axis" legend="Temp int." color1="FF0000FF" antialiasing="1" filled="0" hide="0" thick="1.2"/>
puis en dessous
<temperature_3 axisbind="y1axis" legend="Température sonde 2." color1="FFFF0000" antialiasing="1" filled="0" hide="0" thick="1.2"/>
WMR200 - XNet meteo 2011-10-14a- graphweather V 3.0.35- Win10 x64
webcam installée orientation NE
http://le-thor-meteo.com/index.php
webcam installée orientation NE
http://le-thor-meteo.com/index.php
-
- Nouveau membre
- Messages : 5
- Inscription : mar. janv. 03, 2012 10:18 pm
Re: WMR 200 - affichages temp. int. et pb affichage vent
Merci Ardigier,ardigier a écrit :si GW annonce le vent en m/s c'est que dans l'onglet sonde l'unité est en m/s
alors qu'il faut km/h
tu prends le stylesheet tab_temperature.xml
tu l'ouvres avec notepad
aprés la ligne 35 dans ce fichier tu insére cette ligne
<indoor_temperature axisbind="y1axis" legend="Temp int." color1="FF0000FF" antialiasing="1" filled="0" hide="0" thick="1.2"/>
puis en dessous
<temperature_3 axisbind="y1axis" legend="Température sonde 2." color1="FFFF0000" antialiasing="1" filled="0" hide="0" thick="1.2"/>
Merci pour ta patience.
Je suppose que je dois faire la manip pour chaque stylesheet que j'utilise?
Gaëtan
- ardigier
- Membre
- Messages : 2260
- Inscription : mar. mars 23, 2010 6:05 pm
- Localisation : Le Thor 84250
- Contact :
Re: WMR 200 - affichages temp. int. et pb affichage vent
pour chaque stylesheet ou tu veux voir apparaitre ces 2 sondes
et naturellement tu peux changer la couleur de tes courbes : balise 'color1'
et naturellement tu peux changer la couleur de tes courbes : balise 'color1'
WMR200 - XNet meteo 2011-10-14a- graphweather V 3.0.35- Win10 x64
webcam installée orientation NE
http://le-thor-meteo.com/index.php
webcam installée orientation NE
http://le-thor-meteo.com/index.php