Zuinige Rijder

Results 8 comments of Zuinige Rijder

> > Car manufacturers are missing proper redundancy-thinking. If a small jump starter in your pocket will save you from a catastrophic failure (and save the car company losing its...

I have it working with the new bluelinky stamps for Hyundai Bluelink with hyundai_kia_connect_api. But I have to fill in the pushRegId which was sent by the Bluelink App (sniffing)....

I can confirm that force_refresh_all_vehicles_states() will NOT fill odometer. I digged into the differences of the responses: ```` DEBUG:hyundai_kia_connect_api.KiaUvoApiEU:hyundai_kia_connect_api - get_cached_vehicle_status response: { "retCode": "S", "resCode": "0000", "resMsg": { "vehicleStatusInfo":...

Because I tested with force_refresh_all_vehicles_states(), you can see well in the below Battery Monitor screenshot how much impact a force refresh has on your 12 volt battery. At 8:07 I...

@eili77 Yep, unfortunately the bluelink API does not return the odometer (and locations) values in the vehicles/[id]/status call, while it does in vehicles/[id]/status/latest So then the library or the user...

FYI for the ones who would like more information of [my tool python-broadlink-smart-plug-mini](https://github.com/ZuinigeRijder/python-broadlink-smart-plug-mini). [Added tool to read the smart_plug_mini.py generated csv files and write a summary for each device to...

@cdnninja Probably this because of the following change: `hyundai_kia_connect_api-3.17.4\hyundai_kia_connect_api\KiaUvoApiEU.py:239: "Ccuccs2protocolsupport": self.ccu_ccs2_protocol_support,` `hyundai_kia_connect_api-3.20.0\hyundai_kia_connect_api\ApiImplType1.py:41: "Ccuccs2protocolsupport": str(ccs2_support or 0),` Should ccs2_support be ccu_ccs2_protocol_support???

I looked at the changes and they seem ok. I did run with this PR version and my dailystats for the IONIQ5 is retrieved without errors. Because I do not...