[fineoffsetweatherstation] Add support for ELV protocol (#13138)
* [fineoffsetweatherstation] add support for ELV protocol * [fineoffsetweatherstation] remove german translations * [fineoffsetweatherstation] add representationProperty for gateway, fix unit of irradiation-uv * [fineoffsetweatherstation] add representationProperties in descriptor xml file * [fineoffsetweatherstation] set channels values to undef in case of communication errors * [fineoffsetweatherstation] use lock for request synchronisation * [fineoffsetweatherstation] marke sensors as gone, if they got unpaired resolves #12763 Signed-off-by: Andreas Berger <andreas@berger-freelancer.com>
This commit is contained in:
@@ -26,6 +26,11 @@
|
||||
<name>openHAB Add-ons :: Bundles :: Fine Offset Weather Station</name>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-csv</artifactId>
|
||||
<version>1.9.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.assertj</groupId>
|
||||
<artifactId>assertj-core</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user