-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
14_Hideki.pm - fix #1099
14_Hideki.pm - fix #1099
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1099 +/- ##
==========================================
+ Coverage 64.50% 64.75% +0.24%
==========================================
Files 136 133 -3
Lines 9652 9646 -6
Branches 1528 1530 +2
==========================================
+ Hits 6226 6246 +20
+ Misses 2237 2207 -30
- Partials 1189 1193 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Für den Bug haben wir noch keine Tests, also insbesondere einen Test der das Attribut windDirCorr mit abdeckt. |
Hallo @sidey79 |
DMSGs würden meiner Ansicht nach ausreichen. Das habe ich verlinkten Thread gefunden:
|
commit 4806d2e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jun 7 22:21:10 2022 +0200 Bump fhem/fhem-controls-actions from 2.0.3 to 2.1.0 (#1105) Bumps [fhem/fhem-controls-actions](https://github.com/fhem/fhem-controls-actions) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/fhem/fhem-controls-actions/releases) - [Commits](fhem/fhem-controls-actions@v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: fhem/fhem-controls-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 6bb37f9 Author: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Tue May 31 17:12:21 2022 +0200 Basic funkbus support (#1102) * SD_ProtocolData.pm added funkbus protocol 119 from forum https://forum.fhem.de/index.php/topic,19065.msg1217972.html#msg1217972 * SD_Protocols.pm - sub mcBit2Funkbus added - sub mc2dmc added - Tests added
Hi, wink, die Sommerkühle mal nutzen :-D Möchtest du die Daten im Tool -> JSON oder als separaten Test haben? |
Ich denke die Testdaten können in die json Datei vom Tool :) |
Bitte mal drüber schauen ob das richtig ist?
|
Das sieht doch gut aus, nur was mich ein bisschen irritiert ist der name":"unknown" haben wir da nicht einen Namen von dem Teil? |
@sidey79 ich habe mal 2 DMSG´s hinzugefügt RFD-FHEM/SIGNALduino_TOOL@f6d2154 PS: Ich fand einen Namen der Wetterstation. |
Das schaut doch schon gut aus. Das Attribut kann einfach in einem weiteren Testdatensatz hinterlegt werden, dann wird ja mit dem hinterlegten Wert multipliziert . |
output wind values always as floatingpoint
Ich habe die Testdaten ergänzt und die Ausgabe auf Nachkommastellen angepasst auch wenn kein Attribut WindDirCorr gesetzt ist. |
Ich habe es gesehen. Daumen hoch Als einziges Schönheitskorrektur, habe ich aus 2 Datensätzen einen gemacht wie wir es bisher immer pro Sensor hatten, |
Ja, so geht das auch. Super :) |
changed name attr event-min-intervall Co-authored-by: sidey79 <7968127+sidey79@users.noreply.github.com>
changed name Log3 line Hideki_Parse Co-authored-by: sidey79 <7968127+sidey79@users.noreply.github.com>
Du kennst Funktionen hier ;-) |
Gibt es noch nicht so furchtbar lange, aber die Idee finde ich eigentlich gut. |
commandref bezüglich WindDirCorr und WindSpeedCorr erweitert.
@HomeAutoUser |
Kurz vor Schluss heute ;-) Go von meiner Seite. |
What is the current behavior?
(You can also link to an open issue here, if this describes the current behavior)
What is the new behavior (if this is a feature change)?
https://forum.fhem.de/index.php/topic,126712.0.html
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information: