SmartHashtag icon indicating copy to clipboard operation
SmartHashtag copied to clipboard

Heated steering wheel and seats

Open DasBasti opened this issue 1 year ago • 1 comments

The Hello Smart App lets you enable the heated steering wheel and seats for the driver.

A switch in ha lets you enable the steering wheel and seat heating remotely.

DasBasti avatar Jul 23 '24 18:07 DasBasti

in Hello #, it's a big global command with whatever has been selected in preconditioning screen

I'm not sure how you will adapt it to start them separately. 2 really close API calls to start one seat and then the other make the second call ignored. You might need a timer to delay any following call.

Here is the case when all elements were selected:

{
   "operationScheduling":{
      "occurs":1,
      "recurrentOperation":0,
      "scheduledTime":null,
      "duration":180,
      "interval":0
   },
   "serviceId":"rce_2",
   "command":"start",
   "creator":"tc",
   "serviceParameters":[
      {
         "key":"rce.conditioner",
         "value":"1"
      },
      {
         "key":"rce.temp",
         "value":"21.5"
      },
      {
         "value":"front-left",
         "key":"rce.heat"
      },
      {
         "value":"front-right",
         "key":"rce.heat"
      },
      {
         "key":"rce.heat",
         "value":"steering_wheel"
      },
      {
         "key":"rce.level",
         "value":"1"
      }
   ],
   "timeStamp":"1716755031934"
}

each element is optional:

  • front-left: always driver seat, even in UK where the driver is on the right side
  • front-right: always passenger seat (left in UK)
  • steering_wheel
  • rce.level: level of heating for all of the elements in the API call
    • low = 1
    • medium = 2
    • high = 3

chriscatuk avatar Aug 13 '24 22:08 chriscatuk

Any view on progress with this one? I'd love to automate the pre-conditioning, seat & wheel heating via HA.

BettySwallocks avatar Dec 11 '24 08:12 BettySwallocks

I would also be very happy about this opportunity in HA. I read that it should already work via iobroker.

towofi avatar Dec 11 '24 13:12 towofi

I would also be happy to do that. It's the next thing on my list. I started to integrate it but then live happend. Maybe during the holidays I can find some time to finish it.

DasBasti avatar Dec 16 '24 13:12 DasBasti

Thanks, Basti! I really appreciate your work for the community!

towofi avatar Dec 17 '24 07:12 towofi

Version 0.5.5 has some preheating functionality. Three new entities where added, to set steering wheel and seat heating levels. When the preconditioning is started the levels are also transmitted. Setting the levels does not start precondition.

DasBasti avatar Dec 21 '24 22:12 DasBasti