Netamo Thermostat by Orange

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

Is anybody using this plugin?
I even tried to create a scene, I want the blinds to close at 08:00 when the thermastat is above 24 degrees celcius but with these two conditions in the scene the blinds always close.
It seems the temperature cannot be read from this plugin. Anyone?

Hi

Drop that plugin, and use the one in app store, that works, and you can read the values of every device :slight_smile:

The Netatmo plugin in the MiOS App Store is for the weather station modules, not the thermostat.

Does anyone know where to find more information about this plugin?

Finally found the solution by looking at the luup file for netamo, it should be :o
local TCurrent = tonumber((luup.variable_get(“urn:orangelabs-com:NetatmoThermostat:Control1”,“CurrentTemperature”,dID)))