Local Tuya integration not showing devices

Today I did install Local Tuya by creating a project
All worked out fine, but after installing the integration there are no devices shown.
What did I do wrong?


I first created an project:

I did also link my app account for the User ID:

My device is vissible and online in the project:

I used the credentials to install the local Tuya integration.
But no devices available.
Also not at manual adding a device.

I don't know the Local Key asked?

What am I doing wrong?

EDIT:
I did see this in my HA log file:
2026-05-14 16:39:59.029 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback _SelectorDatagramTransport._read_ready() (task: None) Traceback (most recent call last): File "/config/custom_components/localtuya/discovery.py", line 65, in datagram_received data = decrypt_udp(data) File "/config/custom_components/localtuya/discovery.py", line 30, in decrypt_udp return _unpad(decryptor.update(message) + decryptor.finalize()).decode() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0x93 in position 0: invalid start byte During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.14/asyncio/events.py", line 94, in _run self._context.run(self._callback, *self._args) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.14/asyncio/selector_events.py", line 1255, in _read_ready self._protocol.datagram_received(data, addr) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/config/custom_components/localtuya/discovery.py", line 67, in datagram_received data = data.decode() UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd1 in position 0: invalid continuation byte

Nobody any idea?

Hi,

It is on this forum somewhere :wink:

Thanks. I will invest

Better use Tuya Local, it is better maintained

Thats exactly I came out to.
It is now running fine
Thanks for the advice
My device needed 3.5 format. Local Tuya did only go to 3.4
Tuya Local did the trick