Zwave Errors

I have been having so many problems with adding Zwave devices and not much luck, only a couple devices I have been able to add. I was going to try the openzwave beta, but I decided not to. I had added the integration but removed it not long after. Things were working fine after I removed the integration but I just added a networkkey in options file, rebooted and now having this issue, trying removing network key and rebooting and still having this issue.

2021-01-04 19:25:36 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Z-Wave for zwave
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/openzwave/option.py", line 78, in __init__
    raise ZWaveException(u"Can't find device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))
openzwave.object.ZWaveException: "Zwave Generic Exception : Can't find device /dev/ttyACM0 : ['NoneType: None\\n']"

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 236, in async_setup
    result = await component.async_setup_entry(hass, self)  # type: ignore
  File "/usr/src/homeassistant/homeassistant/components/zwave/__init__.py", line 368, in async_setup_entry
    options = ZWaveOption(
  File "/usr/local/lib/python3.8/site-packages/openzwave/option.py", line 81, in __init__
    raise ZWaveException(u"Error when retrieving device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))
openzwave.object.ZWaveException: 'Zwave Generic Exception : Error when retrieving device /dev/ttyACM0 : [\'Traceback (most recent call last):\\n\', \'  File "/usr/local/lib/python3.8/site-packages/openzwave/option.py", line 78, in __init__\\n    raise ZWaveException(u"Can\\\'t find device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))\\n\', \'openzwave.object.ZWaveException: "Zwave Generic Exception : Can\\\'t find device /dev/ttyACM0 : [\\\'NoneType: None\\\\\\\\n\\\']"\\n\']'

2021-01-04 19:11:20.421 Info, mgr,     Manager::WriteConfig completed for driver with home ID of 0xe723b2c4
2021-01-04 19:11:21.421 Info, mgr,     Driver for controller /dev/ttyACM0 pending removal
2021-01-04 19:11:21.421 Detail, Notification: DriverRemoved
2021-01-04 19:11:21.421 Always, ***************************************************************************
2021-01-04 19:11:21.421 Always, *********************  Cumulative Network Statistics  *********************
2021-01-04 19:11:21.421 Always, *** General
2021-01-04 19:11:21.421 Always, Driver run time: . .  . 1 days, 20 hours, 36 minutes
2021-01-04 19:11:21.421 Always, Frames processed: . . . . . . . . . . . . . . . . . . . . 609
2021-01-04 19:11:21.421 Always, Total messages successfully received: . . . . . . . . . . 609
2021-01-04 19:11:21.421 Always, Total Messages successfully sent: . . . . . . . . . . . . 77
2021-01-04 19:11:21.421 Always, ACKs received from controller:  . . . . . . . . . . . . . 143
2021-01-04 19:11:21.421 Always, *** Errors
2021-01-04 19:11:21.421 Always, Unsolicited messages received while waiting for ACK:  . . 0
2021-01-04 19:11:21.421 Always, Reads aborted due to timeouts:  . . . . . . . . . . . . . 0
2021-01-04 19:11:21.421 Always, Bad checksum errors:  . . . . . . . . . . . . . . . . . . 0
2021-01-04 19:11:21.421 Always, CANs received from controller:  . . . . . . . . . . . . . 0
2021-01-04 19:11:21.421 Always, NAKs received from controller:  . . . . . . . . . . . . . 0
2021-01-04 19:11:21.421 Always, Out of frame data flow errors:  . . . . . . . . . . . . . 0
2021-01-04 19:11:21.421 Always, Messages retransmitted: . . . . . . . . . . . . . . . . . 0
2021-01-04 19:11:21.421 Always, Messages dropped and not delivered: . . . . . . . . . . . 16
2021-01-04 19:11:21.421 Always, ***************************************************************************
2021-01-04 19:11:21.424 Info, mgr,     Driver for controller /dev/ttyACM0 removed
2021-01-04 19:11:22.424 Error, mgr,     Manager::GetDriver failed - Home ID 0xe723b2c4 is unknown
2021-01-04 19:11:22.439 Warning, Exception: Manager.cpp:373 - 100 - Invalid HomeId passed to GetDriver
2021-01-04 19:11:22.439 Info, mgr,     GetSendQueueCount() failed - _homeId -417090876 not found

Check that your device is still /dev/ttyACM0 and that it’s available to HA. You may have to reboot your host after removing the add-on.

Is there a way I can check through HA itself? I am using Nabucasa as my setup is at my cottage and I won’t be returning for a couple weeks.

It was working fine until I changed the networkkey in options.xml. I reverted my changes back but no luck.

EDIT - I changed the USB path from ending in a 0 to a 1 and now it works. - Thanks.

Thanks.