Skip to content

Lightwand Update: Zigbee2MQTT v2.0.0 Support, Enhanced Logic, and Adaptive Lighting Improvements

Choose a tag to compare

@Pythm Pythm released this 21 Jan 14:54
52af3ba

Release Notes for Lightwand

  • Compatibility Update:
    Fixed OutLuxMQTT_2 and RoomLuxMQTT to ensure compatibility with Zigbee2MQTT v2.0.0.

  • Improved Logic:

    • Rewritten underlying logic for better configurability and ease of use when setting up lights.
    • The default state for all automations and modes is now none, which activates if conditions are met. The turn_on state is no longer required to turn lights on.
  • Simplified Configuration:

    • No need to define a state when:
      • Using offset.
      • Turning lights on.
    • Adjusting light modes on motion detection now dims the brightness if the new mode specifies a lower brightness level.
  • New Feature: Adaptive Motion Control:

    • Added support for noMotion: True in modes to prevent motion events from activating motion lighting. This is particularly useful when integrating with Adaptive Lighting.
    • Adaptive light brightness comparisons now convert max brightness percentages to better align with 0-255 brightness scales.