Est il possible de rajouter des sondes et comment faire

Une question, un bug ?
Micharnaud
Membre
Messages : 787
Inscription : mer. déc. 22, 2010 1:36 pm
Localisation : Ariege
Contact :

Re: Est il possible de rajouter des sondes et comment faire

Message par Micharnaud »

merci pour tout et joyeux noël
Avatar de l’utilisateur
ardigier
Membre
Messages : 2260
Inscription : mar. mars 23, 2010 6:05 pm
Localisation : Le Thor 84250
Contact :

Re: Est il possible de rajouter des sondes et comment faire

Message par ardigier »

joyeux Noel à toi,
si ton probléme est résolu penses à le signaler
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
Micharnaud
Membre
Messages : 787
Inscription : mer. déc. 22, 2010 1:36 pm
Localisation : Ariege
Contact :

Re: Est il possible de rajouter des sondes et comment faire

Message par Micharnaud »

Bonjour je reviens avec mon problème de sonde es que une personne pourrais modifier le fichier statistics .xml pour faire apparaitre les sonde temperature_2 colonne 23 et temperature_3 colonne 25ccar je vous l'avoues je ne comprend rien a vos fichier et ne parle pas un mots anglais merci de votre aide

<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
<image width="500" height="630" />
<!-- ================= Frame ================= -->
<frame width="500" height="540" position-x="0" position-y="0" shadow="0">
<background texture="tex_bluegrad.png" stretch="1" />
<border cornerradius="0" color="FF909090" thick="1" />
</frame>
<!-- ================= Title ================= -->
<textbox width="390" height="80" shadow="0" position-x="100" position-y="10" margin="10" >
<border cornerradius="0" color="FF909090" thick="1" />
<text text="Statistiques" alignement="top|hcenter">
<font color="FF000000" facename="Arial" size="16" weight="400" italic="0" />
</text>
<background color="00000000" texture="tex_greengrad.png" stretch="1" />
</textbox>
<textbox width="390" height="80" shadow="0" position-x="100" position-y="10" margin="10" >
<text alignement="left|top">
<line text="\n"/>
<line text="Du $StartDate[%A %d %B %Y à %Hh%M]" />
<line text="Au $StopDate[%A %d %B %Y à %Hh%M]" />
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</text>
</textbox>
<!-- ================= Frame ================= -->
<frame width="64" height="64" position-x="15" position-y="15">
<background texture="statistics.png" reload_texture="1" stretch="0" />
</frame>
<!-- ================= Statistics ================= -->
<textbox width="480" height="150" shadow="0" position-x="10" position-y="100" margin="10" >
<border cornerradius="0" color="FF909090" thick="1" />
<text alignement="left|top">
<line text="Température ext. min:\t\t$Min[outdoor_temperature] $Unit[Temperature]\t\t$MinDate[outdoor_temperature,%d/%m/%Y à %Hh%M]" />
<line text="Température ext. max:\t\t$Max[outdoor_temperature] $Unit[Temperature]\t\t$MaxDate[outdoor_temperature,%d/%m/%Y à %Hh%M]" />
<line text="Température ext. moyenne :\t$Mean[outdoor_temperature] $Unit[Temperature]\n"/>
<line text="\t\t\tMin\t\tMax\t\tMoyenne\n"/>
<line text="Point de rosée :\t\t$Min[dew_point] $Unit[Temperature]\t\t$Max[dew_point] $Unit[Temperature]\t\t$Mean[dew_point] $Unit[Temperature]"/>
<line text="Facteur vent :\t\t$Min[wind_chill] $Unit[Temperature]\t\t$Max[wind_chill] $Unit[Temperature]\t\t$Mean[wind_chill] $Unit[Temperature]" />
<line text="Facteur humidex :\t$Min[heat_index] $Unit[Temperature]\t\t$Max[heat_index] $Unit[Temperature]\t\t$Mean[heat_index] $Unit[Temperature]" />
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</text>
<background texture="tex_greengrad.png" stretch="1"/>
</textbox>

