Grizzelbee / ioBroker.robonect

ioBroker.robonect is an ioBroker adapter for your Robonect HX enabled lawn mower.
MIT License
0 stars 3 forks source link
automation home iobroker iobroker-adapter robonect

ioBroker.robonect

Logo

NPM

Number of Installations NPM version Number of Installations Test and Release CodeQL

This is an ioBroker adapter for your Robonect HX enabled lawn mower.

This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

Settings

Password for Robonect

Versions older than v1.3.0 required a simple password - only containing lower- and uppercase letters as well as numbers. Starting with v1.3.0 strong passwords became possible due to the implementation of HTTP basic authentication.

Push service

The robonect module has a config option called "Push Service" - it pushes status information depending on some configurable events. When activated the adapter will receive push notifications if one of the events happens. With this option activated you may use much longer poll intervalls than the defaults (eg. 6-12h for status and 24h for info). These data must also be configured in the Robonect module. Even if listening to all IP addresses (0.0.0.0) you need to configure the real IP address in robonect. The IP format to use is like 192.168.x.x:Port

Since only a subset of status information is pushed (WLAN-Signal, Status, Stopped, Mode, duration, hours, distance and battery) pulling is still needed e.g. to get the blade status.

The Push-Service config should look like this

Admin config

image

Robonect config

image

Control

Mode

The mode of the lawn mower can be controlled by changing robonect.0.status.mode. Possible modes are "Auto", "Home", "Manual", "End of day" and "Job" (not fully implemented at the moment).

Extensions

It is possible to control the extensions GPIO 1, GPIO 2, OUT 1 and OUT 2 of the Robonect module. Requirement is that the mode of the extension is configured as "API" via the Robonect Web-UI. If for example LEDs are connected to OUT1, it is possible to switch them on in the night and off in the morning by setting Robonect.0.extension.out1.status to "true" or "false".

Known Issues:

Changelog

1.4.2 (2024-10-01)

1.4.1 (2024-09-30)

1.4.0 (2024-09-11)

1.3.6 (2024-06-21)

1.3.5 (2024-06-04)

1.3.4 (2023-10-10)

1.3.2 (2023-10-04)

1.3.1 (2023-10-02)

1.3.0 (2023-10-02)

1.2.0 (2023-09-22)

1.1.5 (2023-09-08)

1.1.4 (2023-09-04)

1.1.3 (2023-09-01)

1.1.1 (2023-08-24)

1.1.0 (2023-08-23)

1.0.5 (2023-08-22)

1.0.4 (2023-08-22)

1.0.3 (2023-08-21)

1.0.2 (2023-08-18)

1.0.1 (2023-08-18)

1.0.0 (2023-08-17)

0.1.4

0.1.3

0.1.2

0.1.1

0.1.0

0.0.12

0.0.11

0.0.10

0.0.9

0.0.8

0.0.7

0.0.6

0.0.5

0.0.4

0.0.3

0.0.2

0.0.1

License

The MIT License (MIT)

Copyright (c) 2024 grizzelbee

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.