-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remotestart-Item from Readme produces syntax error #17
Comments
Without trying it myself, I think the documentation is wrong. The message basically tells you that "REMOTE_1", "AUTO" and "60" are expected to be strings and thus the values should be in quotes. The channels should probably look like
If this works, please confirm, so we can fix the documentation. |
Hi reyem, it works with values in quotes and I suggested changes of documentation. |
This actually does not work for me, unfortunately.
When click that switch, whats actaully sent to the mower is a job that takes the configuration from the paper ui. I know that because i set it as 60 minutes there. |
Hi tlanfer, just use JSON interface. It's the most convenient way I think. |
Do you mean to mean use the http binding instead of the robonect binding? |
Yes. Check this out and you'll have much more possibilities: https://forum.robonect.de/viewtopic.php?f=10&t=2535 |
I might give it a try. Combine it with mqtt for updates, which i already use anyway for something else |
If you need any help, let me know. I'm using a rule so I can choose length based on a Number item and include battery level in log message when it should start, because it only starts when battery level is > 95% (I guess). What you need is... Item: Sitemap: Rule: |
Hello,
i installed the robonect binding and copied the configuration from the readme/wiki page (https://www.openhab.org/addons/bindings/robonect/).
Unfortunately
Switch mowerOneHourJob "Start mowing for one hour from now" {channel="robonect:mower:automower:job",remoteStart=REMOTE_1,afterMode=AUTO,duration=60}
gives me this error in openhab.log:
If i comment that out, everything else (battery status, mode, etc.) works.
Other question: Is it even possible to set the parameters (remotestart, after-mode and duration) dynamically? Either by items or even better by sending a command in a rule?
The text was updated successfully, but these errors were encountered: