Good evening,
I would like to pair a Tuya vibration sensor ordered on Ali: Vibration Sensor with a CC2652 BLE dongle.
It doesn’t seem to work, here is the beginning of the configuration log:
debug 2021-10-26 16:38:21: Loaded state from file /app/data/state.json
info 2021-10-26 16:38:21: Logging to console and directory: ‹ /app/data/log/2021-10-26.16-37-59 › filename: log.txt
debug 2021-10-26 16:38:22: Removing old log directory ‹ /app/data/log/2021-10-26.09-35-58 ›
info 2021-10-26 16:38:22: Starting Zigbee2MQTT version 1.21.2 (commit #4492212)
info 2021-10-26 16:38:22: Starting zigbee-herdsman (0.13.149)
debug 2021-10-26 16:38:22: Using zigbee-herdsman with settings: ‹ {"adapter":{"concurrent":null,"delay":null,"disableLED":false},"backupPath":"/app/data/coordinator_backup.json","databaseBackupPath":"/app/data/database.db.backup","databasePath":"/app/data/database.db","network":{"channelList":[11],"extendedPanID":[221,221,221,221,221,221,221,221],"networkKey":"HIDDEN","panID":6754},"serialPort":{"path":"/dev/ttyACM0"}} ›
info 2021-10-26 16:38:33: zigbee-herdsman started (resumed)
info 2021-10-26 16:38:33: Coordinator firmware version: ‹ {"meta":{"maintrel":1,"majorrel":2,"minorrel":7,"product":1,"revision":20210708,"transportrev":2},"type":"zStack3x0"} ›
debug 2021-10-26 16:38:33: Zigbee network parameters: {"channel":11,"extendedPanID":"0x00124b0022a4cbcf","panID":6754}
info 2021-10-26 16:38:33: Currently 0 devices are joined:
info 2021-10-26 16:38:33: Zigbee: disabling joining new devices.
info 2021-10-26 16:38:33: Connecting to MQTT server at mqtt://localhost:1884
debug 2021-10-26 16:38:33: Using MQTT login with username: z2m
info 2021-10-26 16:38:38: Connected to MQTT server
info 2021-10-26 16:38:38: MQTT publish: topic ‹ zigbee2mqtt/bridge/state ›, payload ‹ online ›
info 2021-10-26 16:38:40: Started frontend on port 0.0.0.0:8080
debug 2021-10-26 16:40:32: Received MQTT message on ‹ zigbee2mqtt/bridge/config/devices/get › with data ‹ ›
debug 2021-10-26 16:42:43: Received MQTT message on ‹ zigbee2mqtt/bridge/config/devices/get › with data ‹ ›
debug 2021-10-26 16:43:11: Received MQTT message on ‹ zigbee2mqtt/bridge/config/devices/get › with data ‹ ›
debug 2021-10-26 16:43:21: Saving state to file /app/data/state.json
debug 2021-10-26 16:45:43: Received MQTT message on ‹ zigbee2mqtt/bridge/config/devices/get › with data ‹ ›
debug 2021-10-26 16:48:21: Saving state to file /app/data/state.json
When I do a scan, I get the message: « No new device found »
I am using the official Gladys image, can someone help me troubleshoot, it’s the first time I use Zigbee devices.
Thanks to the community.