-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
RFLink refactor bug with 'wait_for_ack: false' #17875
Comments
We should not create a task but just call the |
emontnemery
added a commit
to emontnemery/home-assistant
that referenced
this issue
Oct 27, 2018
2 tasks
ghost
added
the
in progress
label
Oct 27, 2018
ghost
removed
the
in progress
label
Oct 28, 2018
MartinHjelmare
pushed a commit
that referenced
this issue
Oct 28, 2018
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Home Assistant release with the issue:
v0.81.0
Last working Home Assistant release (if known):
v0.80.3 (before RFLink refactor)
Operating environment (Hass.io/Docker/Windows/etc.):
HASSIO 1.4.0
Component/platform:
RFLink platform (detected in switch and cover components)
Description of problem:
After the RFLink platform refactor (my thanks to @emontnemery and @MartinHjelmare for the effort) my logs are showing a error trace every time I run an HA command:
It seems that all commands are running fine with no problem, but some kind of exception is arrising.
After some research I have found that problem it's related with the rflink config attribute 'wait_for_ack: false' and '_async_send_command' method (components/rflink.py).
Also I have benn researching the code, but my knowledge can't deal with it.
Before refactor (only relevant part):
After:
Problem-relevant
configuration.yaml
entries and (fill out even if it seems unimportant):Traceback (if applicable):
Additional information:
The text was updated successfully, but these errors were encountered: