itchannel

Results 141 comments of itchannel

@root01 sorry for the delay. It looks like there's something going on with the value your getting back for the status array. You said it used to work ok for...

Can I confirm you are running python3 and not python2?

@JuhaFIN1 Do you run the refresh car service? As by default ford's API only updates on unlock but not lock. So you need to run the service I created to...

In HA if you look under services you will see a service called "fordpass.refresh_status" if you run this it will poll all cars added and get the latest status from...

It's a service so you can call it with any automation you like. If battery discharge isn't something you worry about then just have HA run an automation that refreshes...

@root01 It looks like the response from the fordpass API is not containing the expected data from your car when running the refresh service as it can't find "return status.json()["status"]"...

Ok if you use the root_debug_branch I have added some code to log the response and status code to the HA log when running the "refresh_status" service. You can either...

Run the refresh service and then send me the log output from your HA instance. Only need the fordpass relevant items. Make sure you restart first to apply the changes!

Unfortunately no easy way. I recommend restarting HA then running the fordpass service before the log gets too big. Then just picking out the relevant fordpass log entries. Or just...

So I can't see that the service has returned yet in that log. There should be some more output after the "Running Service" entry. I'm also guessing your car supports...