This is a plugin for homebridge. It allows you to control your Starline with HomeKit and Siri.
npm install -g --unsafe-perm homebridge-starline
~/.homebridge/config.json
"platforms": [{
"platform": "StarlinePlatform",
"devices": [{
"name": "BMW 528i",
"username": "superman",
"password": ""
}]
}]
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": "Предпусковой подогрев"
}
]
}]
}]
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) |
The server is crashing at load with the folowing error SyntaxError: Unexpected token ...
Update your Node to a newer version.
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 :)
CarOnline
Engine
AddSens
Alarm
Arm
Balance
BatteryVoltage
CabinTemperature
Doors
EngineTemperature
GPS
GSM
Handbrake
Handsfree
Hijack
Hood
Poke
Run
Shock
Tilt
Trunk
Valet
Webasto
Version | Tag | Published |
---|---|---|
1.1.3 | latest | 2yrs ago |