-
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
Basic funkbus support #1102
Basic funkbus support #1102
Conversation
added funkbus protocol 119 from forum https://forum.fhem.de/index.php/topic,19065.msg1217972.html#msg1217972
Codecov Report
@@ Coverage Diff @@
## master #1102 +/- ##
==========================================
+ Coverage 63.93% 64.79% +0.85%
==========================================
Files 130 133 +3
Lines 9528 9637 +109
Branches 1515 1528 +13
==========================================
+ Hits 6092 6244 +152
+ Misses 2260 2204 -56
- Partials 1176 1189 +13
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 |
- mcBit2Funkbus added - Tests added
improved sub
removed temporary testdata branch
fixed warning
useless logging removed
moved manchester to differential manchester to own sub mc2dmc and added tests
small fixup and code cleanup
Muss das Modul nicht auch noch in der 00_SIGNALduino.pm in $clientsSIGNALduino und %matchListSIGNALduino eingetragen werden?
Gibt es das Modul eigentlich auch irgendwo offiziell? |
Ich habe das Modul nicht hinterlegt, da ich zunächst nur die Demodulation übernehmen wollte Senden ist wohl auch noch interessant aber da war ich noch nicht. |
corrected protocol id removed 119.1
so, habe Angepasst. |
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
Funkbus testdata SIGNALduino_TOOL#69
Funkbus protocol can't be demodulated
Funkbus protocol shoud be demodulated
Generic sub for demodulation manchester to differential manchester added
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information:
Data is from forked firmware, and may not be correct.