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

Getting API errors in HA 0.117.4 - seems to be broken now #15

Open
PhilDGeorge1968 opened this issue Nov 6, 2020 · 2 comments
Open

Comments

@PhilDGeorge1968
Copy link

I'm getting some additional log file errors for this component now and can't seem to call the scripts to start and stop Eufy
Any ideas anyone - does this need a re-write. I can't get the other Eufy add-on to recognise my 11c vacuum which is annoying.

-VacuumDevice is deprecated, modify RobovacVacuum to extend VacuumEntity
-Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for eufyrobovac doing I/O at custom_components/eufyrobovac/vacuum.py, line 49: local_code = get_local_code(eufy_username, eufy_password, ip_address)
-Updating eufyrobovac vacuum took longer than the scheduled update interval 0:00:20
-Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/robovac/robovac.py", line 324, in _send_packet
self.s.send(encrypted_packet_data)
OSError: [Errno 9] Bad file descriptor
-[Errno 32] Broken pipe
[Errno 9] Bad file descriptor
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/robovac/robovac.py", line 324, in _send_packet
self.s.send(encrypted_packet_data)
BrokenPipeError: [Errno 32] Broken pipe
-Failed to update RoboVac status: unpack requires a buffer of 2 bytes
Failed to update RoboVac status: [Errno 9] Bad file descriptor

@JkF50
Copy link

JkF50 commented Nov 23, 2020

I'm getting the same, looks like it needs some modification - That said, I've noted the status is still correctly reported back to HASS

@RefineryX
Copy link

I'm also getting the same. Did you manage to fix this? Is this still an active project?

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

3 participants