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

Force data update if sensors unknown? #1090

Open
torsteinelv opened this issue Jan 28, 2025 · 2 comments
Open

Force data update if sensors unknown? #1090

torsteinelv opened this issue Jan 28, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@torsteinelv
Copy link

This can be solved with an automation also. But guess many users has this problem if sensors have become unknown the integration can run an update to get the data updated again?

@torsteinelv torsteinelv added the enhancement New feature or request label Jan 28, 2025
@skipishere
Copy link
Collaborator

This is part of my Home Assistant has restarted automation, where sometimes the car info becomes Unknown (doesn't always happen hence the if)
Image


if:
  - condition: state
    entity_id: sensor.tesla_m3_battery
    state: unknown
then:
  - device_id: 7256a937bc19c0302efd1542955a7c8c
    domain: button
    entity_id: cf03f1c11aa413a9e7cd58bd5ebfc588
    type: press

Slightly annoying Home Assistant turns them into device and entity ids that are GUIDs

@torsteinelv
Copy link
Author

Yes. Know it can be fixed this way. But would be better by the integration itself?

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