You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
Robovac 30C Max. I previously had a working integration that was manually configured but when facing the deprecated StateVacummEntity issue tried to migrate over. Receiving theerrors:
Failed to decrypt message from (192.168.86.92:6668)
Failed to decrypt message from (192.168.86.91:6668)
'utf-8' codec can't decode byte 0x95 in position 10: invalid start byte
'utf-8' codec can't decode byte 0xe4 in position 0: invalid continuation byte
'utf-8' codec can't decode byte 0xe6 in position 4: invalid continuation byte
'utf-8' codec can't decode byte 0x96 in position 10: invalid start byte
'utf-8' codec can't decode byte 0x97 in position 10: invalid start byte
I tried the solution here: #15 but this made no difference.
Any ideas where to start with sorting this greatly appreciated.
Robovac 30C Max. I previously had a working integration that was manually configured but when facing the deprecated StateVacummEntity issue tried to migrate over. Receiving theerrors:
Failed to decrypt message from (192.168.86.92:6668)
Failed to decrypt message from (192.168.86.91:6668)
'utf-8' codec can't decode byte 0x95 in position 10: invalid start byte
'utf-8' codec can't decode byte 0xe4 in position 0: invalid continuation byte
'utf-8' codec can't decode byte 0xe6 in position 4: invalid continuation byte
'utf-8' codec can't decode byte 0x96 in position 10: invalid start byte
'utf-8' codec can't decode byte 0x97 in position 10: invalid start byte
I tried the solution here: #15 but this made no difference.
Any ideas where to start with sorting this greatly appreciated.