itchannel

Results 232 comments of itchannel

Hi @cr08 To answer a few of your points: 1. Status function does a separate poll to refresh all HA entities as the service call needs to return True/False for...

@theunidj Could you please have developer tools on in your browser and login to the following site https://www.ford.co.za/support/vehicle-dashboard Then look at the network tab and send me a screenshot of...

Can you confirm what you have set for "unit system" in /config/general. As it should pull the units from your HA instance now automatically.

So the attributes take the unit from the system default whether that be imperial or metric. I understand about being able to set individually. I moved to using the centralised...

I've noticed the API isn't the best at updating data. Out of interest do you have bad mobile signal where you live? As I do which is why it doesn't...

Can you please confirm what unit you have selected under the fordpass_odometer settings like shown below: ![image](https://github.com/itchannel/fordpass-ha/assets/5840973/e2a2bd12-7c09-4bd5-bbd8-a007f5f26e25)

So Windows is a right pain so far in the new API. This is literally all I see from everyones Json so far: ``` "windowStatus": [ { "updateTime": "2023-10-10T22:13:56Z", "oemCorrelationId":...

Potentially I can pull the data from here, but would need someone to manually test the code for me as I don't have window support of my vehicles and I...

Thanks for that very helpful. Now know that 100 is fully open ``` "value": { "doubleRange": { "lowerBound": 100.0, "upperBound": 100.0 } }, ``` However it does still only show...

So my plan is to tidy that section up a little and parse the data to display nicely.