Custom external converter for Linptech ES1ZZ(TY) / Moes ZSS-LP-HP02 mmWave Presence Sensor with LD2410.
Modifies the default behavior of the LD2410 sensor where target_distance retains its last value even when presence is no longer detected.
Modified Behavior:
- ✅
occupancy: true→target_distanceshows actual distance - ✅
occupancy: false→target_distanceautomatically resets to 0
This makes the distance reading more intuitive and cleaner for automations and dashboards.
- Download
ES1ZZ.js - Place the file in your Zigbee2MQTT
data/external_converters/folder- Example:
/config/zigbee2mqtt/data/external_converters/ES1ZZ.js
- Example:
- Restart Zigbee2MQTT
- The converter will be loaded automatically
- (Optional) Re-interview the device for best results
- Zigbee2MQTT 1.30.0+
- Linptech ES1ZZ(TY) / Moes ZSS-LP-HP02 with manufacturer code:
_TZ3218_awarhusbor_TZ3218_t9ynfz4x
After restart, check the Zigbee2MQTT logs or MQTT topic zigbee2mqtt/bridge/converters to confirm the converter is loaded.
MIT