I have edited a scene for key fob and it was on Setup Mode. but it doesn't work on mine. thanks
--[[
%% properties
443 sceneActivation
%% globals
--]]
local ButtonPressed = fibaro:getValue(443, "sceneActivation");
if ( tonumber(ButtonPressed) == 1) then
fibaro:call(81, "setMode", "2")
fibaro:debug("Keyfob button 1 pressed - Turn On AC")
elseif ( tonumber(ButtonPressed) == 2) then
fibaro:call(81, "setMode", "0")
fibaro:debug("Keyfob button 2 pressed -