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

Binary switch - nie odnotowuje zmian stanu przycisków - raz działa raz nie


Question

Posted

Mam problem z HC3 i  Binaryswitchami (v. 2.1), które uruchamiają TYLKO sceny.

 

Do switchy nie jest podpięte żadne urządzenie, po prostu ich wciśnięcie ma powodować zmianę stanu i uruchomienie jakiejś sceny. Na HC2 wszystko działało super ale po migracji już nie.

 

Przykład - wciskam przycisk i zapalają się wszystkie światła w salonie- jest ok.  Wciskam go ponownie - i nic się nie dzieje, wciskam go 10 razy - i nic. W historii zdarzeń mam zapisane, tylko pierwsze wciśnięcie.

Czasem jest tak że w ogóle nawet raz nie zaskoczy - mogę go sobie wciskać i w historii zdarzeń nic nie ma, scena się nie uruchamia.

Zaznaczę, że nie mam tego problemu ze zwykłymi przełącznikami, które sterują np. światłem - wciskam i światło od razu się zapala...

 

Ktoś ma jakiś pomysł?

4 answers to this question

Recommended Posts

  • 0
Posted

Maybe you can share the scene that controls it ?

 

Or is this some kind of module that you place behind a standard wall switch.

  • 0
  • Inquirer
  • Posted

    It is a binary switch connected to 2 buttons - one turns the light on (and everything works fine), and the second has no device connected, but it is supposed to start the simple scene:

     

    {
      conditions = { {
          id = 576,
          isTrigger = true,
          operator = "anyValue",
          property = "state",
          type = "device"
        } },
      operator = "all"
    }
    actions = fibaro.call(771, 'toggle')
     
    On HC2, triggering scenes with buttons worked properly. I didn't change anything in connecting them, just migrated from hc2 to hc3
    • 0
    Posted (edited)

    Please login or register to see this code.

     

    This is what i have, to toggle a lamp with one press at a button.

    I'm just showing you what a coverted block scene looks like, when i make

    a scene. A scene, that toggle's the light with a button press.

     

     

     

     

     

    Edited by ppeterr
    • 0
  • Inquirer
  • Posted

    Unfortunately, it's exactly the same - nothing happens.
    It does not record any button presses in the event history either.

    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...