You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my hub plugged into a USB hub, which is attached to a server running USB-IP. My HA instance is in a VM also running USB-IP, with the hub usb device attached.
Here is a look at what is currently attached:
uncled1023@homeassistant:/home/homeassistant/.homeassistant$ dmesg | grep hidraw
[ 1.519997] hidraw: raw HID events driver (C) Jiri Kosina
[ 12.736177] hid-generic 0003:1A86:E024.0002: hiddev0,hidraw0: USB HID v1.00 Device [HID 1a86:e024] on usb-vhci_hcd.0-1/input0
And this is my config:
- platform: wyzesense
device: /dev/wyzesense
I had used the initial portion of the comment here to set up the explicit device name: #66 (comment)
Any thoughts? Or is there a way I can test the USB to make sure it's being passed through correctly?
The text was updated successfully, but these errors were encountered:
As an aside, I can see commands being sent through to the server USB-IP host. Not sure if these are useful, but here is a dump of the commands being sent: https://p.teknik.io/3iC42 and here is what the usb-ip driver sees: https://p.teknik.io/HVFAj
I am trying to set this up for the first time, and am running into an issue I can't figure out.
Here are the logs: https://p.teknik.io/Tlkus
I have my hub plugged into a USB hub, which is attached to a server running USB-IP. My HA instance is in a VM also running USB-IP, with the hub usb device attached.
Here is a look at what is currently attached:
And this is my config:
I had used the initial portion of the comment here to set up the explicit device name: #66 (comment)
Any thoughts? Or is there a way I can test the USB to make sure it's being passed through correctly?
The text was updated successfully, but these errors were encountered: