i morse så tändes lyset 04:31 lite väl tidigt för min smak
Kan man få in i min lilla kod att det inte får tändas innan ex 05:30
Code: Select all
--[[
%% autostart
%% properties
%% globals
Sun
--]]
local startSource = fibaro:getSourceTrigger();
if (
( tonumber(fibaro:getGlobalValue("Sun")) <= tonumber("3") )
or
startSource["type"] == "other"
)
then
fibaro:call(38, "turnOn");
fibaro:call(4, "turnOn");
fibaro:call(33, "turnOn");
fibaro:call(45, "turnOn");
fibaro:call(36, "turnOn");
fibaro:call(34, "turnOn");
end