Updated external content (Jenkins build 1286)
parent
ab157dbf23
commit
44553385e7
|
@ -46,7 +46,7 @@ The openHAB server uses the [SLF4J](https://www.slf4j.org/) library for logging.
|
|||
```groovy
|
||||
import org.slf4j.LoggerFactory
|
||||
|
||||
LoggerFactory.getLogger("org.openhab.core.automation.examples").info("Hello world!")
|
||||
LoggerFactory.getLogger("org.openhab.core.automation.examples").info("Hello, World!")
|
||||
```
|
||||
|
||||
Depending on the openHAB logging configuration, you may need to prefix logger names with `org.openhab.core.automation` for them to show up in the log file (or you modify the logging configuration).
|
||||
|
@ -54,5 +54,5 @@ Depending on the openHAB logging configuration, you may need to prefix logger na
|
|||
The script uses the [LoggerFactory](https://www.slf4j.org/apidocs/org/slf4j/Logger.html) to obtain a named logger and then logs a message like:
|
||||
|
||||
```text
|
||||
... [INFO ] [.openhab.core.automation.examples:-2 ] - Hello world!
|
||||
... [INFO ] [.openhab.core.automation.examples:-2 ] - Hello, World!
|
||||
```
|
||||
|
|
|
@ -90,7 +90,7 @@ The openHAB server uses the [SLF4J](https://www.slf4j.org/) library for logging.
|
|||
require 'java'
|
||||
java_import org.slf4j.LoggerFactory
|
||||
|
||||
LoggerFactory.getLogger("org.openhab.automation.examples").info("Hello world!")
|
||||
LoggerFactory.getLogger("org.openhab.automation.examples").info("Hello, World!")
|
||||
```
|
||||
|
||||
JRuby can [import Java classes](https://github.com/jruby/jruby/wiki/CallingJavaFromJRuby).
|
||||
|
|
|
@ -49,7 +49,7 @@ The openHAB server uses the [SLF4J](https://www.slf4j.org/) library for logging.
|
|||
```python
|
||||
from org.slf4j import LoggerFactory
|
||||
|
||||
LoggerFactory.getLogger("org.openhab.core.automation.examples").info("Hello world!")
|
||||
LoggerFactory.getLogger("org.openhab.core.automation.examples").info("Hello, World!")
|
||||
```
|
||||
|
||||
Jython can [import Java classes](https://jython.readthedocs.io/en/latest/ModulesPackages/).
|
||||
|
@ -67,5 +67,5 @@ The script uses the [LoggerFactory](https://www.slf4j.org/apidocs/org/slf4j/Logg
|
|||
to obtain a named logger and then logs a message like:
|
||||
|
||||
```text
|
||||
... [INFO ] [.openhab.core.automation.examples:-2 ] - Hello world!
|
||||
... [INFO ] [.openhab.core.automation.examples:-2 ] - Hello, World!
|
||||
```
|
||||
|
|
|
@ -90,7 +90,11 @@ In this case you have to configure a service to which the data is sent.
|
|||
Please try if here the [IPObserver binding](https://www.openhab.org/addons/bindings/ipobserver/) offers an alternative.
|
||||
Known weather stations not compatible with this binding:
|
||||
|
||||
- [WH3000](https://community.openhab.org/t/fine-offset-weather-station-binding-beta-and-discussion/134167/52?u=andy2003)
|
||||
- [WH3000](https://community.openhab.org/t/fine-offset-weather-station-binding-beta-and-discussion/134167/52)
|
||||
- [Ecowitt HP2564C](https://community.openhab.org/t/fine-offset-weather-station-binding-discussion/134167/134)
|
||||
|
||||
If your gateway does not support reading out live-data, a second gateway can be used to read out the sensors for openHAB.
|
||||
[This approach has been tested by a community member](https://community.openhab.org/t/fine-offset-weather-station-binding-discussion/134167/151).
|
||||
|
||||
## Discovery
|
||||
|
||||
|
@ -172,7 +176,7 @@ Valid sensors:
|
|||
### `gateway` Channels
|
||||
|
||||
| Channel | Type | Read/Write | Description |
|
||||
|---------------------------------------|-------------------------------|------------|------------------------------------------------|
|
||||
|---------------------------------------|----------------------|------------|------------------------------------------------|
|
||||
| temperature-indoor | Number:Temperature | R | Indoor Temperature |
|
||||
| temperature-outdoor | Number:Temperature | R | Outdoor Temperature |
|
||||
| temperature-dew-point | Number:Temperature | R | Dew Point |
|
||||
|
@ -186,7 +190,7 @@ Valid sensors:
|
|||
| speed-wind | Number:Speed | R | Wind Speed |
|
||||
| speed-gust | Number:Speed | R | Gust Speed |
|
||||
| rain-event | Number:Length | R | Amount of Rainfall At the last Rain |
|
||||
| rain-rate | Number:VolumetricFlowRate | R | Rainfall Rate |
|
||||
| rain-rate | Number:Speed | R | Rainfall Rate |
|
||||
| rain-hour | Number:Length | R | Rainfall Current Hour |
|
||||
| rain-day | Number:Length | R | Rainfall Today |
|
||||
| rain-week | Number:Length | R | Rainfall this Week |
|
||||
|
@ -284,7 +288,7 @@ Valid sensors:
|
|||
| leaf-wetness-channel-6 | Number:Dimensionless | R | Leaf Moisture Channel 6 |
|
||||
| leaf-wetness-channel-7 | Number:Dimensionless | R | Leaf Moisture Channel 7 |
|
||||
| leaf-wetness-channel-8 | Number:Dimensionless | R | Leaf Moisture Channel 8 |
|
||||
| piezo-rain-rate | Number:VolumetricFlowRate | R | Piezo - Rainfall Rate |
|
||||
| piezo-rain-rate | Number:Speed | R | Piezo - Rainfall Rate |
|
||||
| piezo-rain-event | Number:Length | R | Piezo - Amount of Rainfall At the last Rain |
|
||||
| piezo-rain-hour | Number:Length | R | Piezo - Rainfall Current Hour |
|
||||
| piezo-rain-day | Number:Length | R | Piezo - Rainfall Today |
|
||||
|
@ -348,7 +352,7 @@ Number:Illuminance weather_illumination "Light intensity"
|
|||
Number:Intensity weather_irradiation_uv "UV radiation" <Sun> (gOutdoor) ["Measurement", "Light"] { channel="fineoffsetweatherstation:gateway:3906700515:irradiation-uv" }
|
||||
Number:Dimensionless weather_uv_index "UV Index" <Sun> (gOutdoor) ["Measurement", "Light"] { channel="fineoffsetweatherstation:gateway:3906700515:uv-index" }
|
||||
Number:Speed weather_max_day "Maximum wind speed today" <Wind> (gOutdoor) ["Measurement", "Wind"] { channel="fineoffsetweatherstation:gateway:3906700515:wind-max-day" }
|
||||
Number:VolumetricFlowRate weather_rain_rate "Rainfall rate" <Rain> (gOutdoor) ["Measurement", "Rain"] { channel="fineoffsetweatherstation:gateway:3906700515:rain-rate" }
|
||||
Number:Speed weather_rain_rate "Rainfall rate" <Rain> (gOutdoor) ["Measurement", "Rain"] { channel="fineoffsetweatherstation:gateway:3906700515:rain-rate" }
|
||||
Number:Length weather_rain_day "Rainfall today" <Rain> (gOutdoor) ["Measurement", "Rain"] { channel="fineoffsetweatherstation:gateway:3906700515:rain-day" }
|
||||
Number:Length weather_rain_week "Rainfall this week" <Rain> (gOutdoor) ["Measurement", "Rain"] { channel="fineoffsetweatherstation:gateway:3906700515:rain-week" }
|
||||
Number:Length weather_rain_month "Rainfall this month" <Rain> (gOutdoor) ["Measurement", "Rain"] { channel="fineoffsetweatherstation:gateway:3906700515:rain-month" }
|
||||
|
|
|
@ -89,7 +89,7 @@ Number:ElectricCurrent KebaI3
|
|||
Number:ElectricPotential KebaU1 {channel="keba:kecontact:1:U1"}
|
||||
Number:ElectricPotential KebaU2 {channel="keba:kecontact:1:U2"}
|
||||
Number:ElectricPotential KebaU3 {channel="keba:kecontact:1:U3"}
|
||||
Number:Power KebaPower "Energy during current session [%.1f Wh]" {channel="keba:kecontact:1:power"}
|
||||
Number:Power KebaPower "Energy during current session [%.1f W]" {channel="keba:kecontact:1:power"}
|
||||
Number:Energy KebaSessionEnergy {channel="keba:kecontact:1:sessionconsumption"}
|
||||
Number:Energy KebaTotalEnergy "Energy during all sessions [%.1f Wh]" {channel="keba:kecontact:1:totalconsumption"}
|
||||
Switch KebaInputSwitch {channel="keba:kecontact:1:input"}
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
</channel-type>
|
||||
|
||||
<channel-type id="rain-rate">
|
||||
<item-type>Number:VolumetricFlowRate</item-type>
|
||||
<item-type>Number:Speed</item-type>
|
||||
<label>Rain Rate</label>
|
||||
<category>Rain</category>
|
||||
<tags>
|
||||
|
|
Loading…
Reference in New Issue