-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support g3 vehicles that report door lock status #121
Comments
https://github.com/G-Two/homeassistant-subaru/releases/tag/v0.7.15rc1
|
Hello I have now updated to 0.7.16rc0 and i dont see lock status, here are my diagnostics this is what I see currently: |
@dshokouhi I have published v0.7.16rc1, which will hopefully show an overall lock status (unlocked if any door is unlocked), as well as additional attributes within the lock entity that show the reported state of each door. Since I don't have a supported car, I have no idea how often this information is reported back by the vehicle (i.e. it is unclear if the door is manually unlocked with the keyfob if the new state is reported by the telematics). If it does work for you, I'd appreciate any feedback on how well the feature works. Thanks! |
thanks so far looks good have not had a chance to do thorough testing but I can tell you that when I loaded up the changes the locks state was polled the vehicle as I know it was all locked but this door was closed a few min after engine shut off (have not enabled polling yet) state updated as expected! I can do further testing this weekend to see how it all updates with respect to keyfob, manual entry etc... |
If you push the refresh button for the car does the status fix itself? |
It does not. I tried "refresh" and "poll". Neither worked. The only way to fix it was to reload the integration |
Did the lock command ever reach the car? Can you send debug logs? |
The command does reach the car. If unlocked, the doors lock. How do I pull the debug logs? |
I wanted to share another thing. Yesterday I remotely locked the door from the integration to confirm that the command was reaching the car. The car locked and lock got stuck in "locking" status as previously reported. I reloaded the integration to reset the lock state. This time, instead of going back to the lock slider showing "locked", it returned a status of unknown and is showing the separate lock and unlock buttons like my 2021 Outback always does. Just wanted to share in case this helps. |
To help diagnose the issue there 3 sets of data that will help: Device diagnostics
Steps
subarulink debug logs
Steps
logger:
logs:
subarulink: debug
Integration Debug Logs
Steps
![]()
Warning These logs potentially contain a ton of private information that you will need to redact before posting. This is especially true when subarulink debugging is also enabled.
|
A recent g3 diagnostics dump shows that newer vehicles report door lock status. Subarulink needs to be updated to pass these fields to enable lock/unlock state to be tracked.
The text was updated successfully, but these errors were encountered: