Skip to content

Commit

Permalink
Merge pull request #107 from Grizzelbee/Development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Grizzelbee authored May 17, 2022
2 parents 9761930 + a334b22 commit 41b3d4d
Show file tree
Hide file tree
Showing 6 changed files with 243 additions and 86 deletions.
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

0 comments on commit 41b3d4d

Please sign in to comment.