0.310.1
deepseek-ai/DeepSeek-Coder-V20.310.1Jun 28, 2026by andig
AI Summary
A maintenance release introducing SOC and temperature metrics, deprecating a specific vehicle parameter, and fixing data anomalies in meter readings.
Key Highlights
- Added SOC and temperature metrics for monitoring
- Deprecated the 'climaterdisabled' parameter in ISO15118 and offline templates
- Fixed spurious energy spikes caused by SolarEdge uint64 NaNs and grid nonZeroEnergy
New Features
- Added SOC and temperature metrics
Full Release Notes
## Changelog ### New Features 💫 * b8284ab4b8c417927d9c35af5f2a1446d1809c1f Metrics: add soc and temp (#30926) ### Other Changes ☀️ * 659328092ff158c634f79b0a2b1e11f08223c1ae vehicle: mark climaterdisabled parameter as deprecated in iso15118 and offline templates (#31297) ### Bug Fixes 🐞 * d87f77b7d91497889f6699cdbd67be911273939b Meter: fix spurious energy spikes (grid nonZeroEnergy + SolarEdge uint64snans) (#31295)