-
Notifications
You must be signed in to change notification settings - Fork 88
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
Comments
I didn’t know that there was an R310 - this must be new. When this was written, R309 was the most recent and R308 uses a different API - I think it’s similar, but there are some differences and it will not work. If there’s now an R310, and the API is the same, then this might work ok, and ou might be able to change the way this works so it works with 309 and 310.
… On 16/09/2021, at 8:17 PM, Tommaso Travaglino ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#1264>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAH6IQ7XT3W7N2XOI5TJUBDUCGRYBANCNFSM5EEFURGA>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
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) |
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. |
@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. |
In
ZigBeeDongleTelegesis.initialize()
there is this statement: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.
The text was updated successfully, but these errors were encountered: