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

mikeleo/homebridge-litter-robot: Homebridge Plugin for Litter Robot

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

开源软件名称:

mikeleo/homebridge-litter-robot

开源软件地址:

https://github.com/mikeleo/homebridge-litter-robot

开源编程语言:

TypeScript 100.0%

开源软件介绍:

Homebridge Litter Robot Plugin

npm version

This is an accessory plugin for Homebridge allowing limited control and event notifications of Litter Robot devices.

What does this plugin do?

This plugin makes calls to the Litter Robot API to get status of litter robot(s) associated with the account. It creates four devices for each Litter Robot it finds, Power Switch, Night Light Switch, Occupancy Sensor and Filter Maintenance.

The Power Switch will turn activate the power of the Litter Robot.

The Nightlight Switch will turn on/off the nightlight.

The Occupancy Sensor will trigger when the Drawer Full status is indicated.

The Filter Maintenance is not supported in Home App as of iOS 14.x. It is available in the Eve App.

TBD:

  • Add Cycle Stateless Switch to trigger the Cycle

Install

If you have already installed homebridge globally, just install

npm install -g homebridge-litter-robot

Alternatively, add the dependency into your local project with

npm install -S homebridge-litter-robot

Configuration

The plugin registers itself as LitterRobot. You have the following options:

Option Default
email
password
pollingInterval 0 - No Polling. Must be at least 5000 ms
hideNightlightSwitch false
hidePowerSwitch false
hideOccupancySensor false
hideFilter false
hideCycleSwitch false

The email and password are the values you use to login to the app.

The hide* settings will configure the plugin to not create the associated device type.

Example config.json

{
  "bridge": {
    "name": "Homebridge",
    "username": "CC:22:3D:E3:CE:30",
    "port": 51826,
    "pin": "031-45-154"
  },
  "description": "This is an example configuration file with Litter Robot plugin.",

  "platforms": [
        {
            "platform" : "LitterRobot",

            "name" : "Litter Robot",

            "email": "<[email protected]>",

            "password": "<password>",

            "pollingInterval": 60000,

            "hideNightlightSwitch": false,

            "hidePowerSwitch": false,

            "hideOccupancySensor": false,

            "hideFilter": false,

            "hideCycleSwitch": false


        }
    ]
}

License

Copyright 2019-2021 by Michael Leo. Licensed under Apache Version 2.0 .




鲜花

握手

雷人

路过

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

请发表评论

全部评论

专题导读
上一篇:
talsalis/homebridge-miele-hood发布时间:2022-06-17
下一篇:
codekitchen/homebrew-dinghy: Homebrew tap to install Dinghy发布时间:2022-06-17
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

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

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

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