• 0 Posts
  • 20 Comments
Joined 2 years ago
cake
Cake day: November 13th, 2022

help-circle


  • @Damage
    I got the square ones a few years ago and they kept on dropping from the network. In the meantime, a few firmware updates later I migrated to HA and now they are rock solid, don’t know if it’s due to consolidating Ikea, Hue and Aquara Zigbee networks into a single ZHA mesh or the firmware getting better, but I suspect that it’s due to a single optimized mesh instead three colliding Zigbee networks.
















  • @sabreW4K3
    Create a timer that you set to 5 minutes.
    Create an automation with 3 triggers:

    1. Motion is detected
    2. Motion clear
    3. Timer changes to idle

    Choice of three actions:

    When 1:
    Switch light on
    Cancel timer (this takes care of motion being detected again during the 5 minute delay)

    When 2:
    Start timer (And let’s wait for 5. Minutes for timer to end)

    When 3:
    Check that motion is clear (as motion also cancels the timer)
    If so, switch light off