* Refresh cutting times right after next planned cutting
* Cancel cutting time future unconditionally
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This is the Binding for Bosch Indego Connect lawn mowers.
Thank´s to zazaz-de who found out how the API works.
His Java Library made this Binding possible.
Thing Configuration
Currently the binding supports indego mowers as a thing type with these configuration parameters:
Parameter
Description
Default
username
Username for the Bosch Indego account
password
Password for the Bosch Indego account
refresh
The number of seconds between refreshing device state
180
cuttingTimeMapRefresh
The number of minutes between refreshing last/next cutting time and map
60
Channels
Channel
Item Type
Description
Writeable
state
Number
You can send commands to this channel to control the mower and read the simplified state from it (1=mow, 2=return to dock, 3=pause)
Yes
errorcode
Number
Error code of the mower (0=no error)
statecode
Number
Detailed state of the mower
textualstate
String
State as a text.
ready
Number
Shows if the mower is ready to mow (1=ready, 0=not ready)
mowed
Dimmer
Cut grass in percent
lastCutting
DateTime
Last cutting time
nextCutting
DateTime
Next scheduled cutting time
batteryVoltage
Number:ElectricPotential
Battery voltage reported by the device
batteryLevel
Number
Battery level as a percentage (0-100%)
lowBattery
Switch
Low battery warning with possible values on (low battery) and off (battery ok)