-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[New device support]: Zigbee 3.0 USB Dongle Plus Dongle E (with Router Firmware) #13894
Comments
Change fromZigbee to |
@Koenkk
|
@Koenkk Below is the cluster structure I see for these adapters .. can we enable touchlink somehow as we have oot for the texas instruments adapter ?? I might be dumb with all these questions as I am new to the world of Zigbee. I tried something like the below, I am not sure if this is the right way, and also now sure how to utilize the vale (expose)
|
It is not a feature we can enable over Zigbee itself, so if possible, this has to be done directly from the device by pressing a button on it (like the IKEA and Hue remotes) Regarding the exposes, use |
This PR will address the new device support request described under the below issue Koenkk/zigbee2mqtt#13894
@Koenkk I have opened a PR for this change under converters repo Please take a look at it when you get a chance. |
Great, can you also make a pr for the docs with the link to the fw? Adding it to the description makes it too long. |
* New device support for Sonoff Zigbee 3.0 USB Dongle Plus (EFR32MG21) This PR will address the new device support request described under the below issue Koenkk/zigbee2mqtt#13894 * Fix lint issues * Update sonoff.js Co-authored-by: Koen Kanters <[email protected]>
@Koenkk yeah I understand, let me open up a PR for the docs to be updated with the firmware info in there. Thanks |
@sujithg9 Nice! Can you maybe also post your experience with this as Zigbee Router device to this related discussion? -> #13373 Now see that your converter PR for "ZBDongle-E" with Zigbee Router device firmware was added to zigbee-herdsman-converters 7-days ago, so likely Zigbee2MQTT ”Edge” (dev branch) will support it now but not in the master branch (mainline) or any stable releases as yet. Koenkk/zigbee-herdsman-converters#4641 https://github.com/Koenkk/zigbee-herdsman-converters/tags https://github.com/Koenkk/zigbee2mqtt/commits/dev |
@miksen sry I dint get a chance to update the docs. Have been pretty busy at work this month Will get to it may be end of this week. |
Please note that the https://www.zigbee2mqtt.io/guide/adapters / https://github.com/Koenkk/zigbee2mqtt.io/blob/master/docs/guide/adapters/README.md document should probably not be updated when using ZBDongle-E with Router Firmware as it is working as a router device and not as a Zigbee Coordinator. So instead, you might want to consider adding a new device document instead for ZBDongle-E with Router Firmware -> https://www.zigbee2mqtt.io/supported-devices/ which is under -> https://github.com/Koenkk/zigbee2mqtt.io/tree/master/docs/devices |
@sujithg9 FYI, not sure if it will reach them but I have posted this request to ITead for "touchlink" (touchlinking) support in new/future Zigbee Router firmware images for Dongle-E -> itead/Sonoff_Zigbee_Dongle_Firmware#7 |
By the way, FYI, there's another cheap and relatively popular EFR32MG21 based USB adapter that also has Zigbee Router firmware. ZB-GW04 USB stick (a.k.a. "easyiot Zigbee dongle") based on "SM-011 V1.0" (ZYZBP008) radio module from CoolKit-Technologies: They sell it in two different variants but the only difference is if it comes pre-flashed with Zigbee Router firmware or EZSP Zigbee Coordinator firmware, and interestingly enough they sell it for a lot less when they ship the variant pre-flashed with Zigbee Router firmware: https://easyiot.aliexpress.com/store/5839056 Note! That ZB-GW04/ZYZBP008 USB adapter might work well with Zigbee Router firmware as a Zigbee repeater for range extending but personally, I would not recommend that dongle as a Zigbee Coordinator because it has previously been proven that the antenna design it uses is not optimal which makes it extremely sensitive to all types of EMF/EMI/RMI signal interference. PS: That "SM-011 V1.0" (ZYZBP008) radio module from CoolKit-Technologies is the same used in the original ITead Sonoff ZBBridge Zigbee gateway as well as unbranded ZB-GW03 eWeLink Ethernet Zigbee Gateway (also sold rebranded under EACHEN and SmartWise brands + others), and also a Modkam DIY USB dongle. https://www.coolkit.cn/product/sm-011/ https://community.home-assistant.io/t/sonoff-zbbridge-sonoff-zigbee-bridge-from-itead/187346 |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
* New device support for Sonoff Zigbee 3.0 USB Dongle Plus (EFR32MG21) This PR will address the new device support request described under the below issue Koenkk/zigbee2mqtt#13894 * Fix lint issues * Update sonoff.js Co-authored-by: Koen Kanters <[email protected]>
Link
https://sonoff.tech/product/diy-smart-switch/sonoff-zigbee-3-0-usb-dongle-plus-e
Database entry
{"id":2,"type":"Router","ieeeAddr":"0x84b4dbfffef8283f","nwkAddr":41483,"manufId":4742,"manufName":"SONOFF","powerSource":"Unknown","modelId":"DONGLE-E_R","epList":[1,2,242],"endpoints":{"1":{"profId":260,"epId":1,"inClusterList":[0,3,4,5,6,8],"outClusterList":[],"clusters":{"genLevelCtrl":{"attributes":{"currentLevel":51}},"genBasic":{"attributes":{"modelId":"DONGLE-E_R","manufacturerName":"SONOFF","powerSource":0,"zclVersion":8,"appVersion":0,"stackVersion":0,"hwVersion":0,"dateCode":"20220515","swBuildId":"1.0.0"}},"genOnOff":{"attributes":{"onOff":0}}},"binds":[],"configuredReportings":[],"meta":{}},"2":{"profId":260,"epId":2,"inClusterList":[0,3,4,5,6,8,768,4096],"outClusterList":[],"clusters":{"genBasic":{"attributes":{"appVersion":0,"stackVersion":0,"hwVersion":0}},"genOnOff":{"attributes":{"onOff":0}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":0,"stackVersion":0,"hwVersion":0,"dateCode":"20220515","swBuildId":"1.0.0","zclVersion":8,"interviewCompleted":true,"meta":{},"lastSeen":1662495458359,"defaultSendRequestWhen":"immediate"}
Comments
I am kinda stuck with what has to be done, I have tried the below converter but seems like its throwing some kinda error with exposes lib.
External converter
I have tried some thing like below for
The text was updated successfully, but these errors were encountered: