karlg100 / homebridge-smartstart

Viper/Directed Remote SmartStart Integration for Homebridge, HomeKit and Siri
4 stars 3 forks source link

StartStart Accessory Doesn’t Work? #3

Open RobWSeattle opened 3 years ago

RobWSeattle commented 3 years ago

Hi, hoping someone can help me. I have two cars with Viper Smartstart setups. When I try to add the accessories to my homebridge, I can get the lock/unlock function to work, but cannot get the remote state function to work.

When I add the code for the “StartStart”, and save it, it just saves it as “SmartStartLock”. I cannot save it to SmartStart. Very strange.

I have the latest homebridge software. Does anyone have any advice in getting this to work?

Here is the setup I have. Like I said “SmartStartLock” works great. It will not accept “SmartStart”. Thank you!

"accessories": [ { "accessory": "SmartStart", "name": "Car 1", "username": "my email", "password": "my password", "deviceIndex": 0, "delay": 900000 }, { "accessory": "SmartStartLock", "name": "Car 1", "username": "my email", "password": "my password", "deviceIndex": 0, }, { "accessory": "SmartStart", "name": "Car 2", "username": "my email", "password": "my password", "deviceIndex": 1, "delay": 900000 }, { "accessory": "SmartStartLock", "name": "Car 2", "username": "my email", "password": "my password", "deviceIndex": 1, } ]