DurgNomis-drol / ha_toyota

Toyota Connected Services integration for Home Assistant.
MIT License
148 stars 32 forks source link

binary_sensor.yaris_cross_over_all_status 'problem' #146

Closed BertVereecke closed 10 months ago

BertVereecke commented 1 year ago

Once in a while I see that the binary_sensor.yaris_cross_over_all_status changes its state to 'Problem'. Using the mytoyota python library, I found out today that the Toyota server returned the following: 'overallStatus': 'DRIVING' This is the expected state, as my wife was driving the car at that moment.

I believe this 'problem' state is caused by the limitations of the binary_sensor. Can this sensor perhaps be updated to a regular sensor, and simply report the state without changing it?

Kind regards, Bert

DurgNomis-drol commented 1 year ago

Thanks for the bug report, when i coded this, this was not a feature.

The binary sensor needs to be converted to a normale sensor instead. PR's are more the welcome :)

CM000n commented 10 months ago

We recently released version 2.0.0 of the Custom Component with major changes and support for the new Mytoyota API. As we unfortunately cannot provide support for Custom Component versions < v2.0.0, I hereby close your issue. If the issue still applies to the current version, you are of course free to open a new issue. 😊