Bonjour,
Ma station est une WS2350.
Je n'arrive pas à afficher le paramètre indoor_temperature.
Pour indoor_humidity c'est OK. Quelqu'un d'autre a-t-il le même problème.
PB
indoor_temperature
J'utilise bien le plugin WS2300. Tout s'affiche sauf "indoor_temperature"
Voici mon code
<data>
<indoor_humidity axisbind="y1axis" legend="Humidité Int" color1="3000FF00" color2="300000FF" antialiasing="1" filled="1" hide="0" thick="1.2"/>
<outdoor_humidity axisbind="y1axis" legend="Humidité Ext" color1="300000FF" antialiasing="1" filled="0" hide="0" thick="1.2"/>
<indoor_temperature axisbind="y1axis" legend="Température Int." color1="FF0000FF" antialiasing="1" filled="0" hide="0" thick="1.2"/>
<outdoor_temperature axisbind="y1axis" legend="Température Ext" color1="FFFF0000" antialiasing="1" filled="0" hide="0" thick="1.2"/>
</data>
Voici mon code
<data>
<indoor_humidity axisbind="y1axis" legend="Humidité Int" color1="3000FF00" color2="300000FF" antialiasing="1" filled="1" hide="0" thick="1.2"/>
<outdoor_humidity axisbind="y1axis" legend="Humidité Ext" color1="300000FF" antialiasing="1" filled="0" hide="0" thick="1.2"/>
<indoor_temperature axisbind="y1axis" legend="Température Int." color1="FF0000FF" antialiasing="1" filled="0" hide="0" thick="1.2"/>
<outdoor_temperature axisbind="y1axis" legend="Température Ext" color1="FFFF0000" antialiasing="1" filled="0" hide="0" thick="1.2"/>
</data>