You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
My use case is that i want to warn for open windows while the car is being locked. But i want to prevent false positives on someone is driving the car with the windows open. I cannot find a sensor in this addon describing the car in use status
Describe the solution you'd like
SOme sensor describing the car is in use or not
Describe alternatives you've considered
i used the domoticz plugin, but i switched to home assistant, so want to start using this addon for home assistant
Additional context
This documentation desribes how to get the car status:
If the car is in use, availabilityStatus.value will report "unavailable" and availabilityStatus.unavailableReason will report "CAR_IN_USE"
My suggestion would be the expose both the fields "availabilityStatus.value" and "availabilityStatus.unavailableReason" to extra sensors in the addon. This way with automations you can create your own logic in Home Assistant based on this reason.
Adding this call to the addon is a good idea anyway: e.g. with "No internet" as unavailability reason, it doesn't make sense to get all the other sensors as well, so it could also improve the inner working of this plugin
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
My use case is that i want to warn for open windows while the car is being locked. But i want to prevent false positives on someone is driving the car with the windows open. I cannot find a sensor in this addon describing the car in use status
Describe the solution you'd like
SOme sensor describing the car is in use or not
Describe alternatives you've considered
i used the domoticz plugin, but i switched to home assistant, so want to start using this addon for home assistant
Additional context
This documentation desribes how to get the car status:
accessability status
If the car is in use, availabilityStatus.value will report "unavailable" and availabilityStatus.unavailableReason will report "CAR_IN_USE"
My suggestion would be the expose both the fields "availabilityStatus.value" and "availabilityStatus.unavailableReason" to extra sensors in the addon. This way with automations you can create your own logic in Home Assistant based on this reason.
Adding this call to the addon is a good idea anyway: e.g. with "No internet" as unavailability reason, it doesn't make sense to get all the other sensors as well, so it could also improve the inner working of this plugin
The text was updated successfully, but these errors were encountered: