Skip to content
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

Question about supported Telegesis firmware versions #1264

Closed
TomTravaglino opened this issue Sep 16, 2021 · 4 comments
Closed

Question about supported Telegesis firmware versions #1264

TomTravaglino opened this issue Sep 16, 2021 · 4 comments

Comments

@TomTravaglino
Copy link
Contributor

In ZigBeeDongleTelegesis.initialize() there is this statement:

            if (!productInfo.getFirmwareRevision().startsWith("309")) {
                logger.error("Telegesis driver will not work with R{}, R309 is required",
                        productInfo.getFirmwareRevision());
                return ZigBeeStatus.FAILURE;
            }

Is there a reason to only support R309? I'm asking because there is also a R310 firmware available for the ETRX357. I have not tested it yet because I wanted to understand first if there is a reason not to install it.

@cdjackson
Copy link
Member

cdjackson commented Sep 16, 2021 via email

@Hedda
Copy link
Contributor

Hedda commented Sep 22, 2021

FYI, there's alternative Silabs EmberZNet 6.7.8 firmware with EZSP v8 (EmberZNet Serial Protocol version 8) interface available here:

https://github.com/walthowd/husbzb-firmware

There is some more information and discussion about that specific firmware image here -> walthowd/husbzb-firmware#12

Disclaimer: I have not tested this firmware myself and those I read about who tested it only tried it with HA's ZHA (based on zigpy)

@cdjackson
Copy link
Member

The Telegesis dongle is not running standard Ember firmware - it is a completely different API. I appreciate that it CAN be reprogrammed to do so, but that is not what this issue is about.

@cdjackson
Copy link
Member

@TomTravaglino I hope I answered your question? I will close this, but please let me know if you have any further questions on this. Bottom line is when we wrote this, it was written against the special DT firmware so one thing you should check is if the new version also introduces the extra commands that the DT version included for the network backup and restore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants