![]() |
Unable to find ZWave module? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +---- Forum: Armbian (https://forum.pine64.org/forumdisplay.php?fid=84) +---- Thread: Unable to find ZWave module? (/showthread.php?tid=12722) |
Unable to find ZWave module? - avggeek - 01-07-2021 Hi, I have a A64 1GB Board with the ZWave Plus IO Card which is running Armbian Focal by default. I'm trying to get see if the ZWave module is working and to test this I installed openzwave and libopenzwave from the apt repo's. After rebooting, I tried to verify that the ZWave module is working by running "sudo MinOZW /dev/ttyS2" but I get the following error: Code: 2021-01-07 18:45:36.260 Warning, Failed - Network Key Not Set I also tried ttyS3/S4/S5 but those error out as well. MinOZW is able to open ttyS0 but then I get a different set of errors, which I suspect is because ttyS0 is Console? Can someone let me know how to determine whether my ZWave module is working? RE: Unable to find ZWave module? - avggeek - 01-20-2021 I was able to resolve this by running armbian-config and enabling a number of hardware components under System>Hardware: ![]() Once I enabled these and rebooted, MinOZW started working. RE: Unable to find ZWave module? - joda - 02-24-2025 Hello, I'm sorry to reopen this thread I have an A64 2GB ( kickstarter ) with the zwave module in Uart on which I installed the latest version of armbian ( Armbian 24.11.1 Bookworm Minimal ) I have activated the Uart2 via armbian-config but I still can not connect via stty or MinOZW Code: sudo MinOZW /dev/ttyS2 Code: sudo stty -F /dev/ttyS2 115200 can you help me ? RE: Unable to find ZWave module? - katyperry - 04-07-2025 (02-24-2025, 02:17 AM)joda Wrote: Hello, Run ls /dev/ttyS* to see all available serial devices. The ZWave module should correspond to one of these. |