sqw
(Member)
July 19, 2024, 10:14pm
607
Many thanks for this! Working for me too.
JensUdo
(Jens Udo)
July 23, 2024, 12:25pm
608
Thank you so much! I had the same issue since a couple of days and now it works again
Is there a reason why this binding cannot be installed like all the other bindings via the UI?
sihui
(SiHui)
July 23, 2024, 1:50pm
609
It’s in the review process:
openhab:main
← clinique:worxlandroid
opened 01:00PM - 19 Jun 24 UTC
<!--
Thanks for contributing to the openHAB project!
Please describe the goal … and effect of your PR here.
Pay attention to the below notes and to *the guidelines* for this repository.
Feel free to delete any comment sections in the template (starting with "<!--").
ATTENTION: Don't use "git merge" when working with your pull request branch!
This can clutter your Git history and make your PR unusable.
Use "git rebase" instead. See this forum post for further details:
https://community.openhab.org/t/rebase-your-code-or-how-to-fix-your-git-history-before-requesting-a-pull/129358
All PRs should be created using the "main" branch as base.
Important bugfixes are cherry-picked by maintainers to the patch release branch after a PR has been merged.
Add one or more appropriate labels to make your PR show up in the release notes.
E.g. enhancement, bug, documentation, new binding
This can only be done by yourself if you already contributed to this repo.
If your PR's code is not backward compatible with previous releases (which
should be avoided), add a message to the release notes by filing another PR:
https://github.com/openhab/openhab-distro/blob/main/distributions/openhab/src/main/resources/bin/update.lst
# Title
Provide a short summary in the *Title* above. It will show up in the release notes.
For example:
- [homematic] Improve communication with weak signal devices
- [timemachine][WIP] Initial contribution
# Description
Please give a few sentences describing the overall goals of the pull request.
Give enough details to make the improvement and changes of the PR understandable
to both developers and tech-savy users.
Please keep the following in mind:
- What is the classification of the PR, e.g. Bugfix, Improvement, Novel Addition, ... ?
- Did you describe the PRs motivation and goal?
- Did you provide a link to any prior discussion, e.g. an issue or community forum thread?
- Did you describe new features for the end user?
- Did you describe any noteworthy changes in usage for the end user?
- Was the documentation updated accordingly, e.g. the add-on README?
- Does your contribution follow the coding guidelines:
https://www.openhab.org/docs/developer/guidelines.html
- Did you check for any (relevant) issues from the static code analysis:
https://www.openhab.org/docs/developer/bindings/#include-the-binding-in-the-build
- Did you sign-off your work:
https://www.openhab.org/docs/developer/contributing.html#sign-your-work
# Testing
Your pull request will automatically be built and available under the following folder:
https://openhab.jfrog.io/ui/native/libs-pullrequest-local/org/openhab/addons/bundles/
It is a good practice to add a URL to your built JAR in this pull request description,
so it is easier for the community to test your Add-on.
If your pull request contains a new binding, it will likely take some time
before it is reviewed and processed by maintainers.
That said, consider submitting your Add-on in the Marketplace:
https://community.openhab.org/c/marketplace/69
Don't forget to submit a thread about your Add-on in the openHAB community:
https://community.openhab.org/c/add-ons
-->
1 Like
momo90
(Chris)
July 31, 2024, 5:24pm
610
The bridge thing is online, but i dont get any updates to the items. I have to disable and reenable the bridge thing and it works again. The logs show no errors. I use this Worx Landroid Binding - #604 by Kampfiltis version.
Anybody else facing this issue?
glhopital
(Gaël L'hopital)
August 6, 2024, 10:38am
611
1 Like
momo90
(Chris)
August 7, 2024, 5:53am
612
Thanks! I’ll try that version
momo90
(Chris)
August 8, 2024, 6:00am
613
Unfortunately, the problem still exists.
sihui
(SiHui)
August 8, 2024, 11:20am
614
glhopital:
Updated to version 4.3
Tested with openHAB 4.2 Release, works without any problems, thx.
momo90
(Chris)
August 19, 2024, 2:58pm
615
Restarting openhab solved it
Hi,
I tryed to install the binding at Openhab 4.1.2 Release Build. But I get an error:
Can't load features repository mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/4.0.4-SNAPSHOT/xml/features
What I did, was to copy
org.openhab.binding.worxlandroid-4.3.0-SNAPSHOT.jar
into /usr/share/openhab/addons and restarted openhab.
What else do I have to do? Or what is wrong?
Bramante
(Bramante)
August 28, 2024, 8:19pm
617
Hi
After a few days of work, I managed to make the binding compatible with the Vision models
you can find the binding at this link
for the source code I started from
openHAB Binding for Worx Landroid
the most change of source are about the Multi Zone.
i don’t have multi zone in my garden so i don’t know if it work with vision models, i wish to not broke the currently multizone
someone can test it, and in case give me a feedback
thanks
PS
I would like to share my changes without having to create another repository but keeping a single point for our beloved landroid
Thanks @Bramante ,
Have dropped it in. It has found my vision m straight away. Unable to test till tomorrow. Will let you know how it goes over the next few days.
sihui
(SiHui)
August 29, 2024, 9:26am
619
Bramante:
I started from …
I think it is a bad idea to maintain two binding versions.
Is there any specific reason why you did not provide the changes to the PR for the official binding?
openhab:main
← clinique:worxlandroid
opened 01:00PM - 19 Jun 24 UTC
<!--
Thanks for contributing to the openHAB project!
Please describe the goal … and effect of your PR here.
Pay attention to the below notes and to *the guidelines* for this repository.
Feel free to delete any comment sections in the template (starting with "<!--").
ATTENTION: Don't use "git merge" when working with your pull request branch!
This can clutter your Git history and make your PR unusable.
Use "git rebase" instead. See this forum post for further details:
https://community.openhab.org/t/rebase-your-code-or-how-to-fix-your-git-history-before-requesting-a-pull/129358
All PRs should be created using the "main" branch as base.
Important bugfixes are cherry-picked by maintainers to the patch release branch after a PR has been merged.
Add one or more appropriate labels to make your PR show up in the release notes.
E.g. enhancement, bug, documentation, new binding
This can only be done by yourself if you already contributed to this repo.
If your PR's code is not backward compatible with previous releases (which
should be avoided), add a message to the release notes by filing another PR:
https://github.com/openhab/openhab-distro/blob/main/distributions/openhab/src/main/resources/bin/update.lst
# Title
Provide a short summary in the *Title* above. It will show up in the release notes.
For example:
- [homematic] Improve communication with weak signal devices
- [timemachine][WIP] Initial contribution
# Description
Please give a few sentences describing the overall goals of the pull request.
Give enough details to make the improvement and changes of the PR understandable
to both developers and tech-savy users.
Please keep the following in mind:
- What is the classification of the PR, e.g. Bugfix, Improvement, Novel Addition, ... ?
- Did you describe the PRs motivation and goal?
- Did you provide a link to any prior discussion, e.g. an issue or community forum thread?
- Did you describe new features for the end user?
- Did you describe any noteworthy changes in usage for the end user?
- Was the documentation updated accordingly, e.g. the add-on README?
- Does your contribution follow the coding guidelines:
https://www.openhab.org/docs/developer/guidelines.html
- Did you check for any (relevant) issues from the static code analysis:
https://www.openhab.org/docs/developer/bindings/#include-the-binding-in-the-build
- Did you sign-off your work:
https://www.openhab.org/docs/developer/contributing.html#sign-your-work
# Testing
Your pull request will automatically be built and available under the following folder:
https://openhab.jfrog.io/ui/native/libs-pullrequest-local/org/openhab/addons/bundles/
It is a good practice to add a URL to your built JAR in this pull request description,
so it is easier for the community to test your Add-on.
If your pull request contains a new binding, it will likely take some time
before it is reviewed and processed by maintainers.
That said, consider submitting your Add-on in the Marketplace:
https://community.openhab.org/c/marketplace/69
Don't forget to submit a thread about your Add-on in the openHAB community:
https://community.openhab.org/c/add-ons
-->
1 Like
Bramante
(Bramante)
August 29, 2024, 10:07am
620
I want put to the official binding, but before do it, i preferer to verify that my work is fine and that my fix doesn’t broke anything, because of this I ask if someone can test my binding with the vision models (in my case work fine) and the normal models
the fix I do, change how the binding interact with the JSON from server API call and the multizone.
if all will be OK I am very happy to release the fix in the official repository
1 Like
TomW80
(Thomas W.)
September 11, 2024, 5:50pm
621
I have updated to the version 4.3 and now I have the problem that the next start time and the next stop time are wrong. It shows the time of slot 2 and not slot 1.
I have restarted openhab and cleared the cache, but to no success.
Any idea?
Oekel
(David K.)
September 22, 2024, 4:57pm
622
Sorry, could not read all posts. But is this binding able to communicate with the rower “offline” (I mean no Internet)?
Why is it still not in official repro?
sihui
(SiHui)
September 22, 2024, 6:27pm
623
Oekel:
offline
No.
Oekel:
official repro
Review of PR is not yet finished, see above.
momo90
(Chris)
September 23, 2024, 10:34am
624
Have you solved the problem? I have the same problem.
After some time the status of the mower isn’t updated any more although the bridge and mower thing and the common#online channel status is online. Only disabling an enabling of the bridge and mower thing helps, but after some time the problem occours again.
PS: the aws#connected channel status is also online even if the connection is lost
STSC
(STSC)
October 2, 2024, 2:57pm
625
What is the right .jar for OH4.2.1?
Or shall I rather wait until it is in the official repo, review seems to be almost finished.