C'est le sort 321 qui remonte la température pour l'instant
Mais mon vrai problème c'est que je ne comprends strictement rien au lua et gea a l'air pas si simple d'utilisation.
Quelqu'un pourrait il m'aider à écrire ce script?
Pour l'instant j'en suis la et meme ca ca ne marche pas
--[[
%% properties
76 value
76 valuesensor
%% globals
--]]
local temp = fibaro:getGlobalValue(76, 'valueSensor') --Température
local cons = fibaro:getGlobalValue(76, 'value') --Consigne de température
If tonumber(cons) <= tonumber(temp)
then fibaro:call(17, "turnOn") and fibaro:call(50, "turnOn")
else fibaro:call(17, "turnOff") and fibaro:call(50, "turnOff")
end
Merci d'avance