-
Notifications
You must be signed in to change notification settings - Fork 42
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
conflict between nexus and tfa protocols? #55
Comments
And I also found that my "alecto_ws1700" sensor stopped working once nexus was added. After delving into the code found that the mingaplen from the nexus protocol is 3600 and is triggering the issue. |
Thanks! Did you change it and test after? I will have a look myself later this week. |
To resolve my issue, I had commented out the nexus protocol. If I had a nexus device I may have attempted a fix, but unfortunately I don’t have one. |
Finally, I was looking into this but didn't find a way to move forward. |
For me to make a recommendation I would need access to all your devices and then do regresssion testing to determine the right value.
You could just increase the value in the nexus code and see what happens.
… On Feb 20, 2021, at 3:25 PM, Catalin ***@***.***> wrote:
To resolve my issue, I had commented out the nexus protocol. If I had a nexus device I may have attempted a fix, but unfortunately I don’t have one.
Finally, I was looking into this but didn't find a way to move forward.
I have devices from TFA, NEXUS and ARCTECH_SCREEN_OLD and comparing the mingaplen I found the one from nexus is very small comparing with the others.
Can you give me a hint how I should change this parameter (what values) to accommodate more protocols?
Thanks
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@mihai-catalin I also own a tfa device and commented out the nexus protocol for now |
sorry for late reply. |
Sorry, the minGapLength was triggered by me, otherwise the nexus decoder that I wrote would not work. See here the details but cannot really remember everything right now. If I had a TFA sensor I could play around. |
Hi,
I discovered this with OMG and before addressing it to pilight I raised it here maybe someone has an idea.
I have a DG-R8S which in Pilight v0.16.2 is decoded as TFA, but not decoded in Pilight v0.17.0.
I have a DG-R8H which started with Pilight v0.17.0 is decoded as NEXUS.
Using Pilight v0.17.0 I did following tests:
In other words, seems when both protocols are present NEXUS has priority over TFA. I tried to figure myself if here is a prioritization mechanism but with my limited knowledge I could find something.
Does anyone has any idea what could be?
Thanks
The text was updated successfully, but these errors were encountered: