Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #107

Merged
merged 2 commits into from
May 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ Save the file and restart the adapter, you will find now a new object Rueckkuehl
## Changelog
### **WORK IN PROGRESS**

### v1.2.0 (2022-05-16)
* (grizzelbee) New: [#106](https://github.com/Grizzelbee/ioBroker.resol/issues/106) Added support for DeltaSol-BX

### v1.1.6 (2022-05-04)
* (grizzelbee) Fix: [#103](https://github.com/Grizzelbee/ioBroker.resol/issues/103) Fixed support for Serial-to-LAN-Gateway connections (Disabled credentials handshake - which is not necessary over serial ports.)

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "resol",
"version": "1.1.6",
"version": "1.2.0",
"news": {
"1.2.0": {
"en": "New: Added support for DeltaSol BX",
"de": "Neu: Unterstützung für DeltaSol BX hinzugefügt",
"ru": "Новое: добавлена ​​поддержка DeltaSol BX.",
"pt": "Novo: Adicionado suporte para DeltaSol BX",
"nl": "Nieuw: ondersteuning toegevoegd voor DeltaSol BX",
"fr": "Nouveau : Ajout de la prise en charge de DeltaSol BX",
"it": "Novità: Aggiunto supporto per DeltaSol BX",
"es": "Nuevo: soporte agregado para DeltaSol BX",
"pl": "Nowość: Dodano obsługę DeltaSol BX",
"zh-cn": "新增:增加了对 DeltaSol BX 的支持"
},
"1.1.5": {
"en": "Fixed support for Cosmo Multi 2 controllers",
"de": "Die Unterstützung für Cosmo Multi 2-Controller wurde korrigiert",
Expand Down
1 change: 1 addition & 0 deletions lib/resol-setup/Setup-Resol-Types.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{"id":4097,"setup":"deltasol-slt","data":"resol-deltasol-slt-102-data"},
{"id":21504,"setup":"deltatherm-hc","data":"resol-deltatherm-hc-xxx-data"},
{"id":16914,"setup":"deltasol-c","data":"resol-deltasol-c-104-data"},
{"id":29729,"setup":"deltasol-bx","data":"resol-deltasol-bx-plus-xxx-data"},
{"id":28946,"setup":"deltasol-bx-plus","data":"resol-deltasol-bx-plus-xxx-data"},
{"id":17019,"setup":"deltasol-bs4v2","data":"resol-deltasol-bs4v2-103-data"},
{"id":4176,"setup":"deltasol-e-v2","data":"resol-deltasol-e-v2-100-data"},
Expand Down
4 changes: 4 additions & 0 deletions lib/resol-setup/deltasol-bx.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{"dp": [{"dpName":"Pumpe1","type":"number","min":0,"max":3}
],
"fct": [{"name":"Pumpe1","cmd":"Handbetrieb","val":"val"}
]}
Loading