Skip to content

Commit

Permalink
more technical corrections from review
Browse files Browse the repository at this point in the history
  • Loading branch information
woessmich committed Dec 22, 2020
1 parent 0bd7e3e commit 37170ff
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 128 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Standard port the adpater listens on is 50222 but can be changed in setup.
The adapter provides a minimum set of setup options.
The listening port can be changed, which should not be required as the port the weatherstation hub is sending can not be changed, to my knowledge.

The station height in meters above sea level is used to calculate the reduced pressure from local pressure as is provided by the station. Just use the same height as entered in the App. There may be small differences compared to the reduced pressure in the app depending on the formula used. The adapter uses the formula the german weather service DWD is using (http://dk0te.ba-ravensburg.de/cgi-bin/navi?m=WX_BAROMETER).
The station height in meters above sea level is used to calculate the reduced pressure from local pressure as is provided by the station. Just use the same height as entered in the App. There may be small differences compared to the reduced pressure in the app depending on the formula used. The adapter uses the formula the german weather service DWD is using (http://dk0te.ba-ravensburg.de/cgi-bin/navi?m=WX_BAROMETER; nur noch [hier](https://www.symcon.de/forum/threads/6480-Relativen-Luftdruck-aus-absoluten-Luftdruck-errechnen)).

When the debug checkbox is ticked, the adapter creates a lot of output in the log file. Should only be used for debugging.

Expand Down Expand Up @@ -59,6 +59,8 @@ Further, the adapter provides a selection of useful minimum and maximum values o
The protocol sends a lightning distance of 0 when no lightning was detected. Values of 0 are modified to 999 to avoid the impression that lightning strikes are directly overhead.

## Changelog
### 0.0.11
* (womi) Corrected more programming issues from review
### 0.0.10
* (womi) Corrected programming issues from review
### 0.0.9
Expand Down
Loading

0 comments on commit 37170ff

Please sign in to comment.