Motion sensor disable during a Movie

I’m pretty sure this line:

if(FibaroEye1Motion_Armed == ON){

needs to be like this

if(FibaroEye1Motion_Armed.state == ON){

Give that a try and see if it works

1 Like

Ta da! :slight_smile:

Yes, that was it :wink: thanks zolakk. Ill do some testing over the coming days but so far so good.