<textbox width="480" height="150" shadow="0" position-x="10" position-y="260" margin="20" >
<border cornerradius="0" color="FF909090" thick="1" />
<text alignement="left|top">
<line text="Humidité ext. min:\t\t$Min[outdoor_humidity] %\t\t$MinDate[outdoor_humidity,%d/%m/%Y à %Hh%M]" />
<line text="Humidité ext. max:\t\t$Max[outdoor_humidity] %\t\t$MaxDate[outdoor_humidity,%d/%m/%Y à %Hh%M]" />
<line text="Humidité ext. moyenne :\t\t$Mean[outdoor_humidity] %\n"/>
<line text="Total des précipitations :\t\t\t$Cumul[relative_rainfall] $Unit[Rainfall]" />
<line text="Taux de précipitation max sur 1h :\t$Max[rainfall_1h] $Unit[Rainfall]" />
<line text="Taux de précipitation max sur 24h :\t$Max[rainfall_24h] $Unit[Rainfall]" />
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</text>
<background color="00000000" texture="tex_greengrad.png" stretch="1" />
</textbox>
<textbox width="480" height="80" shadow="0" position-x="10" position-y="420" margin="20" >
<border cornerradius="0" color="FF909090" thick="1" />
<text alignement="left|top">
<line text="Vitesse max du vent :\t\t$Max[wind_speed] $Unit[Speed]\t\t$MaxDate[wind_speed,%d/%m/%Y à %Hh%M]" />
<line text="Rafale max du vent :\t\t$Max[wind_gust] $Unit[Speed]\t\t$MaxDate[wind_gust,%d/%m/%Y à %Hh%M]" />
<line text="Vitesse moyenne du vent :\t$Mean[wind_speed] $Unit[Speed]\n" />
<font color="FF000000" facename="Arial" size="14" weight="000" italic="0" />
</text>
<background color="00000000" texture="tex_greengrad.png" stretch="1" />
</textbox>
<!-- ================= Current date ================= -->
<textbox width="500" height="30" margin="5" position-x="0" position-y="510">
<text text="Rapport généré le $CurrentDate[%A %d %B %Y à %Hh%M]" alignement="9">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="1" />
</text>
</textbox>
</stylesheet>
encorre un grand merci
Avatar de l’utilisateur
ardigier
Membre
Messages : 2260
Inscription : mar. mars 23, 2010 6:05 pm
Localisation : Le Thor 84250
Contact :

Re: Est il possible de rajouter des sondes et comment faire

Message par ardigier »

