-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Update zha.markdown #15829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update zha.markdown #15829
Conversation
@@ -84,6 +84,8 @@ Some other Zigbee coordinator hardware may not support a firmware that is capabl | |||
|
|||
## Configuration - GUI | |||
|
|||
Connect your radio module and restart Home Assistant. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That should not be needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Restart should not be needed with Home Assistant OS, but if not using Home Assistant OS as the installation method...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For whatever reason, after plugging a new USB stick into Running Home Assistant OS installation for the very 1st time, it does show as a serial port in the Supervisor Hardware tab, however accessing the serial port from the HA Core instance fails. Exactly same steps work after the host reboot.
I am sorry, but I do not see any bug according to the docs. Press Submit and the integration will try to detect radio type automatically. If unsuccessful, you will get a new pop-up asking for a radio type. ...: This is exactly what happened. |
The point is... a restart to detect a USB device is not correct behavior, it should have been picked up. |
+1 for this likely being a bug. Restart of Home Assistant should not be needed with Home Assistant OS as the installation method. |
You could try to install/update to latest pyusb (libusb) with the command python3 -m pip install pyusb>=1.1.0 |
Update setup.py adding "pyusb>=1.1.0" requirement as probably does not hurt have latest pyusb / libusb installed when using USB adapters. Reference home-assistant/home-assistant.io#15829 and zigpy/zigpy-zigate#71
Update setup.py adding "pyusb>=1.1.0" requirement as probably does not hurt have latest pyusb / libusb installed when trying to add USB adapters. Reference zigpy/zigpy-zigate#71 and home-assistant/home-assistant.io#15829
Update setup.py adding "pyusb>=1.1.0" requirement as probably does not hurt have latest pyusb / libusb installed when trying to add USB adapters. Reference zigpy/zigpy-zigate#71 and home-assistant/home-assistant.io#15829
Update setup.py adding "pyusb>=1.1.0" requirement as probably does not hurt have latest pyusb / libusb installed when trying to add USB adapters. Reference zigpy/zigpy-zigate#71 and home-assistant/home-assistant.io#15829
Update setup.py adding "pyusb>=1.1.0" requirement as probably does not hurt have latest pyusb / libusb installed when trying to add USB adapters. Reference zigpy/zigpy-zigate#71 and home-assistant/home-assistant.io#15829
Update setup.py adding "pyusb>=1.1.0" requirement as probably does not hurt have latest pyusb / libusb installed when trying to add USB adapters. Reference zigpy/zigpy-zigate#71 and home-assistant/home-assistant.io#15829
Proposed change
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.