1.1.18 • Published 10 months ago

homebridge-robonect v1.1.18

Weekly downloads
10
License
ISC
Repository
github
Last release
10 months ago

Homebridge-Robonect

Downloads Version verified-by-homebridge

Development ongoing.

This plugin will:

  • Fetch battery level / low battery warning
  • Fetch charging status
  • Simulate mowing with a fan accessory (tap to toggle mode when running (see config table))
  • Provide an "on/off"-switch for toggling auto or home mode.

Usage

npm install -g homebridge-robonect

NB Robonect H30x-users, see below for instructions.

Config as follows:

{  
	"accessory": "HomebridgeRobonect",  
	"name": "name-of-your-mower",  
	"mower": "Mower make",  
	"model": "Mower Model",
	"serial-number": "Serialnr of your mower",
	"pollingInterval": time-in-seconds,  
	"getUrl": "http://USER:PASS@SERVER:PORT"  
}  
ParameterDescriptionDefaultTypeOptional
accessoryAlways "HomebridgeRobonect"""Stringno
nameThe name of your mower, as you want it to appear in the Home App""Stringno
mowerThe manufacturer of your mower. I.e. "Husqvarna" or "Gardena"""Stringyes*
modelYour mower model. I.e. "Automower 305"""Stringyes*
serial-numberThe serial number of you mower""Stringyes*
pollingIntervalSet the interval for polling the mower. Cannot be set lower than 30s.60intyes
fanModeChoose what toggling the fan off/on should do. 0 = eod/auto, 1 = stop/start0intyes
showHealthChoose whether you want to show the temperature and humidity sensors. 1 = show, 2 = don't show1intyes
getUrlThe URL to your mower. PORT is optional.""Stringno

*Only optional in versions >1.1.10

Robonect H30x users

Robonect H30x is only supported in version 1.0.22 and older, which can be installed using npm -g install homebridge-robonect@1.0.22 Additional options to configure are: | Parameter | Description | Default | Type |Optional | |:--|:--|:-:|:-:|:-:| | show-humidity | Set to either yes or no, to enable the humidity sensor (valid for version 1.0.22 or older) | "yes" | String | yes | | robonect-card | Robonect card type. Either "H30x" or "HX".| "" | String |no |

  • Input "HX" in capitals as robonect-card ONLY if you have a Robonect HX! You'll get the temp from the temp sensor, rather than the battery. :)

Discuss the plugin with me and others, here.

1.1.18

10 months ago

1.1.17

2 years ago

1.1.16

2 years ago

1.1.15

3 years ago

1.1.12

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.2-beta.2

4 years ago

1.1.2-beta.1

4 years ago

1.1.2-beta.0

4 years ago

1.1.0

5 years ago

1.0.23-beta.1

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago