J'ai testé la météo comme décrit dans le wiki ici
Voila ce que donne mon fichier IO :
</calaos:input>
<calaos:input coeff_a="1" coeff_b="-274.15" file_type="json" frequency="10000" gui_type="temp" id="input_65" max="10000" min="-10000" name="Température extérieure" path="main/temp" step="1" type="WebInputTemp" unit="°C" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:input coeff_a="0" coeff_b="1000" file_type="json" frequency="10000" gui_type="analog_in" id="input_66" max="10000" min="-10000" name="Pression atmosphérique" path="main/pressure" step="1" type="WebInputAnalog" unit="hPa" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:input coeff_a="1" coeff_b="0" file_type="json" frequency="10000" gui_type="analog_in" id="input_67" max="10000" min="-10000" name="Humidité extérieure" path="main/humidity" step="1" type="WebInputAnalog" unit="%" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:input coeff_a="1" coeff_b="0" file_type="json" frequency="10000" gui_type="analog_in" id="input_68" max="10000" min="-10000" name="Vitesse du vent" path="wind/speed" step="1" type="WebInputAnalog" unit="km/h" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:input coeff_a="1" coeff_b="0" file_type="json" frequency="10000" gui_type="analog_in" id="input_69" max="10000" min="-10000" name="Orientation du vent" path="wind/deg" step="1" type="WebInputAnalog" unit="°" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:input coeff_a="1" coeff_b="0" file_type="json" frequency="10000" gui_type="analog_in" id="input_70" max="10000" min="-10000" name="Couverture Nuageuse" path="clouds/all" step="1" type="WebInputAnalog" unit="%" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:input coeff_a="-274.15" coeff_b="0" file_type="json" frequency="10000" gui_type="analog_in" id="input_71" max="10000" min="-10000" name="Température mini" path="main/temp_min" step="1" type="WebInputAnalog" unit="°C" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:input coeff_a="-274.15" coeff_b="0" file_type="json" frequency="10000" gui_type="analog_in" id="input_72" max="10000" min="-10000" name="Température Maxi" path="main/temp_max" step="1" type="WebInputAnalog" unit="" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:input coeff_a="1" coeff_b="0" file_type="json" frequency="10000" gui_type="analog_in" id="input_73" max="10000" min="-10000" name="Description du temp" path="main/description" step="1" type="WebInputAnalog" unit="" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:output gtype="light" gui_type="light" host="192.168.1.27" id="output_59" name="Eclairages Murs" port="502" type="WODigital" var="63" visible="true" wago_841="true" />
Voila ce que j'obtiens comme valeurs sur les écrans :
Voila ce que j'obtiens comme valeurs directement sur internet :
{"coord":{"lon":-0.66,"lat":43.49},"sys":{"type":1,"id":5533,"message":0.3546,"country":"France","sunrise":1415169832,"sunset":1415206118},"weather":[{"id":500,"main":"Rain","description":"légères pluies","icon":"10d"}],"base":"cmc stations","main":{"temp":285.15,"pressure":1010,"humidity":71,"temp_min":285.15,"temp_max":285.15},"wind":{"speed":3.6,"deg":250,"var_beg":220,"var_end":280},"clouds":{"all":92},"rain":{"3h":3},"dt":1415203200,"id":6440511,"name":"Mesplède","cod":200}
J'ai donc un souci avec les valeurs Temp mini/maxi, la description du temps (0 au lieu de légère pluie), la pression atmo (tjrs la même valeur 1000), la direction du vent (pas tres compréhensible 250°)
Sinon c'est plutôt pas mal, mais ca serait bien de pouvoir le mettre sur la page d'accueil de l'écran plutôt que dans une pièce...
Voila ce que donne mon fichier IO :
</calaos:input>
<calaos:input coeff_a="1" coeff_b="-274.15" file_type="json" frequency="10000" gui_type="temp" id="input_65" max="10000" min="-10000" name="Température extérieure" path="main/temp" step="1" type="WebInputTemp" unit="°C" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:input coeff_a="0" coeff_b="1000" file_type="json" frequency="10000" gui_type="analog_in" id="input_66" max="10000" min="-10000" name="Pression atmosphérique" path="main/pressure" step="1" type="WebInputAnalog" unit="hPa" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:input coeff_a="1" coeff_b="0" file_type="json" frequency="10000" gui_type="analog_in" id="input_67" max="10000" min="-10000" name="Humidité extérieure" path="main/humidity" step="1" type="WebInputAnalog" unit="%" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:input coeff_a="1" coeff_b="0" file_type="json" frequency="10000" gui_type="analog_in" id="input_68" max="10000" min="-10000" name="Vitesse du vent" path="wind/speed" step="1" type="WebInputAnalog" unit="km/h" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:input coeff_a="1" coeff_b="0" file_type="json" frequency="10000" gui_type="analog_in" id="input_69" max="10000" min="-10000" name="Orientation du vent" path="wind/deg" step="1" type="WebInputAnalog" unit="°" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:input coeff_a="1" coeff_b="0" file_type="json" frequency="10000" gui_type="analog_in" id="input_70" max="10000" min="-10000" name="Couverture Nuageuse" path="clouds/all" step="1" type="WebInputAnalog" unit="%" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:input coeff_a="-274.15" coeff_b="0" file_type="json" frequency="10000" gui_type="analog_in" id="input_71" max="10000" min="-10000" name="Température mini" path="main/temp_min" step="1" type="WebInputAnalog" unit="°C" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:input coeff_a="-274.15" coeff_b="0" file_type="json" frequency="10000" gui_type="analog_in" id="input_72" max="10000" min="-10000" name="Température Maxi" path="main/temp_max" step="1" type="WebInputAnalog" unit="" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:input coeff_a="1" coeff_b="0" file_type="json" frequency="10000" gui_type="analog_in" id="input_73" max="10000" min="-10000" name="Description du temp" path="main/description" step="1" type="WebInputAnalog" unit="" url="http://api.openweathermap.org/data/2.5/weather?q=MESPLEDE&lang=fr" visible="true" />
<calaos:output gtype="light" gui_type="light" host="192.168.1.27" id="output_59" name="Eclairages Murs" port="502" type="WODigital" var="63" visible="true" wago_841="true" />
Voila ce que j'obtiens comme valeurs sur les écrans :
Voila ce que j'obtiens comme valeurs directement sur internet :
{"coord":{"lon":-0.66,"lat":43.49},"sys":{"type":1,"id":5533,"message":0.3546,"country":"France","sunrise":1415169832,"sunset":1415206118},"weather":[{"id":500,"main":"Rain","description":"légères pluies","icon":"10d"}],"base":"cmc stations","main":{"temp":285.15,"pressure":1010,"humidity":71,"temp_min":285.15,"temp_max":285.15},"wind":{"speed":3.6,"deg":250,"var_beg":220,"var_end":280},"clouds":{"all":92},"rain":{"3h":3},"dt":1415203200,"id":6440511,"name":"Mesplède","cod":200}
J'ai donc un souci avec les valeurs Temp mini/maxi, la description du temps (0 au lieu de légère pluie), la pression atmo (tjrs la même valeur 1000), la direction du vent (pas tres compréhensible 250°)
Sinon c'est plutôt pas mal, mais ca serait bien de pouvoir le mettre sur la page d'accueil de l'écran plutôt que dans une pièce...
CALAOS V3 | WAGO 750-849 | NUC NUC5PPYH | Ecran tactile ELO 1537L avec Ampli VGA et adaptateur USB/RS232 Grillé |
Sondes PT1000 | DMX RGBW pour Rubans Leds 24v | Caméras POE Weisky
Sondes PT1000 | DMX RGBW pour Rubans Leds 24v | Caméras POE Weisky