Skip to content

Commit

Permalink
* fixed DPT9.xxx
Browse files Browse the repository at this point in the history
* changed handling of DPT19.xxx
* fixed confusing license info
  • Loading branch information
chefkoch009 committed Dec 7, 2021
1 parent 7a22948 commit ff48a62
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#### Table of content

* [Description](#description)
* [Requirements](#requirements)
* [Features](#features)
* [Adapter configuration](#adapter-configuration)
* [Install the License](#install-the-license)
Expand Down Expand Up @@ -36,6 +37,13 @@ It connects to standard KNX/LAN Gateways.

Before beginning: Every DPT of com.Objects should be set in your ETS project. Every device should be sorted into your facility structure.

## Requirements

* node Version >= 14.15.4
* admin Version >= 5.2.0
* js-controller Version >=3.3.20

Without this requirements, the adapter is not installable or will work not properly.

## 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.
Expand Down Expand Up @@ -198,6 +206,13 @@ If there are more GA's to change properties, use multiselect. This feature works

## Changelog

### 2.0.4

* fixed DPT9.xxx calculation
* implemented date-and-time DPT19.00x
* fixed confusing "no license error"
* small bugfixes

### 2.0.3 (2021-12-04)

* fixed counting 1st Datapoint
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.3",
"version": "2.0.4",
"news": {
"2.0.4": {
"en": "fixed DPT9.xxx and DPT19.xxx, small bugfixes",
"de": "DPT9.xxx und DPT19.xxx behoben, kleine Bugfixes",
"ru": "исправлены DPT9.xxx и DPT19.xxx, исправлены мелкие ошибки",
"pt": "DPT9.xxx e DPT19.xxx corrigidos, pequenas correções de bugs",
"nl": "vaste DPT9.xxx en DPT19.xxx, kleine bugfixes",
"fr": "correction de DPT9.xxx et DPT19.xxx, petites corrections de bugs",
"it": "corretti DPT9.xxx e DPT19.xxx, piccole correzioni di bug",
"es": "arreglado DPT9.xxx y DPT19.xxx, pequeñas correcciones de errores",
"pl": "poprawione DPT9.xxx i DPT19.xxx, drobne poprawki",
"zh-cn": "修复了 DPT9.xxx 和 DPT19.xxx,小错误修正"
},
"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",
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.3",
"version": "2.0.4",
"description": "ioBroker knx Adapter ",
"author": {
"name": "K.Ringmann",
Expand Down

0 comments on commit ff48a62

Please sign in to comment.