You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.fineoffsetweatherstation/README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ Here is a product picture of how this Weather Station looks like:
19
19
20
20

21
21
22
-
This binding works offline by [implementing the wire protocol](https://osswww.ecowitt.net/uploads/20220407/WN1900%20GW1000,1100%20WH2680,2650%20telenet%20v1.6.4.pdf) of the WiFi gateway device.
22
+
This binding works offline by [implementing the wire protocol](https://community.openhab.org/uploads/short-url/cuV8oOaCYHZhdm0hVJUN7hxMMfe.pdf) of the WiFi gateway device.
23
23
24
24
## Discussion
25
25
26
26
If you have any issues or feedback, please feel free to [get in touch via the community forum](https://community.openhab.org/t/fine-offset-weather-station-binding-discussion/134167)
27
27
28
28
## Supported Things
29
29
30
-
-`weatherstation`: A Fine Offset gateway device with the ThingTypeUID `fineoffsetweatherstation:weatherstation` which supports the [wire protocol](https://osswww.ecowitt.net/uploads/20220407/WN1900%20GW1000,1100%20WH2680,2650%20telenet%20v1.6.4.pdf) e.g.:
30
+
-`weatherstation`: A Fine Offset gateway device with the ThingTypeUID `fineoffsetweatherstation:weatherstation` which supports the [wire protocol](https://community.openhab.org/uploads/short-url/cuV8oOaCYHZhdm0hVJUN7hxMMfe.pdf) e.g.:
31
31
- HP2550
32
32
- HP3500
33
33
- GW1000
@@ -280,6 +280,7 @@ Valid sensors:
280
280
| piezo-rain-week | Number:Length| R | Piezo - Rainfall this Week |
281
281
| piezo-rain-month | Number:Length| R | Piezo - Rainfall this Month |
282
282
| piezo-rain-year | Number:Length| R | Piezo - Rainfall this Year |
283
+
| free-heap-size | Number:DataAmount| R | Free Heap Size |
283
284
284
285
NOTE: Not every gateway provides all available data, even if they are displayed in the WS-View app.
285
286
Especially the channels `temperature-dew-point` or `temperature-wind-chill` are derived from other measured values.
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.fineoffsetweatherstation/src/main/java/org/openhab/binding/fineoffsetweatherstation/internal/FineOffsetWeatherStationBindingConstants.java
+2
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,8 @@ public class FineOffsetWeatherStationBindingConstants {
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.fineoffsetweatherstation/src/main/java/org/openhab/binding/fineoffsetweatherstation/internal/domain/Measurand.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.fineoffsetweatherstation/src/main/java/org/openhab/binding/fineoffsetweatherstation/internal/domain/MeasureType.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.fineoffsetweatherstation/src/main/resources/OH-INF/i18n/fineoffsetweatherstation.properties
+3
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ channel-type.fineoffsetweatherstation.battery-voltage.label = Battery Voltage
30
30
channel-type.fineoffsetweatherstation.battery-voltage.description = The voltage of the battery
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.fineoffsetweatherstation/src/test/java/org/openhab/binding/fineoffsetweatherstation/internal/service/FineOffsetDataParserTest.java
0 commit comments