-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
Discovered Serial Ports Need to be Added to Configuration File #1176
Comments
The ZigBee binding does not use the OHC RXTX serial transport so it will only use the ports specified in the Ever since the OHC RXTX serial transport was created (eclipse-archived/smarthome#5560) it has been modifying the Maybe the @openhab/zigbee-maintainers can migrate the binding to use the OHC serial transport? |
That may help but I know the main maintainer is away for a couple of weeks. The issue apparently cropped up somewhere in the vast changes between M1 & M2. Prior, I found you need to restart OH to be able to select the serial ports, but then they work reliably. M2 & later, the ports appear but have this issue. |
I’m not really keen to change this - I spent a lot of time migrating ZWave, and it caused so many problems for many people before 2.4 was released that we had to remove it again which wasted a lot of time.
…Sent from my iPhone
On 3 Nov 2019, at 00:05, bwosborne2 ***@***.***> wrote:
That may help but I know the main maintainer is away for a couple of weeks. The issue apparently cropped up somewhere in the vast changes between M1 & M2. Prior, I found you need to restart OH to be able to select the serial ports, but then they work reliably. M2 & later, the ports appear but have this issue.
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Thanks Chris. In my experience, the Zwave binding does not seem to exhibit this issue. Is there some difference that could be used to improve the zigbee one without breaking everything? |
I see this is already documented for the Zigbee binding. Sorry for the false issue. |
Yes there may have been some issues with the OHC serial transport initially but AFAIK they have been fixed now. The Z-Wave binding is also still using it. It's pretty straightforward to switch to the OHC serial transport so I've created openhab/org.openhab.binding.zigbee#513 for this. |
Thanks. At the moment I would not want to change this as there are systems not using standard libraries so please don’t merge this at this time.
…Sent from my iPhone
On 3 Nov 2019, at 22:59, Wouter Born ***@***.***> wrote:
Yes there may have been some issues with the OHC serial transport inititially but AFAIK they have been fixed now. The Z-Wave binding is also still using it.
It's pretty straightforward to switch to the OHC serial transport so I've created openhab/org.openhab.binding.zigbee#513 for this.
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
What exactly do you mean by "systems not using standard libraries"? What is "at this time" resp. when do you think it should be merged? |
I would prefer not to merge before 2.5 at all. There are a number of embedded systems that are using non standard libraries that would require modification if we merge this now.
…Sent from my iPhone
On 4 Nov 2019, at 17:27, Kai Kreuzer ***@***.***> wrote:
What exactly do you mean by "systems not using standard libraries"? What is "at this time" resp. when do you think it should be merged?
Imho, it should be done rather sooner than later as we should not leave it to the last minutes before the 2.5 release...
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Possible bug related to #866
Starting with 2.5M2, although the serial ports are discovered, they cannot be used reliably. We see this particularly with the Zigbee binding using an Ember coordinator. It can be reliably reproduced by restarting the Zigbee addon bundles. I have not found any debug logging to provide more error details. Here is what we see in the logs.
A restart of OpenHAB usually gives proper connectivity.
I currently have a test system & USB stick I can use to help troubleshoot. If this is expected behavior, then the openHABian Linux documentation needs to be updated to reference the configuration file change needed.
The text was updated successfully, but these errors were encountered: