Skip to content
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

Unknown v3.5 Device for Smart Ledvion WiFi GU10 bulbs #570

Open
blacklight opened this issue Dec 13, 2024 · 1 comment
Open

Unknown v3.5 Device for Smart Ledvion WiFi GU10 bulbs #570

blacklight opened this issue Dec 13, 2024 · 1 comment
Labels
tuya_device Support for specific Tuya Devices

Comments

@blacklight
Copy link

blacklight commented Dec 13, 2024

I have recently purchased a set of Ledvion WiFi GU10 spotlights and I've paired them in my Tuya app (although the producer advises to use this slightly re-branded version rather than the vanilla Tuya app).

I'm not however getting all the information I'd expect from tinytuya scan:

❯ python -m tinytuya scan

TinyTuya (Tuya device scanner) [1.15.1]

Scanning on UDP ports 6666 and 6667 and 7000 for devices for 18 seconds...

New Broadcast from App at 192.168.1.228 - {'from': 'app', 'ip': '192.168.1.228'}
Unknown v3.5 Device   Product ID = key8u54q9dtru5jw  [Valid Broadcast]:
    Address = 192.168.1.130   Device ID = bf22e3d50dcc3a7d35peal (len:22)  Local Key =   Version = 3.5  Type = default, MAC =
    No Stats for 192.168.1.130: DEVICE KEY required to poll for status
Unknown v3.5 Device   Product ID = key8u54q9dtru5jw  [Valid Broadcast]:
    Address = 192.168.1.139   Device ID = bfc9b0d95a1c46e098wp8h (len:22)  Local Key =   Version = 3.5  Type = default, MAC =
    No Stats for 192.168.1.139: DEVICE KEY required to poll for status
Unknown v3.5 Device   Product ID = key8u54q9dtru5jw  [Valid Broadcast]:
    Address = 192.168.1.128   Device ID = bf77c7a87426e91d77ibxk (len:22)  Local Key =   Version = 3.5  Type = default, MAC =
    No Stats for 192.168.1.128: DEVICE KEY required to poll for status
Unknown v3.5 Device   Product ID = key8u54q9dtru5jw  [Valid Broadcast]:
    Address = 192.168.1.129   Device ID = bf94561a36f45147876jsb (len:22)  Local Key =   Version = 3.5  Type = default, MAC =
    No Stats for 192.168.1.129: DEVICE KEY required to poll for status
Scan completed in 18.001 seconds

Scan Complete!  Found 4 devices.
Broadcasted: 4
Versions: 3.5: 4
Unknown Devices: 4

>> Saving device snapshot data to snapshot.json

The snapshot.json is attached.

I've seen several issues with v3.5 on the project, but it seems that in this case the handshake is working (it can retrieve the device ID), but it doesn't pull all the information for some reason.

Let me know if you need further information or network dumps.

@jasonacox jasonacox added the tuya_device Support for specific Tuya Devices label Dec 14, 2024
@jasonacox
Copy link
Owner

You need the local key to get information from the device. Check the setup instructions and run wizard:

python3 -m tinytuya wizard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tuya_device Support for specific Tuya Devices
Projects
None yet
Development

No branches or pull requests

2 participants