Pairing Climax 852PRO-ULTRA

Hello everyone,

I am trying to pair this photo pir sensor to my conbee 2
https://www.climax.com.tw/new/vst-852pro-ultra.php

I am getting this error on my raspberry pi console

zigbee2mqtt:info 2020-08-14 09:34:43: Device ‘0x00124b0008b4cf4b’ joined
zigbee2mqtt:info 2020-08-14 09:34:43: Starting interview of ‘0x00124b0008b4cf4b’
zigbee2mqtt:info 2020-08-14 09:34:43: MQTT publish: topic ‘zigbee2mqtt/bridge/log’, payload ‘{“type”:“device_connected”,“message”:{“friendly_name”:“0x00124b0008b4cf4b”}}’
zigbee2mqtt:info 2020-08-14 09:34:43: MQTT publish: topic ‘zigbee2mqtt/bridge/log’, payload ‘{“type”:“pairing”,“message”:“interview_started”,“meta”:{“friendly_name”:“0x00124b0008b4cf4b”}}’
zigbee2mqtt:error 2020-08-14 09:35:11: Failed to interview ‘0x00124b0008b4cf4b’, device has not successfully been paired
zigbee2mqtt:info 2020-08-14 09:35:11: MQTT publish: topic ‘zigbee2mqtt/bridge/log’, payload ‘{“type”:“pairing”,“message”:“interview_failed”,“meta”:{“friendly_name”:“0x00124b0008b4cf4b”}}’
zigbee2mqtt:warn 2020-08-14 09:39:43: Received message from unsupported device with Zigbee model ‘852_00.00.03.07TC’
zigbee2mqtt:warn 2020-08-14 09:39:43: Please see: https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html.

I added to configuration.yaml

homeassistant: false
permit_join: true
mqtt:
base_topic: zigbee2mqtt
server: ‘mqtt://192.168.1.58:1883’
serial:
port: /dev/ttyACM0
devices:
‘0x00124b0008b4cf4b’:
friendly_name: ‘Climax 852PRO-ULTRA’
advanced:
log_level: debug

and to devices.js

{
zigbeeModel: [‘852_00.00.03.07TC’], // The model ID from: Device with modelID ‘lumi.sens’ is not supported.
model: ‘VST-852P’, // Vendor model number, look on the device for a model number
vendor: ‘Climax’, // Vendor of the device (only used for documentation and startup logging)
description: ‘Climax Photo PIR Sensor’, // Description of the device, copy from vendor site. (only used for documentation and startup logging)
supports: ‘PIR and Photo’, // Actions this device supports (only used for documentation)
// fromZigbee: [], // We will add this later
toZigbee: [], // Should be empty, unless device can be controlled (e.g. lights, switches).
},

When i push the function button on the device I get this message in log level:

zigbee2mqtt:error 2020-08-14 11:49:08: Failed to call ‘Receive’ ‘onZigbeeEvent’ (TypeError: Cannot read property ‘filter’ of undefined
at Receive.onZigbeeEvent (/opt/zigbee2mqtt/lib/extension/receive.js:119:65)
at Controller.callExtensionMethod (/opt/zigbee2mqtt/lib/controller.js:360:44)
at Controller.onZigbeeEvent (/opt/zigbee2mqtt/lib/controller.js:246:14)
at Zigbee.emit (events.js:315:20)
at Controller. (/opt/zigbee2mqtt/lib/zigbee.js:67:52)
at Controller.emit (events.js:315:20)
at Controller. (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/controller/controller.js:503:22)
at Generator.next ()
at /opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/controller/controller.js:27:71
at new Promise ())

Could you help me out here?

I see there are several Climax devices manually paired to it so I think it can work…
Unforunately I don’t know what I can do more to try and get this to work, I’d be happy to get the PIR sensor readings already without the pictures

Thanks,
Kevin

The CLIMAX Camera PIR sensors use a non-standard protocol to transfer video/images…
Their EU technical representative confirmed this to me recently…
I