-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[linktap] Initial contribution #17235
Conversation
84f25c8
to
7777df1
Compare
24e1a13
to
e8799ee
Compare
Thank you for creating this PR to contribute this binding. As this is still a draft it won’t be reviewed yet, but I had a quick peek and would like to comment upfront. |
Thank you I'll work through it before changing to a non-draft PR to save any time wastage. |
a3e33b3
to
8c3cc6c
Compare
[linkTap] Initial code commit. Signed-off-by: dag81 <david.goodyear@gmail.com>
8c3cc6c
to
4e810ea
Compare
[linkTap] Initial code commit. Signed-off-by: dag81 <david.goodyear@gmail.com>
[linkTap] Initial code commit. Signed-off-by: dag81 <david.goodyear@gmail.com>
9298bbf
to
1729cf3
Compare
[linkTap] Initial code commit. Signed-off-by: dag81 <david.goodyear@gmail.com>
18bc9e5
to
727756f
Compare
b97f678
to
3079be4
Compare
3709a3f
to
b7c26bc
Compare
[linkTap] i18 http warning additions Signed-off-by: dag81 <david.goodyear@gmail.com>
[linkTap] i18 http warning additions Signed-off-by: dag81 <david.goodyear@gmail.com>
[linkTap] i18 http warning additions Signed-off-by: dag81 <david.goodyear@gmail.com>
3 comments are left open. Otherwise LGTM |
[linkTap] i18 wip upload Signed-off-by: dag81 <david.goodyear@gmail.com>
[linkTap] i18 tns exception Signed-off-by: dag81 <david.goodyear@gmail.com>
[linkTap] i18 again Signed-off-by: dag81 <david.goodyear@gmail.com>
[linkTap] i18 cleanups Signed-off-by: dag81 <david.goodyear@gmail.com>
[linkTap] further i18n Signed-off-by: dag81 <david.goodyear@gmail.com>
[linkTap] i18 cleanups Signed-off-by: dag81 <david.goodyear@gmail.com>
[linkTap] variable sortout Signed-off-by: dag81 <david.goodyear@gmail.com>
Hi @lsiepel, I think hopefully its ready for a final pass fingers crossed. I've been at it for a few hours so I can't spot where to change to awaiting to review - so sorry for the directed message. Hopefully it looks good now, |
[linkTap] compiler import warn fixes Signed-off-by: dag81 <david.goodyear@gmail.com>
One comment about the exception is still open. otherwise LGTM. Do you need some adidtional time to test before we merge? |
[linkTap] generic exception addition Signed-off-by: dag81 <david.goodyear@gmail.com>
Hi @lsiepel I'm running the fully adjusted build through the different VM's and computers now, just in case. (Although I've been spot testing, I'll run it through the different scenarios one last time. If I don't reply by tomorrow say 24 hours tomorrow evening UK time, then it should be good to merge. (Sorry I didn't see it :( but glad you brought it to my attention). |
It all looks good thanks @lsiepel please merge when you can. Thanks again for all the time, and time spent in regards to this and assistance as mentioned before. |
Thanks, now this is merged, you could add your binding's logo to the openHAB website. See https://next.openhab.org/docs/developer/addons/#add-your-add-on-s-logo-to-the-openhab-website-and-the-ui |
final long sysMillis = System.currentTimeMillis(); | ||
if (lastMdnsScanMillis + MIN_TIME_BETWEEN_MDNS_SCANS_MS < sysMillis) { | ||
logger.debug("Requesting MDNS Scan"); | ||
discoverySrvReg.startScan(THING_TYPE_GATEWAY, null); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is making CI fail, see for example https://ci.openhab.org/job/openHAB-Addons/1530/org.openhab.addons.bundles$org.openhab.binding.linktap/console.
@openhab/add-ons-maintainers Can you please take care?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #17493
* [linkTap] Initial Code Commit [Signed-off-by: dag81 <david.goodyear@gmail.com>
* [linkTap] Initial Code Commit [Signed-off-by: dag81 <david.goodyear@gmail.com>
@dag81, @lsiepel - the sign-off here violated our policy regarding real name: https://www.openhab.org/docs/developer/contributing.html#sign-your-work @dag81 - can you fix your sign-off for future PR's? Thanks. |
Hi @jlaur, You mean change it to: [binding] XYZ Signed-off-by: David Goodyear david.goodyear@gmail.com Correct? (I think I tried that and the DCO check failed which is why I switched to the one that worked historically - I can try the above again on the next push to the last open PR - to see if it passes). - I just added my name to the GitHub repo as David Goodyear - so that may have been what prevented it before? (I haven't looked at your GitHub action pipeline but that's my best guess where its cross checking against?) |
Yes, to be accurate:
I believe the DCO passes when the commit sign-off matches your GitHub account, so I'm not sure why you had a DCO failure, but we could look into that on your next PR. 🙂 |
Ah missed that one. We are working on another PR. So let’s see if we can fix the DCO there. @dag81 |
[linkTap] Initial code commit.