#move from node red -

1 messages · Page 1 of 1 (latest)

main ether
#

alias: smoke
description: ""
triggers:

  • trigger: mqtt
    topic: tele/RF_BRIDGE_HACKED/RESULT
    conditions:
  • condition: template
    value_template: " "{{ '647236' in trigger.payload_json.RfReceived.Data }}""
    actions:
  • action: tts.google_say
    data:
    cache: false
    entity_id: media_player.bedroom_speaker
    message: ""SMOKE""
    mode: single

run test on conditions - conditions not met ??

brave perch
#

Correct. The trigger object doesn’t fully exist when testing.

crimson comet
#

Hi @main ether,
For the next time you bring code to Discord, try this...