Skip to content

fix: Fix EEP parsing for direction = "" #170

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

tom-mi
Copy link

@tom-mi tom-mi commented Jun 19, 2025

  • in the HACommunicator, the sensor config overwrites the direction flag with "" from the mapping.yaml for some sensors
  • in the enocean library, direction is expected to be 1, 2 or None to look up the corresponding profiles from the EEP.xml - setting it to "" causes the correct profile not to be found

This should fix #167

* in the HACommunicator, the sensor config overwrites the direction flag
  with "" from the mapping.yaml for some sensors
* in the enocean library, direction is expected to be 1, 2 or None to
  look up the corresponding profiles from the EEP.xml - setting it to ""
  causes the correct profile not to be found
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.

TempSensor: A5-04-01 fails to parse
1 participant