PARTLY SOLVED - I Have already the Zwave devices powered by 230V. Still waiting for battery devices.
Using this:
Pairing everything is not funny, because I have mostly some mini-relays hidden in the wall behind my old switches.
In the log file ozw.log of today I found this
2021-02-08 15:41:58.205 Always, OpenZwave Version 1.4.3469 Starting Up
2021-02-08 15:42:08.786 Info, Setting Up Provided Network Key for Secure Communications
2021-02-08 15:42:08.790 Info, mgr, Added driver for controller /dev/ttyACM0
2021-02-08 15:42:08.790 Info, Opening controller /dev/ttyACM0
2021-02-08 15:42:08.791 Info, Trying to open serial port /dev/ttyACM0 (attempt 1)
2021-02-08 15:42:08.798 Info, Serial port /dev/ttyACM0 opened (attempt 1)
2021-02-08 15:42:08.799 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2021-02-08 15:42:08.799 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2021-02-08 15:42:08.799 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2021-02-08 15:42:08.799 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2021-02-08 15:42:08.799 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
In an old snapshot I foud this in Core.config_entries
{
"entry_id": "8065b530a1a62a91166a7b00a58a1c42",
"version": 1,
"domain": "zwave",
"title": "Z-Wave",
"data": {
"usb_path": "/dev/ttyACM0",
"network_key": "0xD4, 0x03, 0x11, 0x62, 0xB7, 0x57, 0x07, 0xCC, 0x3F, 0xF3, 0xED, 0x5E, 0x5D, 0x91, 0x24, 0xEC"
Problem1: In the configuration of Zwave Js I cannot enter /dev/ttyACMO. I can only select one of both
I have chosen /dev/serialxxx and I entered the converted network_key: D4031162B75707CC3FF3ED5E5D9124EC
The Zwave JS log file looks already better: It indicates at the end
19:06:41.150 CNTRLR [Node 005] CentralSceneCC: doing a partial interview…
19:06:41.152 CNTRLR [Node 005] NotificationCC: doing a partial interview…
19:06:41.154 CNTRLR [Node 005] Interview stage completed: CommandClasses
19:06:41.155 CNTRLR [Node 005] Interview stage completed: OverwriteConfig
19:06:41.156 CNTRLR » [Node 005] requesting node neighbors…
19:06:41.175 CNTRLR « [Node 005] node neighbors received: 1, 6, 7, 11, 12
19:06:41.176 CNTRLR [Node 005] Interview stage completed: Neighbors
19:06:41.176 CNTRLR [Node 005] Interview completed
But in Lovelace, I still don’t see any Zwave devices…
Any suggestion?