calaos / calaos_base

Calaos server
https://calaos.fr
GNU General Public License v3.0
160 stars 37 forks source link

WebInputString are not always updated #107

Open naguirre opened 9 years ago

naguirre commented 9 years ago

Work the first time when the server is launched :

<calaos:input file_type="xml" frequency="10000" id="input_92" name="cuve" path="//time0/text()" period="10000" type="WebInputString" url="http://192.168.0.2/status.xml"/>

Work every times :

<calaos:input file_type="xml" frequency="10000" id="input_89" name="test2" path="/weatherdata/forecast/time[2]/temperature/@min" type="WebInputString" url="http://api.openweathermap.org/data/2.5/forecast/daily?q=paris&amp;mode=xml&amp;units=metric&amp;cnt=2&amp;lang=fr"/>
DBG<12625>:calaos_downloader FileDownloader.cpp:305 void FileDownloader::completeCb(int)() Download done. (http://api.openweathermap.org/data/2.5/forecast/daily?q=paris&mode=xml&units=metric&cnt=2&lang=fr)

No debug output for input_92