itchannel

Results 141 comments of itchannel

@woempiej the "STATUS_LOW" value is what is returned by the Ford API. In your situation I don't know why your car is reporting that as the pressures look ok but...

> PSI or kPa do not have the same values as BAR. The recommended Tire pressure is based on what? I can't select the unit BAR. I'll look at adding...

This is due to the API sometimes not responding so the integration marks the sensors as unavailable until it can refresh the data from the Fordpass API again. Unfortunately with...

Make sure the token file in "custom_components/fordpass/{your_username}_fordpass_token.txt" doesn't exist if it does delete the integration and rerun. Failing that please add the following to your configuration and send me the...

At the moment the integration just returns the raw value exposed by the Fordpass API. I don't currently convert it to the relevant local timestamp. I could look at doing...

If you can all please add the following to your configuration file to enable full verbose debugging I can see what the issue is. ``` logger: logs: custom_components.fordpass: debug ```...

> This error originated from a custom integration. > > Logger: custom_components.fordpass Source: custom_components/fordpass/**init**.py:188 Integration: FordPass (documentation, issues) First occurred: 10:32:37 AM (11 occurrences) Last logged: 10:37:25 AM > >...

> FLEX 2019 @mhill312 Looking at your log it appears you're authenticating fine but it's unable to find your car with the given VIN number hence the "VehicleStatus" array being...

@mhill312 It has nothing to do with Carplay this integration just polls the Ford API so doesn't affect anything to do with Mobile. Can you let me know what features...

@scottiecb19 @mhill312 I've updated my debug script to grab a copy of all vehicles associated with your accounts. If you can run the linked script and send me a copy...