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

abdusalamov/homebridge-starline: Starline plugin for Homebridge

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

开源软件名称:

abdusalamov/homebridge-starline

开源软件地址:

https://github.com/abdusalamov/homebridge-starline

开源编程语言:

JavaScript 100.0%

开源软件介绍:

homebridge-starline

This is a plugin for homebridge. It allows you to control your Starline with HomeKit and Siri.

HomeKit-Screenshot

Installation

  • Install HomeBridge, please follow it's README
  • Install this plugin using: npm install -g --unsafe-perm homebridge-starline
  • Update your configuration file. See below for a sample.
  • Run the HomeBridge server

Configuration

  • Edit your configuration file from ~/.homebridge/config.json
  • Platform should always be StarlinePlatform so on the devices you can add your Starline's
  • The Username and Password are required in order to send the commands
"platforms": [{
    "platform": "StarlinePlatform",
    "devices": [{
        "name": "BMW 528i",
        "username": "superman",
        "password": ""
    }]
}]

By default all available accessories will be created for the Starline. You do have the option to change or remove some accessories. Use the patchAccessories for that. Specify the accessory code, and now you can hide accessory (disabled: true) or change name. Below you can find a list of all accessories.

"platforms": [{
    "platform": "StarlinePlatform",
    "devices": [{
        "name": "BMW 528i",
        "username": "superman",
        "password": "",
        "interval": 5000,
        "tz": 180,
        "patchAccessories": [
          {
            "code": "Webasta",
            "disabled": false,
            "name": "Предпусковой подогрев"
          }
        ]
    }]
}]

Device settings

Name Description
name * Name of the device in Starline system
username * The username of your Starline account
password * :)
interval This is the interval between check states of vehicle. By default it is 5000 ms (every 5 seconds)
tz TimeZone in minutes. By default it is 180 (Europe/Moscow)

Common Issues

HomeBridge is crashing because of the plugin

The server is crashing at load with the folowing error SyntaxError: Unexpected token ... Update your Node to a newer version.

Other

If you have some other problem run HomeBridge with debug mode DEBUG=* homebridge -D and open a new Issue and we will try to figure it out together :)

Accessories list

CarOnline
Engine
AddSens
Alarm
Arm
Balance
BatteryVoltage
CabinTemperature
Doors
EngineTemperature
GPS
GSM
Handbrake
Handsfree
Hijack
Hood
Poke
Run
Shock
Tilt
Trunk
Valet
Webasto



鲜花

握手

雷人

路过

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

请发表评论

全部评论

专题导读
上一篇:
stripe/homebrew-stripe-cli发布时间:2022-06-17
下一篇:
ykursadkaya/homebrew-openlens: Lens builds for macOS AMD64发布时间: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