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.

Trouble with mySensor Doorbel.

Hi,

Hopefully someone has some bright ideas. 

1) I have mySensor app installed
2) When I press the doorbell the information is send to the gateway and then too the app.

The result (sorry I can not nicely insert data):

{ sensorId: '1',
  sensorType: 'S_DOOR',
  payload: '1',
  payloadType: 'V_TRIPPED',
  time: 1483543435174,
  device:
   { data: { id: '0_1', nodeId: '0', sensorId: '1', sensorType: 'S_DOOR' },
     isAdded: true,
     name: 'Deurbel',
     class: 'doorbell',
     capabilities: [ 'alarm_generic' ] },
  capabilities:
   { type: 'doorbell',
     sub_type: 'alarm_generic',
     parse_value: 'boolean' } }
value = 1
return value = true
capability: alarm_generic payload: true
Realtime: undefined
trigger flow.value_changed = 0:1
trigger flow.value_on = 0:1
----- handleMessage -------
{ nodeId: '0',
  sensorId: '1',
  messageType: 'set',
  ack: '0',
  subType: 'V_TRIPPED',
  payload: '0' }
----- set -------
--- getNodeById ----
--- getSensorInNode ----
{ sensorId: '1',
  sensorType: 'S_DOOR',
  payload: '0',
  payloadType: 'V_TRIPPED',
  time: 1483543440712,
  device:
   { data: { id: '0_1', nodeId: '0', sensorId: '1', sensorType: 'S_DOOR' },
     isAdded: true,
     name: 'Deurbel',
     class: 'doorbell',
     capabilities: [ 'alarm_generic' ] },
  capabilities:
   { type: 'doorbell',
     sub_type: 'alarm_generic',
     parse_value: 'boolean' } }
value = 0
return value = false
capability: alarm_generic payload: false
Realtime: undefined
trigger flow.value_changed = 0:1

this seems ok. Some errors but I general ok. When I go to the insight of this doorbell I see correctly:

Wed Jan 04 2017 16:23:55 GMT+0100 (CET),true (Doorbell ring)
Wed Jan 04 2017 16:24:00 GMT+0100 (CET),false (back to normal)

and I expect this work flow to run. It worked all the time but since 1.1.2  (or arround that time) it does not work anymore. I have also removed some apps that require heavy resource from Homey.

 
Any suggestion would be welcome? The only logical thing I can think off is timing. The time to see the pulse of "true" is to short to process for homey?

Comments

  • RocodamelsheRocodamelshe Member
    edited January 2017
    With my doorbell i have an extra card in the AND colom with: "And doorbell is true" with a BL card.
    Ow wait. I also have "When variable has changed" in the IF colom so my flows are different then urs:




  • In my case I am just curious when the doorbell is pressed (true) if the trigger will fire and if it goes from true to false it should fire again in my flow. But it won't fire at all  :'(
Sign In or Register to comment.