Posted May 19, 20169 yr Hello, Do you know if any driver exist to have a virtual temperature sensor? The temp value would be extracted from a xml file on the LAN.
May 19, 20169 yr there are virtual thermostat drivers but I am aware of any that would work in the way you are requesting Sent from my Pixel C using Tapatalk
May 19, 20169 yr Depending where the variable is stored could you manipulate it in with the variable driver from a couple of threads ago? Run a script every Few minutes to grab the number and update the variable. This... Have you had a look at Chowmains Variable Manipulator driver? http://www.chowmain.co.nz/variable-manipulator
May 21, 20169 yr Author I dit not tried variable manipulator driver yet. But i found something. With IPevents driver and temperature display driver (free both) . I 've a script on the LAN which send request everytime temperature change With the value of temperature inside. Http://IpC4:8080/TEMPLIVING23 In C4 programing, i've this kind of script: If (IPevents) TEMPLIVING23 so, put 23 in temperature display. And this, for each temperature value. It works good but its heavy and without decimal... So, i continue to search another solution. The good one is use variables. I've created TEMPLIVING variable and try to set its value With an http request. I tried: Http://IpC4:8080/C4:setvariable(TEMPLIVING, 23) But It does not works.... I continue. Maybe an idea? Ps: sorry for my english is not m'y maternal language ;-) Envoyé de mon E5823 en utilisant Tapatalk
Archived
This topic is now archived and is closed to further replies.