My application operates via a proxy server that constantly monitors the vehicle's state by sending requests through the Lucid Server. One of the issues is that the sensor temperatures stop updating when the car is asleep. To address this, I wake up the car once an hour to check the temperature, and if it exceeds a certain threshold, I trigger the ventilation. The wake-up frequency can be adjusted based on the time of day and ambient temperature—for instance, there is no need to wake the car between sunset and dawn. If you want to avoid waking the car altogether, you could build something using a separate microcontroller that monitors the temperature more frequently and sends this data via its own modem to the proxy server, which then decides whether the car needs to be cooled down.