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 Vehicle_Moving sensor like there is in the VW integration #471

Open
wexman opened this issue Dec 18, 2024 · 4 comments · May be fixed by #490
Open

Add Vehicle_Moving sensor like there is in the VW integration #471

wexman opened this issue Dec 18, 2024 · 4 comments · May be fixed by #490
Assignees
Labels
question Further information is requested

Comments

@wexman
Copy link

wexman commented Dec 18, 2024

I would like to be able to see whether or not the vehicle is currently moving. There is such a sensor in the VW integration, so my guess is that it should also be available for Skoda...

@gschot
Copy link

gschot commented Dec 18, 2024

The device tracker entity goes to a 'vehicle_in_motion' state when the car is in motion.

@wexman
Copy link
Author

wexman commented Dec 18, 2024

Ah, ok. That should somehow be convertable into a binary sensor, right?

@sonar98
Copy link
Contributor

sonar98 commented Dec 18, 2024

you can use a helper to create a template binary sensor based on the state.

{% if states('device_tracker.skoda_enyaq_position') == 'vehicle_in_motion' %}
True
{% endif %}

@WebSpider WebSpider added the question Further information is requested label Dec 19, 2024
@WebSpider
Copy link
Contributor

you can use a helper to create a template binary sensor based on the state.

{% if states('device_tracker.skoda_enyaq_position') == 'vehicle_in_motion' %}
True
{% endif %}

This deserves a mention in README.md

dvx76 added a commit to dvx76/homeassistant-myskoda that referenced this issue Dec 23, 2024
@dvx76 dvx76 linked a pull request Dec 23, 2024 that will close this issue
@dvx76 dvx76 self-assigned this Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants