Skip to content

Commit

Permalink
* fixed problem on ETS4 import
Browse files Browse the repository at this point in the history
* fixed some confusing messages
* corrected min-max range for DPT14.xxx
* added sentry
  • Loading branch information
chefkoch009 committed Dec 8, 2021
1 parent ff48a62 commit 9c4047c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@ If there are more GA's to change properties, use multiselect. This feature works

## Changelog

### 2.0.5

* fixed problem on ETSv4 import
* corrected some messages
* corrected DPT14.x min and max range

### 2.0.4

* fixed DPT9.xxx calculation
Expand Down Expand Up @@ -475,6 +481,16 @@ If there are more GA's to change properties, use multiselect. This feature works

* (bluefox) initial release

## Exceptions and errors

**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.**
For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)!
Sentry reporting is used starting with js-controller 3.0.

The developer is not able to get any further special informations about the system/config/user/enviroment. In case no license is found the
adapter version and host id is also reported.


## License
The CC-NC-BY License (CC-NC-BY)

Expand Down
19 changes: 18 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.4",
"version": "2.0.5",
"news": {
"2.0.5": {
"en": "fixed problem on ETSv4 import, corrected some messages, corrected DPT14.x min and max range",
"de": "Problem beim ETSv4-Import behoben, einige Meldungen korrigiert, DPT14.x Min- und Max-Bereich korrigiert",
"ru": "исправлена проблема с импортом ETSv4, исправлены некоторые сообщения, исправлены минимальный и максимальный диапазон DPT14.x",
"pt": "corrigiu o problema na importação ETSv4, corrigiu algumas mensagens, corrigiu o intervalo mínimo e máximo DPT14.x",
"nl": "probleem opgelost bij ETSv4-import, enkele berichten gecorrigeerd, DPT14.x min en max bereik gecorrigeerd",
"fr": "correction d'un problème sur l'import ETSv4, correction de certains messages, correction de la plage min et max de DPT14.x",
"it": "risolto problema sull'importazione ETSv4, corretti alcuni messaggi, corretti DPT14.x intervallo minimo e massimo",
"es": "Se solucionó el problema en la importación de ETSv4, se corrigieron algunos mensajes, se corrigió el rango mínimo y máximo de DPT14.x",
"pl": "naprawiono problem z importem ETSv4, poprawiono niektóre komunikaty, poprawiono minimalny i maksymalny zasięg DPT14.x",
"zh-cn": "修复了 ETSv4 导入的问题,更正了一些消息,更正了 DPT14.x 最小和最大范围"
},
"2.0.4": {
"en": "fixed DPT9.xxx and DPT19.xxx, small bugfixes",
"de": "DPT9.xxx und DPT19.xxx behoben, kleine Bugfixes",
Expand Down Expand Up @@ -193,6 +205,11 @@
"icon": "knx.png",
"enabled": true,
"messagebox": true,
"plugins": {
"sentry": {
"dsn": "https://[email protected]/162"
}
},
"subscribe": "messagebox",
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.knx/master/admin/knx.png",
"compact": true,
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.4",
"version": "2.0.5",
"description": "ioBroker knx Adapter ",
"author": {
"name": "K.Ringmann",
Expand Down

0 comments on commit 9c4047c

Please sign in to comment.