gboudreau / nissan-connect-php

Use the Nissan Connect (was Carwings) API using a simple PHP class.
GNU General Public License v3.0
38 stars 17 forks source link

Missing RemoteACRecords #11

Closed Raiden38 closed 7 years ago

Raiden38 commented 7 years ago

Since April 4th, I get this error when pulling status: Missing 'RemoteACRecords' in response received in call to 'RemoteACRecordsRequest.php': {"status":200}

gboudreau commented 7 years ago

Yes, I'm getting the same thing. I verified with the latest Android app, and it does the same request, and receives the same empty response. And when I try to control climate control, it fails, and tells me to try to logout and re-login, which doesn't help, so there must be something wrong at the server level.

gboudreau commented 7 years ago

In the commit above, I made a temporary workaround. It allows us to still use the API, even if the climate control data and controls will not work.

Raiden38 commented 7 years ago

Merci!!!! :)

cedric222 commented 7 years ago

I did not have the problem myself, but many users in France seems have it ! (jeedom plugin using your lib) thanks for them !

gboudreau commented 7 years ago

Resolved itself by now.