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
I wanted to bring up a concern related to API usage costs. After recent changes in Tesla's pricing model, optimizing API calls has become more critical than before to manage costs effectively.
This module currently uses a hardcoded DRIVING_INTERVAL value, which determines how frequently API requests are made while driving. This fixed interval prevents users of the module, like Tesla Home Assistant integration (and potentially other applications) from optimizing API costs based on their specific needs.
Since this parameter is critical for balancing API usage and real-time functionality, it should be configurable via user settings. This would allow users to adjust the interval as needed (e.g., reducing frequency for cost-saving or increasing it for more frequent updates).
It would be great to add another controller constructor parameter like _driving_interval to let this externally configurable.
The text was updated successfully, but these errors were encountered:
I wanted to bring up a concern related to API usage costs. After recent changes in Tesla's pricing model, optimizing API calls has become more critical than before to manage costs effectively.
This module currently uses a hardcoded
DRIVING_INTERVAL
value, which determines how frequently API requests are made while driving. This fixed interval prevents users of the module, like Tesla Home Assistant integration (and potentially other applications) from optimizing API costs based on their specific needs.Since this parameter is critical for balancing API usage and real-time functionality, it should be configurable via user settings. This would allow users to adjust the interval as needed (e.g., reducing frequency for cost-saving or increasing it for more frequent updates).
It would be great to add another controller constructor parameter like
_driving_interval
to let this externally configurable.The text was updated successfully, but these errors were encountered: