Skip to content

Commit 7656fcb

Browse files
committed
Prepaed new release
1 parent 7f94cbe commit 7656fcb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

emhass/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.13.1 - 2025-04-21
4+
### Improvement
5+
- Add timeout and thread configuration for different LP solvers (CBC, GLPK, COIN). Thanks to @GeoDerp
6+
- Clean up actions and add sourcery scan action. Thanks to @GeoDerp
7+
- Cache Open-Meteo JSON reponse locally to reduce the number of API calls and add resilience. Thanks to @paulhomes
8+
### Fix
9+
- Update default weight battery value in config_defaults.json. Thanks to @purcell-lab
10+
- Fix forecast output assignment and avoid SettingWithCopyWarning. Thanks to @radim2tej
11+
- Fix for get_mix_forecast ValueError: cannot convert float NaN to integer. Thanks to @paulhomes
12+
- Fix for hard-coded actual/forecast PV sensor names. Thanks to @paulhomes
13+
- Update pyproject.toml to solve issue #495: Missing files in python package after 0.12.5. Thanks to @GeoDerp
14+
315
## 0.13.0 - 2025-04-02
416
### Improvement
517
- Added a new feature to automatically adjust PV forecast using historical actual/forecast data

emhass/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: EMHASS
22
description: Energy Management for Home Assistant
33
url: https://github.com/davidusb-geek/emhass
4-
version: v0.13.0 #set if use image container version
4+
version: v0.13.1 #set if use image container version
55
slug: emhass
66
arch:
77
- aarch64

0 commit comments

Comments
 (0)