Empor-co

Results 12 comments of Empor-co

Less than 1 second, more or less a continous stream of messages per datapoint.

It might be connected to some UART problems of the ESP32: https://www.esp32.com/viewtopic.php?t=4960&p=21544#p21544

I'm currently trying to build this on a RPI-4 cluster, but still out of luck. I adjusted the Dockerfile to include the armv6 version of go as well as the...

I was under the impression that the schedule could be set/send to the car and the car deals with the triggering directly.

I haven't seen it in bluelinky, but the app offers it under Remote -> Scheduled charging. There you can model 2 departure times, which can be used for - Scheduled...

Hyundai / EU, please find attached a screenshot of the original app screen. ![charging_resized](https://user-images.githubusercontent.com/32220981/149678114-8015c733-19db-4f74-9b5d-a7c572f054bb.jpg)

Hi All, I got the following so far: ``from hyundai_kia_connect_api import *`` ``vm = VehicleManager(region=1, brand=2, username="[email protected]", password="secret", pin="1234")`` ``print(vm.check_and_refresh_token())`` ``print(vm.vehicles)`` Which returns the vehicle id, name, model and registration_date...

Hi all, Thank you for posting the example. I updated my code and got the following results: `vm.check_and_force_update_vehicles(60)` gives me the following error: ``` Traceback (most recent call last): File...

@cdnninja Thank you very much - v1.18.8 fixed it: I know see plenty of details. Is there also a way to e.g. activate the defrost remotely or set the per-conditioning...

Adding another swap worked for me.