Skip to content

Commit

Permalink
* fixed GA counting
Browse files Browse the repository at this point in the history
* remove V1 license
  • Loading branch information
chefkoch009 committed Dec 4, 2021
1 parent 71627fe commit 7a22948
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Before beginning: Every DPT of com.Objects should be set in your ETS project. Ev
## License requirements
To use this adapter in ioBroker you need to accept the source code license of the adapter. The source code of this adapter is available under the CC-NC-BY license.

Additionally you need a license to use the adapter. The license editions are available on https://iobroker.net/www/pricing
Additionally you need a license to use the adapter. The license editions are available on [https://iobroker.net/www/pricing](https://iobroker.net/www/pricing)


## Features:
## Features

* importing `knxproj` file
* generating ETS-like object structure
Expand Down Expand Up @@ -115,6 +115,7 @@ For example a DPT5.001 is encoded as unsigned Integer with 8-Bit. This gives a s
This results e.g. in a value like "0,5", where "0" means "decrease" and "5" means number of intervals.

### How the import works

1. reading of all communicationobjectreferences (COR):
combining of groupadressreference ID'd with DPT of corresponding COR (if exists).
2. generation of groupaddress structure(GAS):
Expand Down Expand Up @@ -144,6 +145,7 @@ This results e.g. in a value like "0,5", where "0" means "decrease" and "5" mean
are all states up to date.

###Avoidance of problems

* clean ETS programming and more important clean ETS programming and most important clean ETS programming
* Assign the DPTs!!
* uniform labeling of the GA names (e.B "EG Wohnen Decke Licht schalten" and "EG Wohnen Decke Licht schalten status" )
Expand Down Expand Up @@ -195,6 +197,12 @@ If there are more GA's to change properties, use multiselect. This feature works
-->

## Changelog

### 2.0.3 (2021-12-04)

* fixed counting 1st Datapoint
* automaticly remove old V1 license", preventing confusion after upgrade from V1 to V2

### 2.0.1

* fixed problem with license acceptance
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": "knx",
"version": "2.0.2",
"version": "2.0.3",
"news": {
"2.0.3": {
"en": "fixed counting 1st Datapoint, automaticly remove old V1 license",
"de": "Fehler beim Zählen des 1. Datenpunkts behoben, alte V1-Lizenz automatisch entfernen",
"ru": "исправлен подсчет 1st Datapoint, автоматическое удаление старой лицензии V1",
"pt": "corrigido a contagem do 1º Datapoint, remover automaticamente a licença V1 antiga",
"nl": "vaste telling 1e datapunt, verwijder automatisch oude V1-licentie",
"fr": "comptage fixe du 1er point de données, suppression automatique de l'ancienne licence V1",
"it": "corretto conteggio 1st Datapoint, rimuovere automaticamente la vecchia licenza V1",
"es": "1er punto de datos de conteo fijo, eliminar automáticamente la antigua licencia V1",
"pl": "naprawiono zliczanie pierwszego punktu danych, automatyczne usuwanie starej licencji V1",
"zh-cn": "固定计数第一个数据点,自动删除旧的 V1 许可证"
},
"2.0.2": {
"en": "fixed problem with license acceptance",
"de": "Problem mit Lizenzakzeptanz behoben",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.knx",
"version": "2.0.2",
"version": "2.0.3",
"description": "ioBroker knx Adapter ",
"author": {
"name": "K.Ringmann",
Expand Down

0 comments on commit 7a22948

Please sign in to comment.