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

Add a way to Start Horn and/or Lights #1354

Open
remo-tech opened this issue Oct 17, 2024 · 5 comments
Open

Add a way to Start Horn and/or Lights #1354

remo-tech opened this issue Oct 17, 2024 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@remo-tech
Copy link

While trying to find a way to start a charge, I have found a new endpoint which allows to start horn and/or lights :

renault-api --log http  post-file "/commerce/v1/accounts/{account_id}/kamereon/kca/car-adapter/v1/cars/{vin}/actions/horn-lights?country=FR" .\horn_request.json

And the request :

For Horn :

{"data":{"type":"HornLights","attributes":{"action":"start","target":"horn"}}}

For Light :

{"data":{"type":"HornLights","attributes":{"action":"start","target":"lights"}}}

It works well on my Scenic E-TECH.

Would be gratefull if this could be added into HA

@epenet
Copy link
Collaborator

epenet commented Oct 17, 2024

Are you able to provide a PR?

@remo-tech
Copy link
Author

Not in short term sorry. I am not enough confident in the project yet to be able to add a new feature in the correct way.
But maybe in a distant future if nobody can do it quicker ...

@epenet epenet added the help wanted Extra attention is needed label Oct 17, 2024
@jumpjack
Copy link

jumpjack commented Nov 9, 2024

it has always been there, but there is a news: since a couple of week the iOS app offers the capability of turning on lights and horn!
But I can't provide any detail, I have an android phone.

@jumpjack
Copy link

It works well on my Scenic E-TECH.

How many passwords did you set in your app? Starting horn and lights (and engine...) is supposed to require an additional PIN.

@remo-tech
Copy link
Author

It works well on my Scenic E-TECH.

How many passwords did you set in your app? Starting horn and lights (and engine...) is supposed to require an additional PIN.

Only one.
There is no way to start the engine from the app. But horn & lights are working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants