Closed janssenk23 closed 12 months ago
@janssenk23 Can you please give 1.61 Beta a go.
Thanks itchannel 1.61 beta3 seems to have solved this ! redownload via HACS, show beta,chose latest beta removed integration & added again now 12 entities detected again ! Thanks !
Damn, values don't update anymore...
2023-10-27 12:40:47.500 ERROR Platform fordpass does not generate unique IDs. ID <
I'll be damned, I redownloaded the same beta version, and now all is (currently) fine. Entities in HA get updated!! Looking forward for the next release which contains this fix !
Thanks guys !!
Closing as fixed for user :)
Hi,
owner of a Ford Tourneo, fuel, since the beginning of this year. In the beginning, fordpass integration didn't work, due to the api not allowing to log in. Since a few weeks, it worked, after major change on ford's api I assume. Since a few days, the interesting values like odometer are unavailable again. Today, updated everything (HA, fordpass integration, ...) But it still doesn't work.
`2023-10-22 14:21:31.940 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up fordpass platform for sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 359, in _async_setup_platform await asyncio.shield(task) File "/config/custom_components/fordpass/sensor.py", line 32, in async_setup_entry sensor = CarSensor(entry, key, config_entry.options) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/fordpass/sensor.py", line 67, in init self.events = coordinator.data["events"]