rospogrigio / localtuya

local handling for Tuya devices
GNU General Public License v3.0
2.72k stars 532 forks source link

Are BLE-only devices supported? #1715

Open amateusz opened 1 month ago

amateusz commented 1 month ago

I've bought a Tuya "RGBpro LED Strip Light" with seems to be BLE only. I added this device through Tuya Smart iOS app. I'm trying to add it to this integration but it asks me for an IP address. It seems to me that this integration are only aware of WiFi connected Tuya devices. Is this true? as it's with python tinytuya The app seems to relay the BLE traffic and the tuya device depends on the app. Even with the app open I cannot control the device, though it's status is reported correctly.

This device is an addressable LED strip, USB-A powered with a single button to turn it off/on.

Device Information
Product Name: RGBpro LED Strip Light
Device ID: bf8ac1qcl1rhvy5r
Product Category: dd
Device Status: Offline
Aephir commented 1 month ago

I've used this (with an ESPHome BLE proxy) for Tuya BLE devices. Well, I ended up using this fork as it seemed to be new/active.

amateusz commented 1 month ago

Thank you very much, I was not able to stumble upon this one!