Exception to handle parsing of malformed packets#138
Open
kridgo wants to merge 1 commit intokipe:masterfrom
Open
Exception to handle parsing of malformed packets#138kridgo wants to merge 1 commit intokipe:masterfrom
kridgo wants to merge 1 commit intokipe:masterfrom
Conversation
mak-gitdev
added a commit
to mak-gitdev/enocean
that referenced
this pull request
Jun 4, 2023
mak-gitdev
added a commit
to mak-gitdev/HA_enoceanmqtt
that referenced
this pull request
Jun 5, 2023
- Latest enocean-mqtt version which fixes status bits setting (see #65 and embyt/enocean-mqtt#41 for more details) - From now, use mak-gitdev/enocean as Python EnOcean Library which fixes "list index out of range error" thanks to @kridgo patch (see kipe/enocean#134 and kipe/enocean#138 for more details). - Add virtual A5-10-06 (#46) - Add '%' as unit of measurement for A5-20-01 current value field (#53) - Update F6-02-[01-02] mapping to send status bits thanks to @LarsKoeppel.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix to handle errors due to malformed packets as described in #134