• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

gbro115/homebridge-roomba690: Homebridge support for Roomba 690

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

gbro115/homebridge-roomba690

开源软件地址:

https://github.com/gbro115/homebridge-roomba690

开源编程语言:

JavaScript 100.0%

开源软件介绍:

This project is not being actively updated. Please feel free to create a fork and develop extra functionality!

npm version

homebridge-roomba690

This Homebridge plugin adds support for the Roomba 690.

It also adds a BatteryService, allowing you to check on the charging status of the 690.

Credits

This code was built upon the work in the following projects:

Features

  • Start / stop Roomba Hey Siri, turn on the Roomba
  • Check on/off status Hey Siri, is the Roomba on?
  • Check charging status Hey Siri, is the Roomba charging?
  • Check battery status Hey Siri, is the Roomba charged?

roomba690-turn-on-roomba roomba690-home-app-details

Installation

npm install -g homebridge-roomba690

Homebridge configuration

Add to your config.json's accessory section:

{
    "bridge": {
	"name": "Homebridge",
	"username": "CD:22:3D:E3:CE:30",
	"port": 51826,
	"pin": "123-45-678"
    },

    "description": "My Homebridge",

    "platforms": [],

    "accessories": [
	{
	    "accessory": "Roomba690",
	    "model":"690",            
	    "name": "Roomba",
	    "hostname": "ip-address-of-your-roomba",            
	    "blid":"blid-of-your-roomba",
	    "password":"password-for-your-roomba"
	}
    ]
}

To obtain your BLID and Password for your Roomba, refer to dorita980

The Model and Name options can be set to whatever you'd like.

Advice

As pointed out in the Readme for dorita980, it is wise to disable over-the-air firmware updates for your Roomba.

Why another Roomba plugin?

Unfortunately, the homebridge-roomba980 or homebridge-roomba plugins don't work with the Roomba 690.

The 690 has a limited feature set in comparison to the higher-end models, a consequence being that it doesn't support some of the methods that these two plugins use from the dorita980 kit.

This plugin uses methods that the 690 does support in order to bring Homebridge support to your Roomba.

Logging and Troubleshooting

Logging is fairly verbose and should assist you in troubleshooting any issues. Look in your usual Homebridge logs.

Make sure that the plugin is actually being loaded:

Loaded plugin: homebridge-roomba690
Registering accessory 'homebridge-roomba690.Roomba690'

Verify that your configuration is correct:

[Roomba] Initializing Roomba690 accessory...
[Roomba] Initialised Roomba with Name: [Roomba] Hostname: [192.168.0.239] BLID: [XXXXXXXXXXXX] Model: [690]
[Roomba] Services requested
[Roomba] Reporting that we support AccessoryInformation, SwitchService and BatteryService

Whenever you request information, you should see activity in the logs

Hey Siri, is the Roomba on?

[Roomba] Power state requested for Roomba
[Roomba] Connected to Roomba
[Roomba] Status is [charge]
[Roomba] Roomba is not running

Hey Siri, is the Roomba battery charged?

[Roomba] Battery level requested for Roomba
[Roomba] Connected
[Roomba] Roomba battery level [100]



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap