1.1.17 • Published 8 months ago

homebridge-robonect v1.1.17

Weekly downloads
10
License
ISC
Repository
github
Last release
8 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.17

8 months ago

1.1.16

8 months ago

1.1.15

2 years ago

1.1.12

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.2-beta.2

3 years ago

1.1.2-beta.1

3 years ago

1.1.2-beta.0

3 years ago

1.1.0

4 years ago

1.0.23-beta.1

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago