Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 0

What is wrong with this scene ?


Question

Posted

It was ok until i updated to 4.031, now is dead.

--[[

%% properties

51 sceneActivation

56 sceneActivation

54 sceneActivation

%% globals

--]]

-- Device IDs that should be turned off when AllOnOff button pressed

allOffDevices = {57, 51, 55}

local trigger = fibaro:getSourceTrigger();

if (trigger['type'] ~= "property") then

fibaro:debug ("Unexpected source trigger '" .. trigger['type'] .. "'");

fibaro:abort ();

end

local id = tonumber (trigger['deviceID']);

local scene = tonumber (fibaro:getValue (id, "sceneActivation"));

if (scene == 26) then

-- 26 is sceneActivation code for 2nd FGD-211 button click

for i = 1, # allOffDevices do

fibaro:call (allOffDevices, "turnOff");

end

end

5 answers to this question

Recommended Posts

  • 0
Posted

fdstil,

I think the scene activation, I have the same problems with my Fibaro UBS.... nothing is working anymore

  • 0
  • Inquirer
  • Posted

    Soft reconfigure is the key !!!!

    • 0
    Posted

    Not for me

    Please login or register to see this image.

    /emoticons/default_wink.png" alt=";)" srcset="https://forum.fibaro.com/uploads/emoticons/[email protected] 2x" width="20" height="20" /> I have created already a bug on bugzilla, more persons have problems. Great to see that it's working for you!

    • 0
    Posted

    Look at my posts in the following topic.

    Please login or register to see this link.

    • 0
    Posted

    First thing to check is the scene activation property in API. Get Json Viewer addon installed and go to HC_IP/api/devices/idOfDevice and check if there is scene activation visible. If not, perform reconfiguration, first soft and then regular one if needed.

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Answer this question...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...