Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95919

Harmony works in one script and not another, what is wrong here

$
0
0

@dkmcgowan wrote:

turn_off_tv:
alias: Turn Off TV
sequence:

  • data:
    command:
    • PowerOff
      device: Sony TV
      entity_id: remote.harmony_hub
      service: remote.send_command

arm_home:
alias: Night Mode
sequence:

  • entity_id: scene.night
    service: scene.turn_on
  • data:
    command:
    • PowerOff
      device: Sony TV
      entity_id: remote.harmony_hub
      service: remote.send_command
  • service: rest_command.blue_iris_night
  • data:
    code: ‘XXXX’
    entity_id: alarm_control_panel.alarm_control_panel
    service: alarm_control_panel.alarm_arm_home

Ok, so the Turn Off TV script always works. It rarely works, like 1 out of 10, when I run my Night mode script, what am I doing wrong here? Is it some weird delay I need to add or something?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95919

Trending Articles