Skip to content

8.5.2 - [BREAKING CHANGES] ZNMS16LM/ZNMS17LM improvements and Acconeer XM12 sensor

Compare
Choose a tag to compare
@Ernst79 Ernst79 released this 07 Apr 11:28
· 795 commits to master since this release
27256a1

Changes in 8.5.2

BREAKING CHANGES

  • Lock states were reversed for the binary (lock) sensor: 0=>locked 1=>unlocked. This release fixes that issue. This applies to all all Xiaomi locks, although it has only been tested on the ZNMS17LM model (by @vincent-k).

  • ZNMS17LM is reporting lock, anti-lock & child-lock events. Using these on the same sensor/lock leads
    to an incorrect global state. Eg. when the door is fully locked (main lock + anti-lock), if we release only the anti-lock then the sensor goes to unlocked state which is incorrect. This commit decouples the lock into three distinct sensors: 'lock', 'anti-lock' & 'child-lock' to avoid such issues (by @vincent-k).

    Note: this only targets ZNMS17LM model to keep a selective approach (some users may prefer the global version and some other Xiaomi locks may not be reporting those states).

NEW FEATURES

  • Add door sensor for ZNMS16LM/ZNMS17LM #811
  • Add Acconeer XM12 motion sensor #816 (by @jbjornstedt )

OTHER CHANGES

  • Rename Inkbird IBS-P01R to IBS-P01B
  • Fix for error while configuring BLE monitor without BT adapter #815