CodeFoodPixels / robovac

Add a Eufy RoboVac easily to Home Assistant
Other
129 stars 28 forks source link

Eufy G40 is unavailable #75

Open SplinterHead opened 6 months ago

SplinterHead commented 6 months ago

I have two Eufy RoboVac devices (30C and G40), but the G40 is unavailable when added. The battery level is not read, and the controls do nothing.

I've double checked the IP address is correct, and I have searched the logs for eufy and g40 Screenshot 2024-04-02 at 13 56 36 Screenshot 2024-04-02 at 13 57 40

Only log I can find regarding eufy:

This error originated from a custom integration.

Logger: custom_components.robovac.vacuum
Source: custom_components/robovac/vacuum.py:319
integration: Eufy Robovac (documentation, issues)
First occurred: 30 March 2024 at 04:59:08 (16 occurrences)
Last logged: 00:50:11

Update errored. Current update failure count: 2. Reason: Timed out waiting for response to sequence number 2183005786
Update errored. Current update failure count: 1. Reason: Timed out waiting for response to sequence number 2183185788
Update errored. Current update failure count: 2. Reason: Timed out waiting for response to sequence number 2183245789
Update errored. Current update failure count: 1. Reason: Timed out waiting for response to sequence number 2183605796
Update errored. Current update failure count: 1. Reason: Timed out waiting for response to sequence number 2184325830

I saw the previously closed issue with the G40+ (#14) , but it looks like the model number for the G40 is already in the code

tyriis commented 6 months ago

have the same issue with g40 hybrid+

RefineryX commented 6 months ago

Have the same issue with a 30c

Update errored. Current update failure count: 1. Reason: Timed out waiting for response to sequence number 67335295
drhoyos commented 5 months ago

Same with de LR20.

image

scott40k commented 4 months ago

I have same issue with g30 hybrid

LarveyOfficial commented 3 months ago

Same issue here win the LR20

rustymyers commented 1 month ago

I have a similar issue and I think the error is


This error originated from a custom integration.

Logger: custom_components.robovac.tuyalocalapi.eb2620561a0677a13bhtyv
Source: custom_components/robovac/tuyalocalapi.py:589
integration: Eufy Robovac (documentation, issues)
First occurred: August 21, 2024 at 5:25:24 PM (3126 occurrences)
Last logged: 3:40:26 PM

'utf-8' codec can't decode byte 0x97 in position 1: invalid start byte
'utf-8' codec can't decode byte 0xee in position 9: invalid continuation byte
'utf-8' codec can't decode byte 0xef in position 9: invalid continuation byte
'utf-8' codec can't decode bytes in position 9-10: invalid continuation byte
'utf-8' codec can't decode byte 0xf0 in position 9: invalid continuation byte
rustymyers commented 1 month ago

Could it be encoding should be latin-1? https://stackoverflow.com/questions/5552555/unicodedecodeerror-invalid-continuation-byte