Skip to content
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

Unsupported knxip service types #541

Merged
merged 2 commits into from
Dec 21, 2020

Conversation

farmio
Copy link
Member

@farmio farmio commented Dec 21, 2020

Description

  • Handle exceptions from received unsupported or not implemented KNXIP Service Type identifiers
  • move Unhandled and Unsupported KNXIPFrame logs from xknx.log to xknx.knx logger
  • added some more KNXIPServiceType codes to the Enum (found at the wireshark repo

Fixes #279 for real this time 😉

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • I have performed a self-review of my own code
  • The documentation has been adjusted accordingly
  • The changes generate no new warnings
  • Tests have been added that prove the fix is effective or that the feature works
  • The changes are documented in the changelog
  • The Homeassistant plugin has been adjusted in case of new config options

and moved Unhandled and Unsupported KNXIPFrame logs to xknx.knx
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 94.791% when pulling d104090 on farmio:unsupported-knxip-service-type into 1534129 on XKNX:master.

@farmio farmio merged commit 551f18b into XKNX:master Dec 21, 2020
@farmio farmio deleted the unsupported-knxip-service-type branch December 21, 2020 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ValueError: 523 is not a valid KNXIPServiceType
2 participants