Advertisement
Guest User

Hassio zwave USB device issue

a guest
Jan 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.58 KB | None | 0 0
  1. core-ssh:~# dmesg | grep USB
  2. [    1.034870] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  3. [    1.035158] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  4. [    1.035173] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  5. [    1.035904] hub 1-0:1.0: USB hub found
  6. [    1.163847] usbhid: USB HID core driver
  7. [    1.413499] usb 1-1: new high-speed USB device number 2 using dwc_otg
  8. [    1.614149] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  9. [    1.614171] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  10. [    1.614968] hub 1-1:1.0: USB hub found
  11. [    1.893550] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  12. [    1.993800] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  13. [    1.993813] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  14. [    2.055684] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:ff:ed:c8
  15. [    2.293509] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
  16. [    2.396746] usb 1-1.2: New USB device found, idVendor=0658, idProduct=0200
  17. [    2.396759] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  18. [    3.863352] cdc_acm 1-1.2:1.0: ttyACM0: USB ACM device
  19. [    3.864395] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  20. [  293.183291] usb 1-1.2: USB disconnect, device number 4
  21. [  297.256030] usb 1-1.5: new full-speed USB device number 5 using dwc_otg
  22. [  297.359348] usb 1-1.5: New USB device found, idVendor=0658, idProduct=0200
  23. [  297.359368] usb 1-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  24. [  297.361018] cdc_acm 1-1.5:1.0: ttyACM0: USB ACM device
  25. core-ssh:~# hassio host hardware
  26. {
  27.     "result": "ok",
  28.     "data": {
  29.         "serial": [
  30.             "/dev/ttyACM0",
  31.             "/dev/ttyAMA0"
  32.         ],
  33.         "input": [],
  34.         "disk": [],
  35.         "gpio": [
  36.             "gpiochip100",
  37.             "gpiochip0"
  38.         ],
  39.         "audio": {
  40.             "0": {
  41.                 "name": "bcm2835 - bcm2835 ALSA",
  42.                 "type": "ALSA",
  43.                 "devices": {
  44.                     "0": "digital audio playback",
  45.                     "1": "digital audio playback"
  46.                 }
  47.             }
  48.         }
  49.     }
  50. }
  51. core-ssh:~# ls -la /dev/tty*
  52. crw-rw-rw-    1 root     root        5,   0 Jan 21 12:47 /dev/tty
  53. core-ssh:~# curl -d '{"devices": ["ttyACM0"]}' http://hassio/homeassistant/options
  54. {"result": "error", "message": "extra keys not allowed @ data['devices']. Got ['ttyACM0']"}core-ssh:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement