Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heated steering wheel and seats #129

Open
DasBasti opened this issue Jul 23, 2024 · 1 comment
Open

Heated steering wheel and seats #129

DasBasti opened this issue Jul 23, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@DasBasti
Copy link
Owner

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 DasBasti added the enhancement New feature or request label Jul 23, 2024
@DasBasti DasBasti added this to the 0.6 milestone Jul 23, 2024
@DasBasti DasBasti self-assigned this Jul 23, 2024
@chriscatuk
Copy link

chriscatuk commented Aug 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants