1 Message
How to work around WrongBaseStationVersion response?
Sorry if this has been asked before. I am finally getting around to dealing with the retirement of the legacy APIs that was announced a few weeks back. I obviously have an older system and I'm trying to update my nightly "arm at midnight" script.
Futzing around with the new API endpoints in Postman, I eventually got this back when trying to set the system alarm state:
{
"type": "WrongBaseStationVersion",
"message": "Base station version was not 3!",
"code": "077",
"statusCode": 406,
"props": {}
}
I did see some people's githubs using a URL like this, I but I got no response when I tried it:
https://api.simplisafe.com/v1/ss2/subscriptions/NNNNNN/state/home
Do I have to upgrade my system? Or is there any other endpoint I can try?
Futzing around with the new API endpoints in Postman, I eventually got this back when trying to set the system alarm state:
{
"type": "WrongBaseStationVersion",
"message": "Base station version was not 3!",
"code": "077",
"statusCode": 406,
"props": {}
}
I did see some people's githubs using a URL like this, I but I got no response when I tried it:
https://api.simplisafe.com/v1/ss2/subscriptions/NNNNNN/state/home
Do I have to upgrade my system? Or is there any other endpoint I can try?
kevin_1072
1 Message
4 years ago
0
0