Manually Refresh Intelligent Dispatches
By default, intelligent dispatches are retrieved periodically. If you want to trigger updates based on other events (e.g., a charger changing state), enable Manually refresh intelligent dispatches. This disables periodic refreshing and exposes the octopus_energy.refresh_intelligent_dispatches service.
Warning: If enabled, you must call the service/action manually, otherwise rate and intelligent-related sensors will stop updating correctly.
Intelligent Rates Mode
This setting determines how the integration adjusts rate information for intelligent tariffs using planned/completed dispatch data. There are two modes:
Planned and started dispatches will turn into off peak rates (Default): All planned dispatches are assumed to be successful off-peak charges. This is useful for planning future device usage. Rates will have the is_intelligent_adjusted property set to true.
- Side effect: If a planned dispatch is removed, cost sensors may increase in value.
Only started dispatches will turn into off peak rates: Only dispatches that have actually started are treated as off-peak. This prevents future planning based on unconfirmed dispatches. Rates will have the is_intelligent_adjusted property set to true.
- Side effect: When a started dispatch arrives, the cost sensor may decrease in value.
Minimum Required Minutes for Planned Dispatches
Set a threshold for the minimum length (in minutes) a planned dispatch must be to be considered valid. If a dispatch is shorter than this value, the is_dispatching sensor, off-peak sensor, and current-rate sensors will not trigger or adjust. This helps prevent small, unreactive dispatch windows from triggering home automation tasks. The default is 0 (includes all dispatches).