Skip to content

Commit

Permalink
chore: release v3.0.0-alpha.2
Browse files Browse the repository at this point in the history
* Node >= 18 required
* update heatdemand weight changes to be effective during active instance
  • Loading branch information
tp1de committed Feb 16, 2024
1 parent f9ee91f commit f029fc1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 23 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
* older changes
## 2.7.4 (2024-02-01)
* avoid sql errors on instance start

## 2.7.3 (2024-01-31)
* error correction for heat demand function

Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ English documentation: https://github.com/tp1de/ioBroker.ems-esp/blob/main/doc/e
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 3.0.0-alpha.2 (2024-02-16)
* Node >= 18 required
* update heatdemand weight changes to be effective during active instance

* update heatdemand weight changes to be effective during active instance

### 3.0.0-alpha.1 (2024-02-15)
* ems-esp gateway: Raw telegram search for EMS+ thermostats: switchPrograms and holidayModes (RC310/RC300)
Expand All @@ -95,9 +94,6 @@ English documentation: https://github.com/tp1de/ioBroker.ems-esp/blob/main/doc/e
### 2.7.5 (2024-02-02)
* allow only positive deltam in config for heat demand function

### 2.7.4 (2024-02-01)
* avoid sql errors on instance start

## License
MIT License

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "ems-esp",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"news": {
"3.0.0-alpha.2": {
"en": "Node >= 18 required\nupdate heatdemand weight changes to be effective during active instance",
"de": "Node >= 18 erforderlich\naktualisierung von wärmeabfrage-gewichtsänderungen während der aktiven instanz",
"ru": "Node >= 18\nобновление изменений в весе теплообмена, чтобы быть эффективным во время активного экземпляра",
"pt": "Node >= 18 necessário\natualizar as alterações de peso da demanda de calor para ser eficaz durante a instância ativa",
"nl": "Node < 18 vereist\nupdate warmtevraag gewicht wijzigingen effectief tijdens actieve instantie",
"fr": "Noeud >= 18 requis\nmettre à jour les modifications du poids de la demande de chaleur pour être efficace en instance active",
"it": "Nodo = 18 richiesto\naggiornare le variazioni di peso del dissipatore di calore per essere efficace durante l'istanza attiva",
"es": "Nodo = 18 requerido\nactualizar los cambios de peso de la indemnización de calor para ser eficaz durante la instancia activa",
"pl": "Węzeł > = 18 wymagany\naktualizacja zmian zapotrzebowania na ciepło, aby były skuteczne podczas aktywnej instancji",
"uk": "Node >= 18 потрібно\nоновлюється зміна маси теплової енергії під час активного екземпляра",
"zh-cn": "需要18号节点\n更新热需求重量变化以在活动实例中有效"
},
"3.0.0-alpha.1": {
"en": "ems-esp gateway: Raw telegram search for EMS+ thermostats: switchPrograms and holidayModes (RC310/RC300)\ncreate writable objects / states for switchPrograms and holidayModes\nthis function is only active when no km200 gateway is selected - ems-esp gateway only\nimprove error messages for km200 (wrong ip / passwords)\nsmall changes within PDF adapter documentation",
"de": "ems-esp Gateway: Suche nach EMS+ Thermostaten: switchProgramme und UrlaubModes (RC310/RC300)\nschreibbare Objekte / Zustände für Schalter erstellen Programme und Urlaub Moden\ndiese funktion ist nur aktiv, wenn kein km200 gateway ausgewählt wird - ems-esp gateway nur\nverbesserung der fehlermeldungen für km200 (wrong ip / passwörter)\nkleine Änderungen in PDF Adapter Dokumentation",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "korekta błędu dla funkcji zapotrzebowania na ciepło",
"uk": "виправлення помилок для функції теплового попиту",
"zh-cn": "热需求函数错误校正"
},
"2.7.2": {
"en": "error correction for heat demand function",
"de": "fehlerkorrektur für wärmebedarfsfunktion",
"ru": "коррекция ошибок для функции теплового спроса",
"pt": "correção de erro para a função de demanda de calor",
"nl": "foutcorrectie voor warmtevraagfunctie",
"fr": "correction d'erreur pour la fonction de demande de chaleur",
"it": "correzione di errore per la funzione della domanda di calore",
"es": "corrección de error para la función de la demanda de calor",
"pl": "korekta błędu dla funkcji zapotrzebowania na ciepło",
"uk": "виправлення помилок для функції теплового попиту",
"zh-cn": "热需求函数错误校正"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.ems-esp",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "EMS-ESP and KM200 Interface",
"author": {
"name": "Thomas Petrick",
Expand Down

0 comments on commit f029fc1

Please sign in to comment.