Issue of the topic:
I have setup 2 Yale Assue SL locks with the Zigbee module
Adding them to OH was straightforward
The lock responds very slowly, when it does
OH does not update when the lock is manually operated
I set the zigbee logging to debug and it’s very verbose
I have 18 Leviton zigbee dimmers and switches so they generate a lot log noise.
Any suggestion on how to filter just for the Locks?
The lock xml 000D6F0010C99F27.xml (106.1 KB)
Could you please post the full Java version.
From your given information, it looks like an unrecommended version, which could lead to your bad performance…
Zulu 11 would be the right choice.
Looking at this I can see some delivery failures from the dongle which likely indicates there is a poor connection to the device -:
This shows the first command sent to the device fails - the coordinator was unable to deliver it. The binding then retries this, and it is successful, but we then also receive a number of responses. Again this indicates that there is likely a communications issue between the coordinator and the device.
Thank you
I’m going to try to move the dongle closer to see if that makes any difference. There a a great number of routers (Leviton dimmers) between the current dongle position and the door. I wonder why there is a comm problem?
@chris
I want to validate what I see in the event.log and the openhab.log before I go running off to Yale to complain about their terrible Zigbee implementation.
I started OH and waited until all zigbee things were online
From OH, I locked and unlocked the door lock
I then manually locked and unlocked the door lock.
I then, using the lock keypad, I locked and unlocked the doorlock
I then stopped OH
All I see in the events and OH logs are the actions I took using OH, no status changes or events for actions I took directly on the lock and it’s keypad
@chris I’m following up
I have a much smaller OH log
Same test
Set Zigbee looging to DEBUG
Lock and unlock Zigbee Yale Assure SL from OH
Lock and unlock manually
Lock and unlock using Yale Assure SL Keypad
Lock and unlock Zigbee Yale Assure SL from OH
Set Zigbee logging to INFO
I see my OH commands and state updates, I don’t see much that I understand in-between the OH lock/unlock iteration. Definitely no state updates for operations performed on the lock itself.
Do we need to get lower level trace?
Is this enough for me to complain to Yale?
Yale tech support suggested that my lock is not close enough
This test was performed with the lock and Zigbee hub in the same room.
This sounds an awful lot like the same behaviour as Yale/Schlage Z-Wave locks. In those cases, you have to use the alarm_raw channel to get updates from the lock. But I don’t know if the same thing exists with Zigbee.
You can try to reinitialise the device. Possibly the device did not get initialised fully and is not sending reports back to the binding when the device state is updated.