]> git.basschouten.com Git - openhab-addons.git/commit
- Introduced more output for debugging (w/ log level debug) (#15070)
authorGuenther Schreiner <gs4711@users.noreply.github.com>
Sun, 11 Jun 2023 19:10:53 +0000 (21:10 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2023 19:10:53 +0000 (21:10 +0200)
commitdb0132409b12b382e589d8b8f5f3c64d2439c969
treeb04f293ca9401f6ba2eff5afb758aab566646d5c
parent47eaf636988815c6b668b016c949132a5d141149
- Introduced more output for debugging (w/ log level debug) (#15070)

- Fixed support for MB-LAN (=KM200, version 1.0) by avoiding query of an unsupported attribute.
- BEFORE this fix: The MBLAN does not support the /gateway/registrations attribute and returns an invalid answer:
*   [b.binding.km200.internal.KM200Device] - /gateway/registrations: trying to query information.
*   [b.binding.km200.internal.KM200Device] - /gateway/registrations: trying to decode: [B@4de25f6.
*   [binding.km200.internal.KM200Cryption] - Length of message is 11.
*   [binding.km200.internal.KM200Cryption] - Did NOT decrypt message
*   [binding.km200.internal.KM200Cryption] - Exception on encoding

Logging of detailed error message.

Signed-off-by: guenther.schreiner@smile.de
bundles/org.openhab.binding.km200/src/main/java/org/openhab/binding/km200/internal/KM200Cryption.java
bundles/org.openhab.binding.km200/src/main/java/org/openhab/binding/km200/internal/KM200Device.java