]> git.basschouten.com Git - openhab-addons.git/commit
[fineoffsetweatherstation] Fix wrong handling temperature reading for of WH34 (#15853)
authorAndreas Berger <Andy2003@users.noreply.github.com>
Fri, 10 Nov 2023 12:29:25 +0000 (13:29 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Nov 2023 12:29:25 +0000 (13:29 +0100)
commit10d519bd6b84570b0eda387eb0089fe07d7e7d5c
treebf0970f64a1c68dd30c5e790795294d6a70e8092
parentfc67ec81616e9fdf3f52711b576c9bd531c98f8e
[fineoffsetweatherstation] Fix wrong handling temperature reading for of WH34 (#15853)

* [fineoffsetweatherstation] Improve tracing
* [fineoffsetweatherstation] Fix wrong handling temperature reading for of WH34

Signed-off-by: Andreas Berger <andreas@berger-freelancer.com>
bundles/org.openhab.binding.fineoffsetweatherstation/README.md
bundles/org.openhab.binding.fineoffsetweatherstation/src/main/java/org/openhab/binding/fineoffsetweatherstation/internal/domain/Command.java
bundles/org.openhab.binding.fineoffsetweatherstation/src/main/java/org/openhab/binding/fineoffsetweatherstation/internal/domain/DebugDetails.java [new file with mode: 0644]
bundles/org.openhab.binding.fineoffsetweatherstation/src/main/java/org/openhab/binding/fineoffsetweatherstation/internal/domain/Measurand.java
bundles/org.openhab.binding.fineoffsetweatherstation/src/main/java/org/openhab/binding/fineoffsetweatherstation/internal/service/ELVGatewayQueryService.java
bundles/org.openhab.binding.fineoffsetweatherstation/src/main/java/org/openhab/binding/fineoffsetweatherstation/internal/service/FineOffsetDataParser.java
bundles/org.openhab.binding.fineoffsetweatherstation/src/main/java/org/openhab/binding/fineoffsetweatherstation/internal/service/FineOffsetGatewayQueryService.java
bundles/org.openhab.binding.fineoffsetweatherstation/src/main/java/org/openhab/binding/fineoffsetweatherstation/internal/service/GatewayQueryService.java
bundles/org.openhab.binding.fineoffsetweatherstation/src/test/java/org/openhab/binding/fineoffsetweatherstation/internal/service/FineOffsetDataParserTest.java