HUSBZB-1 Problem

I am using Hassbian, everytime i enter
zwave:
usb_path: /dev/ttyACM0
or
usb_path: /dev/ttyUSB0

i check config file, return valid, after i reboot the pi, i can’t load the GUI, I command out the zwave

/// #zwave ///
/// #usb_path: /dev/ttyACM0 ///
or
/// #usb_path: /dev/ttyUSB0 ///

after reboot, i can load the GUI

I have both Aeotec Z-Stick Series gen 5 and
HUSBZB-1: GoControl QuickStick Combo

on
HUSBZB-1: GoControl QuickStick Combo, zha work,

but can’t make zwave work on both stick.

Thanks for reply.

You can only use a single Z-Wave stick, not both at the same time.

Yes, I only use single at a time, when I use go control Quick stick, i remote the Aeotec from USB, and vice versa.

Thanks for reply

1 Like

I bought the Aeotec first, try to config for week, no luck. that’s way i bought the Go Control Quick Stick, and hope it will work, but still no luck to make zwave work, but at least i make Zha work, sadly, I have all my zwave devices on my all my smartthing hub. No zigbee devices :frowning_face:

With the HUSBZB-1 connected, what do you see from ls -l /dev/tty*?

never try ls -l /dev/tty*, not at home now, but when i try ls /dev/tty*, i see ttyUSB0 and ttyUSB1.

When you’re home, please do it and then share the full information that comes back

I will, thanks

Make sure the usb_device line is indented two spaces.
usb_path:/dev/ttyUSB0

yes, I did.
just doesn’t appear here.

thanks

i enter ls -l /dev/tty*

i got:
crw–w---- 1 root tty 4, 1 Nov 17 19:53 /dev/tty1
to
crw–w---- 1 root tty 4, 60 Nov 17 19:53 /dev/tty60

follow by

crw-rw---- 1 root dialout 204, 64 Nov 17 19:53 /dev/ttyAMA0
crw------- 1 root root 5, 3 Nov 17 19:53 /dev/ttyprintk
crw-rw---- 1 root dialout 188, 0 Nov 17 19:53 /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 1 Nov 17 20:38 /dev/ttyUSB1

If the Aeotec is still connected, it’s probably /dev/ttyAMA0

If you’re using the HUSBUZB - stop Home Assistant, delete OZW_Log.txt, start Home Assistant and then please share the top 20 lines of the new OZW_Log.txt file.

Oh, and please format it as a code block - see the large blue box at the top for full details, or just select all the lines and push the </> button on the formatting bar.

I have remote the AEOTEC stick, just GoControl Zwave Zigbee stick lug in now.

sorry, new to linux,
where is OZW.Log.txt located?

don’t understand the second part:
“Oh, and please format it as a code block - see the large blue box at the top for full details, or just select all the lines and push the </> button on the formatting bar.”

In with all your configuration files - eg configuration.yaml

When you post walls of logs, or configuration, if you don’t format it correctly it’s hard to read. When you paste them in you then select them all and push that button:
image
That then ensures that they’re formatted correctly

Like this

below is all the files i have in the config folder:
automations.yaml
configuration.yaml
customize.yaml
groups.yaml
harmony_harmony_hub.conf
home_assistant.log
home_assistant_v2.db
insteon_local_lights.conf
insteon_local_switch.conf
phue.conf
scripts.yaml
secrets.yaml
zigbee.db

if you mean home_assistant.log file after i reboot the PI:

2017-11-19 11:43:48 WARNING (MainThread) [homeassistant.setup] Setup of sensor is taking over 10 seconds.
2017-11-19 11:43:49 WARNING (MainThread) [homeassistant.setup] Setup of light is taking over 10 seconds.

After reboot, i can’t reconnect to Assistant GUI, but no error at the log file,

Hmmm, there’s no sign that it’s even attempted to configure Z-Wave.

To check, your Z-Wave configuration looks exactly like:

zwave: 
  usb_path: /dev/ttyUSB0

yes, try retype the same sentence so many time, ever copy from example.

Then there should be something in the log (home_assistant.log) about it, saying what the problem is.

I copy the the string you provide above, IT WORK!!!
the only difference is you have “A SPACE” after "zwave: "
All other component at config file doesn’t require a space after the “:”
Now I can see the Zwave is ready a home assiatant GUI and also OZW_Log.txtfile and pyozw.splite file

Tinkerer, Thanks a lot for you help. ready appreciated.

Now I can Move on and experience with zwave and zigbee devices…

1 Like