kevinvincent / ha-wyzesense

A Home Assistant Component to interface with the WYZE Sense hub and sensor system
369 stars 100 forks source link

No hidraw showing up #87

Closed tsalha closed 4 years ago

tsalha commented 4 years ago

I'm a bit stumped and hoping someone can help as I haven't seen this pattern show up for anyone in the closed issues. I have the add-on installed through HACS (NUC/Docker) and I've done the 99-com.rules update. When I run dmesg | grep hidraw I don't see the Wyze as connected to the computer. All I can see is my mouse and keyboard. I've tried several USB ports. The Wyze has a solid amber light. Debug log --> https://pastebin.com/siG6nRcp

kevinvincent commented 4 years ago

Can you try the method in this issue: https://github.com/kevinvincent/ha-wyzesense/issues/66

tsalha commented 4 years ago

The below from that issue worked for me. Thanks!

Create /etc/udev/rules.d/99-wyze.rules: SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="e024", SYMLINK+="wyzesense"