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
I cannot add my device. A Deltaco SH-OP01. I get the following log error:
2021-06-28 21:26:21 ERROR (MainThread) [custom_components.localtuya.pytuya] [bf0...sip] Failed to get status: 'utf-8' codec can't decode byte 0xd6 in position 1: invalid continuation byte
Traceback (most recent call last):
File "/config/custom_components/localtuya/pytuya/init.py", line 510, in detect_available_dps
data = await self.status()
File "/config/custom_components/localtuya/pytuya/init.py", line 472, in status
status = await self.exchange(STATUS)
File "/config/custom_components/localtuya/pytuya/init.py", line 457, in exchange
payload = self._decode_payload(msg.payload)
File "/config/custom_components/localtuya/pytuya/init.py", line 557, in _decode_payload
payload = payload.decode()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in position 1: invalid continuation byte
The id starts with "bf0ed" and ends with "bbdsip". I got two other devices of the same brand and model that works. Those ids only contain hex characters though. The new device id seems to contain other characters. Any ideas how to add the new device?
The text was updated successfully, but these errors were encountered:
I cannot add my device. A Deltaco SH-OP01. I get the following log error:
2021-06-28 21:26:21 ERROR (MainThread) [custom_components.localtuya.pytuya] [bf0...sip] Failed to get status: 'utf-8' codec can't decode byte 0xd6 in position 1: invalid continuation byte
Traceback (most recent call last):
File "/config/custom_components/localtuya/pytuya/init.py", line 510, in detect_available_dps
data = await self.status()
File "/config/custom_components/localtuya/pytuya/init.py", line 472, in status
status = await self.exchange(STATUS)
File "/config/custom_components/localtuya/pytuya/init.py", line 457, in exchange
payload = self._decode_payload(msg.payload)
File "/config/custom_components/localtuya/pytuya/init.py", line 557, in _decode_payload
payload = payload.decode()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in position 1: invalid continuation byte
The id starts with "bf0ed" and ends with "bbdsip". I got two other devices of the same brand and model that works. Those ids only contain hex characters though. The new device id seems to contain other characters. Any ideas how to add the new device?
The text was updated successfully, but these errors were encountered: