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

0.30.0: 3EF1 007 0000AA00A63FF9 < AssertionError(byte 1: 00AA) #74

Open
epicurei opened this issue Mar 6, 2023 · 3 comments
Open

0.30.0: 3EF1 007 0000AA00A63FF9 < AssertionError(byte 1: 00AA) #74

epicurei opened this issue Mar 6, 2023 · 3 comments

Comments

@epicurei
Copy link

epicurei commented Mar 6, 2023

11:13:48.056 RP --- 13:107116 18:201230 --:------ 3EF1 007 0000AA00A63FF9 < AssertionError(byte 1: 00AA)
Traceback (most recent call last):
  File "/home/supervisor/Scrivania/ramses_rf-0.22.40 mod/ramses_rf/protocol/message.py", line 331, in _validate
    result = PAYLOAD_PARSERS.get(self.code, parser_unknown)(
  File "/home/supervisor/Scrivania/ramses_rf-0.22.40 mod/ramses_rf/protocol/parsers.py", line 141, in wrapper
    result = fnc(payload, msg, **kwargs)
  File "/home/supervisor/Scrivania/ramses_rf-0.22.40 mod/ramses_rf/protocol/parsers.py", line 2582, in parser_3ef1
    assert payload[2:6] == "7FFF", f"byte 1: {payload[2:6]}"
AssertionError: byte 1: 00AA
@zxdavb
Copy link
Owner

zxdavb commented Mar 6, 2023

Thanks for you submission.

Unfortunately, the traceback by itself is not useful.

If you're willing, please submit the corresponding packet log, and a bit of an explanation what your system may have been doing at the time.

Is the relay a BDR91T - that would be exciting.

@zxdavb
Copy link
Owner

zxdavb commented Mar 6, 2023

RP --- 13:107116 18:201230 --:------ 3EF1 007 0000AA00A63FF9

The issue is that the last byte is F9 and not FF.

I wonder if it is simply a corrupt packet? Or maybe the BDR is throwing a error code?

Is is just a one-off?

@zxdavb zxdavb changed the title 3EF1 007 0000AA00A63FF9 < AssertionError(byte 1: 00AA) 0.30.0: 3EF1 007 0000AA00A63FF9 < AssertionError(byte 1: 00AA) Dec 3, 2023
@zxdavb
Copy link
Owner

zxdavb commented Dec 3, 2023

I need more packet logs to do anything with this.

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

No branches or pull requests

2 participants