The plugin is working great but cannot read the current temperature with the following luup code:
local dID = 129 – Device ID of your thermostatic/temperature sensor
local TCurrent = tonumber((luup.variable_get(“urn:upnp-org:serviceId:TemperatureSensor1”,“CurrentTemperature”,dID)))
As this seems to be the standard code I wonder whats wrong :o