Michael Benz
Michael Benz
any update on this feature?
I tend to agree with @alandtse's comments about how the integration (particularly the heated steering wheel and charge limit settings) does not have any logic that would automatically turn on...
I had a look into the most recent endpoints file, and sadly i don't see anything about setting the fan speed https://tesla-api.timdorr.com/miscellaneous/endpoints Inherently i can see the `fan_status` in the...
Does anyone have examples on how to use `REMOTE_AUTO_STEERING_WHEEL_HEAT_CLIMATE_REQUEST` and `REMOTE_STEERING_WHEEL_HEATER_REQUEST` i assume `REMOTE_SEAT_HEATER_REQUEST` will have a `level` parameter in the body, but i have no idea about `REMOTE_AUTO_STEERING_WHEEL_HEAT_CLIMATE_REQUEST`
Hey, Gentle bump. Does anyone have the body required for `REMOTE_AUTO_STEERING_WHEEL_HEAT_CLIMATE_REQUEST `?
Hey, still hoping someone can provide the body for this?
For anyone coming here, The requests are as follows ``` Remote_auto_steering_wheel_heat_climate_request { "on": true } Remote_steering_wheel_heat_level_request { "level": 0 } { "level": 3 } { "level": 1 } ```
any update on this? i'm sill getting the errors
Yeah, i did "Update the unit of the historic statistic values from 'kWh' to 'W', without converting." and then used powerpal_total_consumption going forward ``` utility_meter: daily_house_energy: source: sensor.powerpal_total_consumption name: Daily...
By default, the custom intergration Polls the car every 10 minutes or so. If you want realtime state updates, Use the Teslamate config https://github.com/alandtse/tesla/wiki/Teslamate-MQTT-Integration Because websocket management is hard for...