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 recently switched to this script from the original michaelwoods version. I have a vestigial ENV var from the original config of ONSTAR_REFRESH=1800000 to set the polling interval to 30m, however, the script is not polling at that interval. It polls once on launch and publishes updated values, then never polls Onstar again.
I don't see a mention of ONSTAR_REFRESH in the Readme, is this still a valid ENV var for setting the polling interval?
The text was updated successfully, but these errors were encountered:
Yes, that should be working. My Home Assistant add-on uses this code as well and both my cars refresh according to the value set via that parameter.
The default value in the code is 30 minutes, so you don't need to set that parameter unless you want to change it to something other than 30 minutes.
Could you please comment out that parameter from your config and see what happens?
Also, does your log not show any activity after 30 minutes or what exactly are you seeing in the logs to indicate that subsequent polls aren't taking place?
I recently switched to this script from the original michaelwoods version. I have a vestigial ENV var from the original config of
ONSTAR_REFRESH=1800000
to set the polling interval to 30m, however, the script is not polling at that interval. It polls once on launch and publishes updated values, then never polls Onstar again.I don't see a mention of
ONSTAR_REFRESH
in the Readme, is this still a valid ENV var for setting the polling interval?The text was updated successfully, but these errors were encountered: