diff --git a/fhem/FHEM/70_BOTVAC.pm b/fhem/FHEM/70_BOTVAC.pm
index 829e4e6cf..e8c117e4b 100755
--- a/fhem/FHEM/70_BOTVAC.pm
+++ b/fhem/FHEM/70_BOTVAC.pm
@@ -817,9 +817,9 @@ sub ReceiveCommand($$$) {
if ($err) {
if ( !defined($cmd) || $cmd eq "" ) {
- Log3($name, 3, "BOTVAC $name:$service RCV $err");
+ Log3($name, 4, "BOTVAC $name:$service RCV $err");
} else {
- Log3($name, 3, "BOTVAC $name:$service/$cmd RCV $err");
+ Log3($name, 4, "BOTVAC $name:$service/$cmd RCV $err");
}
# keep last state
@@ -1900,6 +1900,7 @@ sub wsMasking($$) {
Get
+
get <name> batteryPercent
requests the state of the battery from Robot
@@ -1911,24 +1912,28 @@ sub wsMasking($$) {
-
+
set <name> findMe
plays a sound and let the LED light for easier finding of a stuck robot
-
+
set <name> dismissCurrentAlert
reset an actual Warning (e.g. dustbin full)
-
+
set <name> nextCleaningMode
Depending on Model, there are Arguments available: eco/turbo
-
+
set <name> nextCleaningNavigationMode
The navigation mode is used for the next house cleaning.
@@ -1936,6 +1941,7 @@ sub wsMasking($$) {
-
+
set <name> nextCleaningNavigationModifier
The modifier is used for next spot cleaning.
@@ -1943,66 +1949,77 @@ sub wsMasking($$) {
-
+
set <name> nextCleaningZone
Depending on Model, the ID of the zone that will be used for the next zone cleaning can be set.
-
+
set <name> nextCleaningSpotHeight
Is defined as number between 100 - 400. The unit is cm.
-
+
set <name> nextCleaningSpotWidth
Is defined as number between 100 - 400. The unit is cm.
-
+
set <name> password <password>
set the password for the NEATO/VORWERK account
-
+
set <name> pause
interrupts the cleaning
-
+
set <name> pauseToBase
stops cleaning and returns to base
-
+
set <name> reloadMaps
load last map from server into the cache of the module. no file is stored!
-
+
set <name> resume
resume cleaning after pause
-
+
set <name> schedule
on and off, switch time control
-
+
set <name> sendToBase
send roboter back to base
-
+
set <name> setBoundariesOnFloorplan_<floor plan> <name|{JSON String}>
Set boundaries/nogo lines in the corresponding floor plan.
@@ -2018,12 +2035,14 @@ sub wsMasking($$) {
-
+
set <name> setRobot
choose robot if more than one is registered at the used account
-
+
set <name> startCleaning ([house|map|zone])
start the Cleaning from the scratch.
@@ -2036,12 +2055,14 @@ sub wsMasking($$) {
-
+
set <name> startSpot
start spot-Cleaning from actual position.
-
+
set <name> startManual
start Manual Cleaning. This cleaning mode opens a direct websocket connection to the robot.
@@ -2053,24 +2074,28 @@ sub wsMasking($$) {
-
+
set <name> statusRequest
pull update of all readings. necessary because NEATO/VORWERK does not send updates at their own.
-
+
set <name> stop
stop cleaning and in case of manual cleaning mode close also the websocket connection
-
+
set <name> syncRobots
sync robot data with online account. Useful if one has more then one robot registered
-
+
set <name> wsCommand
Commands start or stop cleaning activities.
@@ -2087,6 +2112,7 @@ sub wsMasking($$) {
-
+
set <name> wsCombo
Combos specify a behavior on the robot. They need to be sent with less than 1Hz frequency.
@@ -2116,6 +2142,7 @@ sub wsMasking($$) {
-
+
boundaries
Boundary entries separated by space in JSON format, e.g.