déjà ça serait sympa de nous dire si le probléme précédent est résolu, et si GW affiche bien les températures de la (ou des) sonde(s) rajoutée(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
Micharnaud
Membre
Messages : 787
Inscription : mer. déc. 22, 2010 1:36 pm
Localisation : Ariege
Contact :

Re: Est il possible de rajouter des sondes et comment faire

Message par Micharnaud »

Mon problème n'est pas résolut c'est pour cela que je demande cette feuille de stile
Avatar de l’utilisateur
ardigier
Membre
Messages : 2260
Inscription : mar. mars 23, 2010 6:05 pm
Localisation : Le Thor 84250
Contact :

Re: Est il possible de rajouter des sondes et comment faire

Message par ardigier »

ardigier a écrit :dans xnet tu as du mettre dans options sensor 2 "nom que tu veux donner à ta sonde"
dans GW tu as du mettre dans outils> sources données>csv > options>temperature 1 >colonne 23
puis dans le stylesheet tab temperature les modif indiquées plus haut (remplacer outdoor_temperature par temperature_1) et le nom de ta sonde
cela doit donner
<temperature_1 axisbind="y1axis" legend="nom de ta sonde" color1="FFFF0000" antialiasing="1" filled="0" hide="0" thick="1.2"/>
je t'ai ecrit ça il y a 3 jours
est ce que ça MARCHE ou NON??????????????????????
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
Micharnaud
Membre
Messages : 787
Inscription : mer. déc. 22, 2010 1:36 pm
Localisation : Ariege
Contact :

Re: Est il possible de rajouter des sondes et comment faire

Message par Micharnaud »

non ca ne marche pas la temperature 1 est en fait la temperature 2 puis la temperature 3 dans le fichier excel les sonde sont Nord est West dans xnet en tout qua merci a toi de te pencher sur le probleme
Avatar de l’utilisateur
ardigier
Membre
Messages : 2260
Inscription : mar. mars 23, 2010 6:05 pm
Localisation : Le Thor 84250
Contact :

Re: Est il possible de rajouter des sondes et comment faire

Message par ardigier »

je ne comprend rien à ce que tu dis,
il y a combien de sondes supplémentaires?
est ce que la station affiche la température de chacune des sondes (appuyer sur ch1 puis faire défiler par l'icone ch( en bas à gauche) les diverses sondes ?
dans xnet quel sensor est affecté à chaque sonde (hors sensor1 qui est affecté par défaut à la sonde extérieure d'origine) ?
dans le fichier csv ouvert avec notepad (et surtout pas avec excel qui risque de corrompre le csv)
est ce que les températures des sondes additionnelles sont enregistrées et si oui dans quelles colonnes ?

si possible une capture d'écran de ces divers élements permettrait de t'aider, car tes renseignements sont trés confus et difficiles à cerner
enfin au début tu voulais modifier le fichier tab_temperature et aujourd'hui tu parles du fichier statistics , lequel veux tu utiliser ???
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
Micharnaud
Membre
Messages : 787
Inscription : mer. déc. 22, 2010 1:36 pm
Localisation : Ariege
Contact :

Re: Est il possible de rajouter des sondes et comment faire

Message par Micharnaud »

2 sondes supplémentaires
oui la station affiche tout et xnet aussi
sonde 1 colonne 23 sonde 2 colonne 25
sensor 2 sonde 1
sensor 3 sonde 2
j'aimerai avoir le fichier statistics

Image
Image
Avatar de l’utilisateur
ardigier
Membre
Messages : 2260
Inscription : mar. mars 23, 2010 6:05 pm
Localisation : Le Thor 84250
Contact :

Re: Est il possible de rajouter des sondes et comment faire

Message par ardigier »

essayes ça
si dans xnet nord est bien dans la colonne temperature-1 (col 23) et west dans teperature_2 (col 25) ça doit marcher
selectionner les lignes si dessous, faire un copier-coller dans notepad, l'enregistrer dans stylesheet sous "statistics 3 sondes" par exemple

<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
<image width="500" height="610" />
<!-- ================= Frame ================= -->
<frame width="500" height="660" position-x="0" position-y="0" shadow="0">
<background texture="tex_bluegrad.png" stretch="1" />
<border cornerradius="0" color="FF909090" thick="1" />
</frame>
<!-- ================= Title ================= -->
<textbox width="390" height="80" shadow="0" position-x="100" position-y="10" margin="10" >
<border cornerradius="0" color="FF909090" thick="1" />
<text text="Statistiques" alignement="top|hcenter">
<font color="FF000000" facename="Arial" size="16" weight="400" italic="0" />
</text>
<background color="00000000" texture="tex_greengrad.png" stretch="1" />
</textbox>
<textbox width="390" height="80" shadow="0" position-x="100" position-y="10" margin="10" >
<text alignement="left|top">
<line text="\n"/>
<line text="Du $StartDate[%A %d %B %Y à %Hh%M]" />
<line text="Au $StopDate[%A %d %B %Y à %Hh%M]" />
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</text>
</textbox>
<!-- ================= Frame ================= -->
<frame width="64" height="80" position-x="15" position-y="15">
<background texture="statistics.png" reload_texture="1" stretch="0" />
</frame>
<!-- ================= Statistics ================= -->
<textbox width="480" height="180" shadow="0" position-x="10" position-y="100" margin="10" >
<border cornerradius="0" color="FF909090" thick="1" />
<text alignement="left|top">
<line text="Température station. min:\t\t$Min[outdoor_temperature] $Unit[Temperature]\t\t$MinDate[outdoor_temperature,%d/%m/%Y à %Hh%M]" />
<line text="Température station. max:\t\t$Max[outdoor_temperature] $Unit[Temperature]\t\t$MaxDate[outdoor_temperature,%d/%m/%Y à %Hh%M]" />
<line text="Température station. moyenne :\t$Mean[outdoor_temperature] $Unit[Temperature]\n"/>
<line text="Température nord. min:\t\t$Min[temperature_1] $Unit[Temperature]\t\t$MinDate[temperature_1,%d/%m/%Y à %Hh%M]" />
<line text="Température nord. max:\t\t$Max[temperature_1] $Unit[Temperature]\t\t$MaxDate[temperature_1,%d/%m/%Y à %Hh%M]" />
<line text="Température nord. moyenne :\t$Mean[temperature_1] $Unit[Temperature]\n"/>
<line text="Température west. min:\t\t$Min[temperature_2] $Unit[Temperature]\t\t$MinDate[temperature_2,%d/%m/%Y à %Hh%M]" />
<line text="Température west. max:\t\t$Max[temperature_2] $Unit[Temperature]\t\t$MaxDate[temperature_2,%d/%m/%Y à %Hh%M]" />
<line text="Température west. moyenne :\t$Mean[temperature_2] $Unit[Temperature]\n"/>
<line text="\t\t\tMin\t\tMax\t\tMoyenne\n"/>
<line text="Point de rosée :\t\t$Min[dew_point] $Unit[Temperature]\t\t$Max[dew_point] $Unit[Temperature]\t\t$Mean[dew_point] $Unit[Temperature]"/>
<line text="Facteur vent :\t\t$Min[wind_chill] $Unit[Temperature]\t\t$Max[wind_chill] $Unit[Temperature]\t\t$Mean[wind_chill] $Unit[Temperature]" />
<line text="Facteur humidex :\t$Min[heat_index] $Unit[Temperature]\t\t$Max[heat_index] $Unit[Temperature]\t\t$Mean[heat_index] $Unit[Temperature]" />
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</text>
<background texture="tex_greengrad.png" stretch="1"/>
</textbox>

<textbox width="480" height="150" shadow="0" position-x="10" position-y="295" margin="20" >
<border cornerradius="0" color="FF909090" thick="1" />
<text alignement="left|top">
<line text="Humidité ext. min:\t\t$Min[outdoor_humidity] %\t\t$MinDate[outdoor_humidity,%d/%m/%Y à %Hh%M]" />
<line text="Humidité ext. max:\t\t$Max[outdoor_humidity] %\t\t$MaxDate[outdoor_humidity,%d/%m/%Y à %Hh%M]" />
<line text="Humidité ext. moyenne :\t\t$Mean[outdoor_humidity] %\n"/>
<line text="Total des précipitations :\t\t\t$Cumul[relative_rainfall] $Unit[Rainfall]" />
<line text="Taux de précipitation max sur 1h :\t$Max[rainfall_1h] $Unit[Rainfall]" />
<line text="Taux de précipitation max sur 24h :\t$Max[rainfall_24h] $Unit[Rainfall]" />
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</text>
<background color="00000000" texture="tex_greengrad.png" stretch="1" />
</textbox>
<textbox width="480" height="80" shadow="0" position-x="10" position-y="480" margin="20" >
<border cornerradius="0" color="FF909090" thick="1" />
<text alignement="left|top">
<line text="Vitesse max du vent :\t\t$Max[wind_speed] $Unit[Speed]\t\t$MaxDate[wind_speed,%d/%m/%Y à %Hh%M]" />
<line text="Rafale max du vent :\t\t$Max[wind_gust] $Unit[Speed]\t\t$MaxDate[wind_gust,%d/%m/%Y à %Hh%M]" />
<line text="Vitesse moyenne du vent :\t$Mean[wind_speed] $Unit[Speed]\n" />
<font color="FF000000" facename="Arial" size="14" weight="000" italic="0" />
</text>
<background color="00000000" texture="tex_greengrad.png" stretch="1" />
</textbox>
<!-- ================= Current date ================= -->
<textbox width="500" height="30" margin="5" position-x="0" position-y="560">
<text text="Rapport généré le $CurrentDate[%A %d %B %Y à %Hh%M]" alignement="9">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="1" />
</text>
</textbox>
</stylesheet>
Dernière modification par ardigier le lun. déc. 27, 2010 2:48 pm, modifié 1 fois.
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
Micharnaud
Membre
Messages : 787
Inscription : mer. déc. 22, 2010 1:36 pm
Localisation : Ariege
Contact :

Re: Est il possible de rajouter des sondes et comment faire

Message par Micharnaud »

voila le resulta
Image
Avatar de l’utilisateur
ardigier
Membre
Messages : 2260
Inscription : mar. mars 23, 2010 6:05 pm
Localisation : Le Thor 84250
Contact :

Re: Est il possible de rajouter des sondes et comment faire

Message par ardigier »

donc ça veut dire que nord n'est pas en temperature_1
envoie une copie du csv
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
Micharnaud
Membre
Messages : 787
Inscription : mer. déc. 22, 2010 1:36 pm
Localisation : Ariege
Contact :

Re: Est il possible de rajouter des sondes et comment faire

Message par Micharnaud »

voila le résulta apprêt avoir mis les valeur de chez moi un très grand merci a toi et ci un jour tu as le temps de m'expliquer pour faire rentre les autre sondes dans tous les fichiers mais je ne suis pas presserImage
Avatar de l’utilisateur
ardigier
Membre
Messages : 2260
Inscription : mar. mars 23, 2010 6:05 pm
Localisation : Le Thor 84250
Contact :

Re: Est il possible de rajouter des sondes et comment faire

Message par ardigier »

la ça doit etre OK

<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
<image width="500" height="610" />
<!-- ================= Frame ================= -->
<frame width="500" height="660" position-x="0" position-y="0" shadow="0">
<background texture="tex_bluegrad.png" stretch="1" />
<border cornerradius="0" color="FF909090" thick="1" />
</frame>
<!-- ================= Title ================= -->
<textbox width="390" height="80" shadow="0" position-x="100" position-y="10" margin="10" >
<border cornerradius="0" color="FF909090" thick="1" />
<text text="Statistiques" alignement="top|hcenter">
<font color="FF000000" facename="Arial" size="16" weight="400" italic="0" />
</text>
<background color="00000000" texture="tex_greengrad.png" stretch="1" />
</textbox>
<textbox width="390" height="80" shadow="0" position-x="100" position-y="10" margin="10" >
<text alignement="left|top">
<line text="\n"/>
<line text="Du $StartDate[%A %d %B %Y à %Hh%M]" />
<line text="Au $StopDate[%A %d %B %Y à %Hh%M]" />
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</text>
</textbox>
<!-- ================= Frame ================= -->
<frame width="64" height="80" position-x="15" position-y="15">
<background texture="statistics.png" reload_texture="1" stretch="0" />
</frame>
<!-- ================= Statistics ================= -->
<textbox width="480" height="180" shadow="0" position-x="10" position-y="100" margin="10" >
<border cornerradius="0" color="FF909090" thick="1" />
<text alignement="left|top">
<line text="Température station. min:\t\t$Min[outdoor_temperature] $Unit[Temperature]\t\t$MinDate[outdoor_temperature,%d/%m/%Y à %Hh%M]" />
<line text="Température station. max:\t\t$Max[outdoor_temperature] $Unit[Temperature]\t\t$MaxDate[outdoor_temperature,%d/%m/%Y à %Hh%M]" />
<line text="Température station. moyenne :\t$Mean[outdoor_temperature] $Unit[Temperature]\n"/>
<line text="Température nord. min:\t\t$Min[temperature_2] $Unit[Temperature]\t\t$MinDate[temperature_2,%d/%m/%Y à %Hh%M]" />
<line text="Température nord. max:\t\t$Max[temperature_2] $Unit[Temperature]\t\t$MaxDate[temperature_2,%d/%m/%Y à %Hh%M]" />
<line text="Température nord. moyenne :\t$Mean[temperature_2] $Unit[Temperature]\n"/>
<line text="Température west. min:\t\t$Min[temperature_3] $Unit[Temperature]\t\t$MinDate[temperature_3,%d/%m/%Y à %Hh%M]" />
<line text="Température west. max:\t\t$Max[temperature_3] $Unit[Temperature]\t\t$MaxDate[temperature_3,%d/%m/%Y à %Hh%M]" />
<line text="Température west. moyenne :\t$Mean[temperature_3] $Unit[Temperature]\n"/>
<line text="\t\t\tMin\t\tMax\t\tMoyenne\n"/>
<line text="Point de rosée :\t\t$Min[dew_point] $Unit[Temperature]\t\t$Max[dew_point] $Unit[Temperature]\t\t$Mean[dew_point] $Unit[Temperature]"/>
<line text="Facteur vent :\t\t$Min[wind_chill] $Unit[Temperature]\t\t$Max[wind_chill] $Unit[Temperature]\t\t$Mean[wind_chill] $Unit[Temperature]" />
<line text="Facteur humidex :\t$Min[heat_index] $Unit[Temperature]\t\t$Max[heat_index] $Unit[Temperature]\t\t$Mean[heat_index] $Unit[Temperature]" />
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</text>
<background texture="tex_greengrad.png" stretch="1"/>
</textbox>

<textbox width="480" height="150" shadow="0" position-x="10" position-y="295" margin="20" >
<border cornerradius="0" color="FF909090" thick="1" />
<text alignement="left|top">
<line text="Humidité ext. min:\t\t$Min[outdoor_humidity] %\t\t$MinDate[outdoor_humidity,%d/%m/%Y à %Hh%M]" />
<line text="Humidité ext. max:\t\t$Max[outdoor_humidity] %\t\t$MaxDate[outdoor_humidity,%d/%m/%Y à %Hh%M]" />
<line text="Humidité ext. moyenne :\t\t$Mean[outdoor_humidity] %\n"/>
<line text="Total des précipitations :\t\t\t$Cumul[relative_rainfall] $Unit[Rainfall]" />
<line text="Taux de précipitation max sur 1h :\t$Max[rainfall_1h] $Unit[Rainfall]" />
<line text="Taux de précipitation max sur 24h :\t$Max[rainfall_24h] $Unit[Rainfall]" />
<font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
</text>
<background color="00000000" texture="tex_greengrad.png" stretch="1" />
</textbox>
<textbox width="480" height="80" shadow="0" position-x="10" position-y="480" margin="20" >
<border cornerradius="0" color="FF909090" thick="1" />
<text alignement="left|top">
<line text="Vitesse max du vent :\t\t$Max[wind_speed] $Unit[Speed]\t\t$MaxDate[wind_speed,%d/%m/%Y à %Hh%M]" />
<line text="Rafale max du vent :\t\t$Max[wind_gust] $Unit[Speed]\t\t$MaxDate[wind_gust,%d/%m/%Y à %Hh%M]" />
<line text="Vitesse moyenne du vent :\t$Mean[wind_speed] $Unit[Speed]\n" />
<font color="FF000000" facename="Arial" size="14" weight="000" italic="0" />
</text>
<background color="00000000" texture="tex_greengrad.png" stretch="1" />
</textbox>
<!-- ================= Current date ================= -->
<textbox width="500" height="30" margin="5" position-x="0" position-y="560">
<text text="Rapport généré le $CurrentDate[%A %d %B %Y à %Hh%M]" alignement="9">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="1" />
</text>
</textbox>
</stylesheet>
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
Avatar de l’utilisateur
ardigier
Membre
Messages : 2260
Inscription : mar. mars 23, 2010 6:05 pm
Localisation : Le Thor 84250
Contact :

Re: Est il possible de rajouter des sondes et comment faire

Message par ardigier »

la methode est la meme pour tous les fichiers
si tu compare le statistics d'origine à celui modifié
tu voies que
1 on ajoute des lignes sous les lignes "voulues" ici c'etait les temperatures
dans ces lignes on indique à GW quelle valeur il doit lire : ici c'etait temperature_2 et _3
si besoin on donne un nom a cette valeur (nord et west) (début de ligne) "temp ex"t est devenu "temp station",ou "nord" ou "west"
ensuite reste à faire la mise en forme
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
Répondre