v8.4.10
What's Changed
Inverter support
Change the way that the SOC target is set when charging across multiple inverters such that each inverters charge rate and SOC is accounted for:
- Adjust inverter target % based on charge rates and current soc by @springfall2008 in #1492
Call the service API if configured in apps.yaml rather than gating it on an inverter setting:
- Remove need for has_service_api by @springfall2008 in #1493
Car cost tracking
- Track car total cost by @springfall2008 in #1494
Bug fixes
- Fix hang during update when using DB by @springfall2008 in #1491
- Use predbat prefix for web i/f by @springfall2008 in #1495
- Don't allow iboost solar when discharge is in place by @springfall2008 in #1496
- Fix typo in log message causing crash by @springfall2008 in #1498
Documentation
- Update what-does-predbat-do.md by @springfall2008 in #1477
Full Changelog: v8.4.9...v8.4.10