HUSBZB-1 Problem

I am just few week try to using home assistant. try to config the HUSBZB-1 with zigbee and Zwave with the follow at configuration.yaml file

zwave:

usb_path: /dev/ttyUSB0

zha:
usb_path: /dev/ttyUSB1
database_path: /home/homeassistant/.homeassistant/zigbee.db

the doamin (web GUI) show up good and i can see zha at service tad.

When I do below

zwave:
usb_path: /dev/ttyUSB0

zha:
usb_path: /dev/ttyUSB1
database_path: /home/homeassistant/.homeassistant/zigbee.db

check config show valid config

but i can;t load the web GUI

What did I did wrong?

the first path is

zwave:

usb_path: /dev/ttyUSB0

zha:
usb_path: /dev/ttyUSB1
database_path: /home/homeassistant/.homeassistant/zigbee.db

try to solve the problem for almost 2 weeks

please help.

I put # "command out
zwave:
usb_path: /dev/ttyUSB)

Are you using Hass.io or hassbian?

Please use code tags to preserve your formatting so we can check it for errors: place three backticks before and after the paragraphs.

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