Hello,
I am trying to build a Lua script that will tell Fibaro if I am working from home, working at home or off work.
Here is what I have so far but I need some help to get the scene trigger when either I am at home or at work when all the conditions have been met at the specific times. Does anyone have a similar scene or suggestions?
--[[
%% properties
%% events
%% globals
--]]
local currentDate = os.date("*t");
local time=os.date('*t');
local ct=os.date('*t'),os.date("%H:%M",os.time())
if (fibaro:countScenes() > 1) then