I have created a simple custom Z-Wave Edge driver for a Qubino ZMNHOD1 (Flush Shutter DC). The driver uploads and installs successfully, the device shows the correct driver ID, but the Lua code never executes.
Even a minimal driver with just log.info("MINIMAL DRIVER LOADED") at module level produces nothing in logcat.
The driver is on a private channel that the hub is enrolled in.
What I have tried:
Multiple driver versions and package keys
Unenroll and re-enroll hub from channel
Exclude and re-include the Z-Wave device
Power cycle the hub
Logcat with and without --hub-address
Location mode change to force auth resync
Logcat behavior:
Connects successfully and shows output from all other drivers (Zigbee Switch, frient Contact, Z-Wave Switch etc.)
Zero output from my custom driver, even during driver install or device switch
The device is currently assigned to the driver using edge:drivers:switch manually, and the device’s manufacturer code matches the fingerprint (0159-0003-0053).