-
Notifications
You must be signed in to change notification settings - Fork 51
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
Unable to decrypt message on latest release #8
Comments
when running the demo i get the following output: The most obvious issue i can see is the message saying: "failed: [Errno 104] Connection reset by peer" but im not sure why i would be getting that :( |
so it look like i had my "localkey" wrong, updating it to the one i found in the logcat i now get a different error: These are the messages that show up in the log before those above: |
The same status request gives you the battery percentage, which looks OK. The "error" status should only show if there is an error with the device itself - does the app show an error? like "bumper stuck", that kind of thing? The logs do also show some errors decoding messages, so I'll leave this open to track that if other users encounter it too. |
oh thats odd as its not in an error state currently, its charging |
I am having the same issue with a 15C Max, error status but the functions do work.
And the same message above is failing to decrypt over and over. Maybe the 15C Max has different functions/status compared to the 30C? |
Just to mention the FW details on the eufyhome app: Wifi Version 1.1.2 and MCU Version 1.1.1 |
Any chance to work together and get the error status issue resolved, I can provide assistance if needed. |
@mitchellrj I can confirm that I have the utf-8 codec errors as well with my Robovac. Any chance you could look into this? |
@silviudc You get anywhere on this? I'm having the exact same behavior as you. |
Yes I did a reset on the vacuum, re-added it to HA and it's been fine ever since. |
Did you modify the tuya.py version number as I've seen floating around from 3,3 to 3,1? If I do that I see a different error (below). But still no functionality :( I've removed from the app and hard reset the device (holding down power until beep). What firmwares are you on? I'm running Wifi - 1.1.3and MCU 1.1.1
|
Have a look at this PR: home-assistant/core#25483 I included those 2 changes in HA and edge mode works. I personally do not use the 30 min one, although could probably be added based on the PR above. Works on my RoboVac 30c |
I get the same problem
the demo works and commands can be issues but the status will not decrypt. please advise? I've tried resetting and readding the device (a EUFY 15C MAX). and ive checked the keys atre correct multiple times |
anybody got this working ? I am having the same issues on my 30c 'utf-8' codec can't decode byte 0xd6 in position 9: invalid continuation byte Failed to decrypt message from (192.168.x.x:6668) |
Hey,
I still have this issue on one of my vacs, its odd becuase I have 2 of the
same model, running the same firmware, only one of them gives me the
errors, but its does control correctly regardless so I just ignore them now
…On Sat, 26 Dec 2020, 09:35 techcubs, ***@***.***> wrote:
anybody got this working ? I am having the same issues on my 30c
*'utf-8' codec can't decode byte 0xd6 in position 9: invalid continuation
byte*
Logger: custom_components.eufy_vacuum.tuya
Source: custom_components/eufy_vacuum/tuya.py:403
Integration: eufy_vacuum
First occurred: 25 December 2020, 11:52:08 (3899 occurrences)
*Failed to decrypt message from (192.168.x.x:6668)*
Logger: custom_components.eufy_vacuum.tuya
Source: custom_components/eufy_vacuum/tuya.py:562
Integration: eufy_vacuum
First occurred: 25 December 2020, 11:52:08 (3899 occurrences)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6SOLVVDX4XY7LWW3EMAD3SWWU7TANCNFSM4IURVOLA>
.
|
Any updates or solution on this topic? Ir recently added my RoboVac 30C to HA. Everything works as expected except for the status show "error" :-( |
I have the same issue. Any updates on how to resolve this? Thanks |
I was having this issue - what I did to fix it was to cause an error with the vacuum by picking it up when it was vacuuming, then going into the Eufy app on my phone and clearing the error there. This had the effect of fixing the 'error' status in Home Assistant. |
same issue here with G30. Forcing an error and fixing in the app did not resolve it. Logs are flooding with: |
Hey @mitchellrj ,
Using the latest release i cant seem to get my robovac to work, (i previously had it working on firmware 1.1.1 but the vac updated itself :( and it stopped working so i have been waiting for this new version)
The error im getting is this:
2019-09-07 23:13:19 ERROR (MainThread) [custom_components.eufy_vacuum.tuya] 'utf-8' codec can't decode byte 0x95 in position 0: invalid start byte
2019-09-07 23:13:19 ERROR (MainThread) [custom_components.eufy_vacuum.tuya] Failed to decrypt message from 10050101807d3a60099a (192.168.86.207:6668)
The vac has been added to HA and the entity is showing, but i'm unable to trigger anything or see the state
The text was updated successfully, but these errors were encountered: