Farfar / homeassistant-seatconnect

Seat Connect - A home assistant plugin to add integration with your car
Apache License 2.0
61 stars 14 forks source link

Pre-heater not working #41

Open Atsharim opened 12 months ago

Atsharim commented 12 months ago

Hello guys, thank you very much for the integration. It works for the most part, but regarding the winter, triggering the auxiliary heating system does not work. Home Assistant connects to the car, the status changes to "in progress" then "progress connected" and after some time, it shows "Request results Failed" and "progress disconnected"

gforums commented 11 months ago

+1 from me. Using the non-HA python script and the function "vehicle.set_pheater(mode = "heating", spin = "1234")".

It returns also "failed" for me.

Or do I need to trigger this as well before?

        print('#         Update preheater data        #')
        print(txt.center(40, '#'))
        await vehicle.get_preheater()
        print('')

My car is a Cupra formentor. Lock/Unlock works well!

thank you