This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.

The Homey Community has been moved to https://community.athom.com.

This forum is now read-only for archive purposes.

Missing_listener in Flow

Hi all,

I've made a flow with the following if/and/than:

IF: Someone leaves
AND: Nobody's home

etc.

When i click "test" i got the following error: "Missing Listener" on the "Nobody's home" card.
Not only the test fails, also the flow itself when it runs. 



I've already searched github for issues, this one is the only one i could find but is already solved.
https://github.com/athombv/homey/issues/903

Did i something wrong? 

Thank you! 

Comments

  • Missing_listener also appears in the OTGW app. Bummer
  • Definitely create a new issue for this. Seems like something simple to fix for Athom...
  • Definitely create a new issue for this. Seems like something simple to fix for Athom...
    Thanks!

    https://github.com/athombv/homey/issues/987
  • Great... For the flow: If no-one is home (as a condition), how can someone leave then? That will never trigger...
  • msmitsmsmits Member
    edited October 2016
    Hmm i want to achieve to check if there's nobody home, when nobody is home fire this action.
    I cannot do when person x leaves and person y leaves... that won't work either... 

    I don't understand why this couldn't work? In my opinion it should?


  • casedacaseda Member
    edited October 2016
    why wouldn't it trigger? if "somebody leaves" then that person is already flagged away, so the [AND] nobody home will be true. (if the other persons aren't there either ofcourse)
  • Mmm, it might. If someone leaves means a boolean (for example) went from 1 to 0. If the condition is only checked -after- that (which seems logical programming-wise) then it will work... Bit strange though logically seen... Please let us know whether it worked...
  • Is there someone from Athom who can make this clear? @Emile 
  • EmileEmile Administrator, Athom
    This Flow would behave like 'If the last person leaves the house', because the condition is checked after the trigger fires.
  • I made a flow for each person.
    When person 1 leaves and person 2 and person 3 are not at home then......
    I know it's a lot of flows but it works. Let us know if this works also.
  • Would be much easier, @Fire69 did this too iirc.
  • We have 3 phones that are used for presence detection.

    I'm trying to use Better Presence for this.
    I have 6 flows (2 per phone) like this


    But it's not working yet.  :D
Sign In or Register to comment.