hive
hive copied to clipboard
dispatcher.ideal_fastcharge_soc_limit parameter leaks outside of dispatcher scope
i recently made a custom dispatcher and replaced all of the default dispatchers with that custom dispatcher. because the DispatcherConfig requires it's fields, including ideal_fastcharge_soc_limit, i decided to include them in my YAML file but with garbage arguments, just in case any of them still had influence.
it turns out that driver_state operations will expect these parameters and so they will be used to override behavior, for both human and CAV driver types. these should come from a different place so it is more explicit as a configuration for HIVE.