SquidBytes

Results 55 comments of SquidBytes

> Just re-enabled and it appears to be working again. Maybe Ford just being Ford earlier? I think this may be the case

> I worked with a developer creating an Android version of a more detailed version of FordPass Do you have that information? My frustration with the FordPass app drove me...

It is not The `fordpass_fuel` sensor is just rounding what is returned from the vehicle ```python if self.sensor == "fuel": fuel_level = self.data.get("fuelLevel", {}).get("value") if fuel_level is not None: return...

@mclever I think the best solution is to do a helper or template sensor which was suggested by @BobMac57 (thank you for that!). When modifying the `sensory.py` file on your...

@ziptbm This would be cool to add. But there have been large changes to this integration since the last comment (as I know you know) I'm curious if this is...

> I'd be happy to help, but need some direction on what specifically to do and gather. You would have to have a rooted Android and setup Burp to view...

With the new Connected API this may be able to be integrated - but I haven't yet looked into anything with the new API

Is this still an issue with the current releases (excluding the current issues of authentication)?

There are a lot of issues created and I'm just trying to track everything and see what may be related to this and that. The 403 issue is probably the...

Is this still an issue with the current releases (excluding the current issues of authentication)?