Skip to content

Commit b2206f6

Browse files
Prepared a new release
1 parent e4eadf0 commit b2206f6

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

emhass/CHANGELOG.md

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

3+
## 0.15.0 - 2025-12-09
4+
### Improvement
5+
- Added support for async emhass code (@gieljnssns)
6+
- Added support for websocket data retrieval (@gieljnssns)
7+
- Add feature to cache pv regression model (@sokorn)
8+
- Added support for a more comprehensive list of `scikit-learn` models for both ML Forecaster and Regressor classes
9+
- Improved documentation re-arranged sections
10+
- Thermal model improvements:
11+
- Implemented a Min/Max temperature control, proposed by @werdnum
12+
- Implemented needed unit tests
13+
- Improved documentation
14+
### Fix
15+
- Fixed warning message because pickle files saved with old Numpy version
16+
- A buch of code refactor following SonarCloud Code Analysis
17+
- Solved runtime param optimization_time_step not recognized, issue #563
18+
- Attempt at solving data publish problem when containing both battery sensor definitions and a def_load_config, issue #587
19+
- Fix timezone comparison issue with InfluxDB (@sokorn)
20+
- Update skforecast requirement from <0.19.0,>=0.18.0 to >=0.18.0,<0.20.0
21+
- Implement inverter AC input limit constraint
22+
323
## 0.14.1 - 2025-11-29
424
### Improvement
525
- Improved InfluxDB version support documentation

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.14.1 #set if use image container version
4+
version: v0.15.0 #set if use image container version
55
slug: emhass
66
arch:
77
- aarch64

0 commit comments

Comments
 (0)