Hi, I have successfully installed HASS OS (core-2021.3.4 , supervisor-2021.03.6) on my NUC.
Now I’m working on Z WAVE integration. All Videos I found explain it with RP4.
My biggest hurdle is the very exhaustive output on Supervisor/System/Hardware. It shows more than 1500 lines.
To see the impact of connection the USB Stick to USB front port (blue) added the lines below to
the output. There is no clear text which tells me that the Stick is a ZWAVE.ME USB Stick.
So my questions are:
Did I make the hardware report request correctly?
What info (out of the added lines) do I have to put in the config.yaml ?
Hope someone can help on this.
###########################################################
SUBSYSTEM: usbmon
- name: 1-2
sysfs: '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2'
dev_path: /dev/bus/usb/001/005
subsystem: usb
by_id: null
attributes:
BUSNUM: '001'
DEVNAME: /dev/bus/usb/001/005
DEVNUM: '005'
DEVPATH: '/devices/pci0000:00/0000:00:14.0/usb1/1-2'
DEVTYPE: usb_device
DRIVER: usb
ID_BUS: usb
ID_MODEL: '0200'
ID_MODEL_ENC: '0200'
ID_MODEL_ID: '0200'
ID_PATH: 'pci-0000:00:14.0-usb-0:2'
ID_PATH_TAG: pci-0000_00_14_0-usb-0_2
ID_REVISION: '0000'
ID_SERIAL: 0658_0200
ID_USB_INTERFACES: ':020201:0a0000:'
ID_VENDOR: 0658
ID_VENDOR_ENC: 0658
ID_VENDOR_ID: 0658
MAJOR: '189'
MINOR: '4'
PRODUCT: 658/200/0
SUBSYSTEM: usb
TYPE: 2/0/0
USEC_INITIALIZED: '2771171408'
- name: ttyACM0
sysfs: '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/tty/ttyACM0'
dev_path: /dev/ttyACM0
subsystem: tty
by_id: /dev/serial/by-id/usb-0658_0200-if00
attributes:
DEVLINKS: >-
/dev/serial/by-id/usb-0658_0200-if00
/dev/serial/by-path/pci-0000:00:14.0-usb-0:2:1.0
DEVNAME: /dev/ttyACM0
DEVPATH: '/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/tty/ttyACM0'
ID_BUS: usb
ID_MODEL: '0200'
ID_MODEL_ENC: '0200'
ID_MODEL_ID: '0200'
ID_PATH: 'pci-0000:00:14.0-usb-0:2:1.0'
ID_PATH_TAG: pci-0000_00_14_0-usb-0_2_1_0
ID_REVISION: '0000'
ID_SERIAL: 0658_0200
ID_TYPE: generic
ID_USB_DRIVER: cdc_acm
ID_USB_INTERFACES: ':020201:0a0000:'
ID_USB_INTERFACE_NUM: '00'
ID_VENDOR: 0658
ID_VENDOR_ENC: 0658
ID_VENDOR_ID: 0658
MAJOR: '166'
MINOR: '0'
SUBSYSTEM: tty
TAGS: ':systemd:'
USEC_INITIALIZED: '2771174966'
############################################################