-
Notifications
You must be signed in to change notification settings - Fork 28
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
PyVLXException description="position::raw_exceed_limit" raw="b'\xd4\x00'"/ #25
Comments
13 Appendix 1: Standard Parameter definition of the API documentation says about the value Ignore: Ignore the parameter field where this Access Method is written So might tell position.py to simply ignore these values. |
May you try out my change? |
Possible fix for Julius2342#25
I have already implemented a similar fix - see here madzrobz@2198f56 As I understand it, the parameter value should be ignored - thus I would treat it as is the raw was None, don't even continue with the initialization and keep the position UNKNOWN. However, since then, I was not able to reproduce the issue so formally, I cannot confirm, that it is solved. |
Fixed with #26 |
Could you please release the latest fixes as a new release? |
The following exception was thrown:
PyVLXException description="position::raw_exceed_limit" raw="b'\xd4\x00'"/
In the logfile I only can find this:
I don't see a suspicious package received, but maybe the exception has prevented the received data to be logged. I believe, right before the exception I wanted to set the position of node_id=6, which is a WINDOW_OPENER_WITH_RAIN_SENSOR. It was raining at that time. Maybe this is somehow connected.
Thanks for looking into this.
The text was updated successfully, but these errors were encountered: