当前位置: 首页 > 软件库 > 其他开源 > 物联网 >

homebridge-automower

AutoMower plugin for HomeBridge
授权协议 Unlicense License
开发语言 JavaScript
所属分类 其他开源、 物联网
软件类型 开源软件
地区 不详
投 递 者 司徒河
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Homebridge-automower

Plugin for controlling your automower from Husqvarna through HomeBridge .

Each Automower is shown through 3 services :

  • One switch that will handle Start / PARK (until next period) function
  • One fan that will handle Start / Pause function and spin when your mower is cutting (and only cutting, not while getting back to its charging station)
  • One Motion sensor that will be triggered when your mower needs attention while cutting

The battery percentage / charging status is shown in the detail pane of each service.

npm install -g homebridge-automower

Homebridge configuration

Config as below:

"platforms": [
  {
    "platform": "Automower",
	  "email": "toto@titi.com",
    "password": "toto"
  }
]

Fields:

  • platform must be "HomebridgeAutomower" (required).
  • email email used for your automower account (required).
  • password password of your automower account (required).
  • refreshTimer Optional - enable refresh of autoMower state every X seconds, for automation purpose if you need to activate something else based on its state change (defaults : disable, accepted range : 30-600s).
  • startStopSwitch switch to handle start / stop until next period (optional - default true).
  • startStopUntilFurtherNoticeSwitch stateless switch to handle stop until further notice (optional - default false).
  • mowersList list of mowers to expose (optional - default all).
  • cleanCache Set it to true in case you want to remove the cached accessory (only those from this plugin). You have to restart homebridge after applying the option. Remove it after restart, otherwise it will be recreated at each startup.

Changelog

See CHANGELOG.

Inspiration

Many thanks to :

  • dinmammas for plugin inspiration
  • chrisz for automower api samples
  • every tester / contributor that test, and give feedback in any way !

Donating

Support this project and others by nicoduj via PayPal.

License

As of Dec 01 2018, Nicolas Dujardin has released this repository and its contents to the public domain.

It has been released under the UNLICENSE.

 相关资料
  • Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。

  • homebridge-vsx homebridge-vsx is a plugin made for homebridge,which allows switching on and off your Pioneer AV receiver. All AV receivers (VSX and SC),which work with the iControl AV5 App are support

  • homebridge-sesame Control and monitor your Sesame smart lock with HomeKit integration. Prerequisites Installation of Homebridge iOS 11 or later Sesame lock with enabled cloud integration Sesame Wifi A

  • homebridge-panasonictv A homebridge plugin for turning on and off your Panasonic Viera TV. The plugin also has experimental support for changing the volume and channel. These characteristics are not r

  • Quick Start | Contribute A Wake on Lan plugin for Homebridge Turn your PCs, laptops, servers and more on and off through Siri Quick Start To install the plugin, head over to the machine with Homebridg

  • Docker Homebridge This Alpine/Ubuntu Linux based Docker image allows you to run Nfarina's Homebridge on your home network which emulates the iOS HomeKit API. This is a multi-arch image and will also r

  • This Plugin is no longer being maintained. The ST platform removed all of the greatness that made it fun to develop for and I will not rewrite my years of code to adapt. I have moved to Hubitat and al

  • Homebridge myQ myQ garage door and other myQ-enabled device support for Homebridge. homebridge-myq is a Homebridge plugin that makes myQ-enabled devices available to Apple's HomeKit smart home platfor