-
Notifications
You must be signed in to change notification settings - Fork 13
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
Got unk_manufacturer unk_model while pairing Aqara Device #16
Comments
@sanyatuning I would really hold off letting people use this module with a beginner-friendly system like Home Assistant. Currently there are a few unhandled network states (#12) and features (route re-discovery, NVRAM backups, concurrency limits, retrying, etc.) that can cause your entire Zigbee network to just completely "break" after a while. I'm slowly implementing those features in my fork, but they're not quite ready yet. |
Serial port /dev/ttyACM0 is correct, because pairing of devices got a warning in logs, and new devices (unk_manufacturer unk_model) adds on integrations page. How can I check for softlock? |
Can you enable debug logging for this package to see what's being sent and post the log? Something like: logger:
logs:
zigpy_cc: debug |
I'm sorry, I think I solved my problem) My mistake, I read inattentively zha doc page https://www.home-assistant.io/integrations/zha/ |
Hello!
Thank You for zigpy-cc module! I glad to see it in new Home Assistant release.
But I have issue with pairing devices.
Maybe it is not related with You project, then say me please right project for report about the issue)
I have two zigbee devices: Aqara Water Leak sensor (https://www.zigbee2mqtt.io/devices/SJCGQ11LM.html) and Aqara Wireless Switch (https://www.zigbee2mqtt.io/devices/WXKG11LM.html)
And I have Home Assistant 0.106 with USB module CC2351 runned under Ubuntu 18.04.4
I manually configured zha integration in configuration.yaml:
Firstly, each time after start Home Assistant I've got an error in homeassitant.log:
But I see the integration on integrations page.
Secondly, when I trying pairing any zigbee device, I see in homeassistant.log warnings like
And device added as unk_manufacturer unk_model
Creation of automations or scenarios not available for that device.
Can You help with this issue?
Thank You!)
The text was updated successfully, but these errors were encountered: