Skip to content

Commit cad33c2

Browse files
committed
release 2025.7.6
1 parent 53e08b6 commit cad33c2

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,17 @@ This service will contact the modem in the vehicle and request to sync data betw
237237
| Select | RC: Seat (❄/☀) front/rear & left/right[^1][^2][^3] | X | X |
238238
| Switch | RC: Rear Defrost[^1][^2] | X | X |
239239
| Switch | RC: Windshield Heating[^1][^2] | X | X |
240+
| Select | Target charge level(s)[^6] | | X |
240241

241242
[^1]: Must be supported by the vehicle. If not supported, the entity will not be available in the UI.
242243
[^2]: _RC_ stands for 'Remote Control'.
243244
[^3]: There are four controls — one for each seat. Depending on your vehicle configuration you can select 'Heating Level I-III' and 'Cooling Level I-III' for each seat individually. Please note that not all vehicles support the full set of featured (e.g., only heating) and/or that there might be only the front seats available.
244245
[^4]: The 'Start charging' button will only work with supporting charging stations (wallboxes) - e.g., Ford Charge Station Pro (FCSP), and only if the vehicle is plugged in. If the vehicle is not plugged in, the button will be disabled.
245246
[^5]: Once the charging process has been started, the switch allows you to pause and unpause the charging process. It's not possible to actually start a charging session via this switch — you must use the _EV Start_-button for this! The switch will be toggled to `ON` when the vehicle is plugged in and the wallbox has started to charge the car. When you toggle the switch `OFF`, the charging process will be paused, and when you toggle it `ON` again, the charging process will resume.
247+
[^6]: In FordPass App you can create _Target Charge Locations_ — Based on the previous DC charging locations (this functionality was also new for me).<br/>
248+
This integration will create up to three select entities — one for the first three of these locations. You can select the target charge level for each of these locations [some sort of strange option list: 50%, 60%, 70%, 80%, 85%, 90%, 95% & 100%]. The target charge level will be used when you start a charging session via the _EV Start_-button. If you don't have any target charge locations configured in FordPass, then this switch will not be available in Home Assistant.<br/>
249+
The second and third select entities are disabled by default, but you can enable them in the integration.
250+
246251

247252
## Want to report an issue?
248253

@@ -258,6 +263,18 @@ logger:
258263
custom_components.fordpass: debug
259264
```
260265

266+
### Additional considerations before reporting an issue
267+
268+
If you miss entities or functionality, please check if there is any data available in the FordPass App. If there is no data available in the FordPass App, then there might be good reasons, why there is no data available for this integration either. Please be aware that not all vehicles support all features, so it's possible that some entities are not available for your vehicle.
269+
270+
You can enable the __Log API responses to local HA filesystem__ in the integration configuration. This will log all API responses to the local HA filesystem, which can be helpful for any data debugging purposes. The log files will be stored in the `.storage/fordpass/data_dumps` directory of your Home Assistant installation.
271+
272+
![image](./images/011.png)
273+
274+
When you create an issue, please consider:
275+
- the data can contain sensitive information do not post any of the files in the issue.
276+
- you can email me the files directly (please include a link to the GitHub issue).
277+
261278

262279
## I need You!
263280

custom_components/fordpass/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"loggers": ["custom_components.fordpass"],
1313
"requirements": [],
1414
"ssdp": [],
15-
"version": "2025.7.5",
15+
"version": "2025.7.6",
1616
"zeroconf": []
1717
}

0 commit comments

Comments
 (0)