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

Zigbee switch doesn't turn on but HA says it does

$
0
0

Hello all,
I’m facing a problem that I can’t seem to solve.
Updated to Zigbee2mqtt V2.1 and before hand everything was working fine. Now I’ve got most automations running but there is one light that just won’t work.
The automation runs, and on the frontend the light also turns on but the light stay off.
The automation:

alias: Motion
description: ""
triggers:
  - type: occupied
    device_id: d37c53d852794ca4edbdca4c8eb4d2b8
    entity_id: d5d4491e99d23af9761250aa116dc72c
    domain: binary_sensor
    trigger: device
    id: kitchen light
conditions: []
actions:
  - choose:
      - conditions:
          - condition: trigger
            id: kitchen light
          - condition: and
            conditions:
              - condition: numeric_state
                entity_id: sensor.beweging_keuken_illuminance
                below: 50
              - condition: time
                after: "16:00:00"
                before: "09:00:00"
        sequence:
          - data: {}
            target:
              entity_id: timer.kitchen_light
            action: timer.start
          - action: light.turn_on
            data:
              brightness_pct: 40
            target:
              entity_id: light.aanrecht_verlichting_l1

I’ve removed and readded the device already from Z2M but no difference.
The device is a double dimmer ( TS110E_2gang_2).
I see no errors in the Z2M logfile or in the HA logfile.
Anybody any idea what I’m can try?
I’m on latest HA.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 106134

Trending Articles