-
Notifications
You must be signed in to change notification settings - Fork 300
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
State of ZiGate support #1037
Comments
I’m using Zigate with ThirdReality Zigbee USB dongle. After updating the firmware that came with the dongle, with works fine with HA OS/Zigbee2MQTT. |
Some of the issues identified (that I could remember), related to frames handling only (may be others in other areas): Inconsistent position increase:
Typo resulting in passthrough to
Typo resulting in passthrough to
Inconsistent read/write (and inconsistent usage):
Broken (
Missing types (enum isn't used at all...):
Some issues were corrected (hopefully) in #1033 but some stuff needs to be looked over by someone with zigate-specific knowledge. |
Hello, |
As mentioned above the Third Reality Zigbee Dongle, which is a relatively new product is using Zigate backend. I tried to ping a contact I have there about this, however his email is bouncing. However they are part of the "works with Home Assistant" program and so I would guess they make some efforts to support this backend. |
I have a contact at ThirdReality who has been very responsible and helped me get things working. I hesitate to put his email address here, but it you want to contact me directly, I’ll give you his email. |
@eswenson1 If you can contact that person yourself, and let them know about this thread. It would be good if someone could go over the driver here in details. At first glance, some stuff still needs proper support, and likely several fixes and many optimizations to be done. |
I sent a message to my contact at ThirdReality and provided a link to this thread. Let’s see if it provokes any response. |
I wanted to point out that you will see errors with HA/Zigbee2MQTT with the ThirdReality Zigbee USB dongle until you update to the latest firmware. The dongle came with older firmware, and Zigbee-herdsman reported errors parsing the status that came back from the dongle. |
Hi. |
I recently updated to the latest version of Zigbee2MQTT and now I can no longer successfully interact with my ThirdReality Zigbee USB Dongle. The log shows messages like this:
I'm running version 1.37.0-1. |
@eswenson1 Looks like frames that aren't implemented in the driver yet. That was only shown in |
Hi, i still use my zigate+ it still works. I got some messages in the logs:
those messages brings me here |
Same error with same version ttyUSB0 |
Perhaps merge this into -> #242
Maybe also ping @fairecasoimeme as he maintains original firmware and makes/sells ZiGate Coordinator (and LiXee) products? https://github.com/fairecasoimeme
FYI, I believe that @hwzolin and @weihuan1111 have contacts at ThirdReality (if they do not work for Third Reality?)? |
According to docs, 8008 is just a hearbeat, so it can be safely ignored |
I still use it with 1 device, and 1 pending issue. I do not know if the root cause of the issue is zigate or the zlinky. |
Off-topic but FYI, for reference; it sounds as if the zigpy project will soon also list their ZiGate radio adapter library (zigpy-zigate) as deprecated if no other willing developer steps up and volunteers to take over general maintenance and upkeep of its code of it: https://github.com/zigpy/zigpy-zigate Back-story; zigpy project is a hardware-independent Zigbee framework written in Python that is used by Home Assistant's ZHA integration (and zigpy was previously also used by ZigBee Plugin for Jeedom. Without that ZiGate radios will sooner or later also be listed as deprecated or even unsupported for Home Assistant's ZHA integration as well: https://www.home-assistant.io/integrations/zha#compatible-hardware UPDATE: Sound like there there is a similar situation for the Zigbee Plugin for Domoticz that has had native ZiGate support for many years but is now instead migrating to using zigpy instead: |
I guess the original creator of the Zigate @fairecasoimeme could help with this : https://github.com/fairecasoimeme I still have an original Zigate V1 in a drawer, so I could do some tests as well if needed. |
ZiGate v1 is no longer maintained in upstream as far as I know, or is ZiGate v1 not decrepitated in upstream? The is a note there stating it is in ”maintenance mode” but the last ZiGate v1 firmware release is ZiGate v3.23 from October 17, 2022. https://github.com/fairecasoimeme/ZiGate So might be a good idea to only focus on ”ZiGate+” (ZiGate v2)? https://github.com/fairecasoimeme/ZiGatev2 Though seeing that even that has not on February 21, 2023 it makes memwonder if the Zigbee Coordinator part for the ZiGate project have been abandoned? All upstream focus in upstream is now focusing on LiXee-Box (which is more of a competitor of Zigbee2MQTT) and some Zigbee End Devices? https://github.com/fairecasoimeme?tab=repositories |
In #1033 some issues with the ZiGate adapter were discovered, some parts of the code look broken. Since I've not seen any issues reported about ZiGate, I'm wondering wether anyone is still using it and if it still works.
Tagging some people who have worked on or used the ZiGate adapter: @G1K @devbis @kirovilya @yateeshc @eswenson1 @incognito1234 @rclsilver @darkxst @JC38
My question to you: are you still using the ZiGate adapter and if yes, does it work fine?
The text was updated successfully, but these errors were encountered: