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

New Device: Teckin SB50 RGB Bulb #138

Open
LeonCloud opened this issue Oct 15, 2020 · 7 comments
Open

New Device: Teckin SB50 RGB Bulb #138

LeonCloud opened this issue Oct 15, 2020 · 7 comments
Assignees
Labels
newDevice Add support for a new device.

Comments

@LeonCloud
Copy link

Hi, I'm trying to make working Teckin SB50 RGB Bulb. But I can't.

Do you have some solutions for it?

Thank you so muchhhh !!!

@LeonCloud LeonCloud added the newDevice Add support for a new device. label Oct 15, 2020
@jrkmtf
Copy link

jrkmtf commented Dec 16, 2020

Any update on this? Just bought some of these as well. The bulbs show up in my Home app but don’t respond to control.

@TrafalgaT
Copy link

For me it doesn’t even show up at all (I’ve got the sb60 but I guess it should be the same config as the 50). I’m interested in the config you are using atm to make it show up in the home app

@jrkmtf
Copy link

jrkmtf commented Dec 22, 2020

@TrafalgaT Sorry for the delayed reply - turns out this time of year is crazy w/ 2 kids and an ongoing pandemic. This is my config, name, id, and key obfuscated:
{ "platform": "TuyaLan", "name": "TuyaLan", "devices": [ { "name": "bulb1", "type": "RGBTWLight", "manufacturer": "TECKIN", "model": "SB50-4", "id": "bulb1_id", "key": "bulb1_key" }, { "name": "bulb2", "type": "RGBTWLight", "manufacturer": "TECKIN", "model": "SB50-4", "id": "bulb2_id", "key": "bulb2_key" }, { "name": "bulb3", "type": "RGBTWLight", "manufacturer": "TECKIN", "model": "SB50-4", "id": "bulb3_id", "key": "bulb3_key" } ] }

The id and key I retrieved using the method from the video linked in the installation guide. Apologies for formatting - can't figure out how to make the json show up with nicer formatting.

@TrafalgaT
Copy link

Huh that’s what I was using for mine, it shows up but I can not control the bulb at all....and I have reached the end of the road I reckon as I don’t know what the issue is as to why I can not control the bulb... thanks @jrkmtf for the config !

@LIPA85
Copy link

LIPA85 commented Dec 31, 2020

Hi folks, any update on this? I just bought 2 Teckin SB50 bulbs just 2 days ago thinking they were like the one i have bought some times ago.... unfortunately i have the same problem as @jrkmtf meaning that i see correctly the bulbs in Homebridge but i can not control them...
i have correctly found the ID and key on iot.tuya.platform website...
I can return them but prior to this i would lilke to know if there's the possibility to make them to work.
Thank you

@ElphaX
Copy link
Contributor

ElphaX commented Apr 25, 2021

If someone can run homebridge in debug mode and post their device schema or device signature I'd be more than happy to fix this issue

@ElphaX ElphaX self-assigned this Apr 25, 2021
@jrkmtf
Copy link

jrkmtf commented Apr 29, 2021

I'm running in debug mode and can get you what you need. Where would I find the device schema or signature? Guessing that is different than my config, as there doesn't seem to be any relevant information contained in the config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
newDevice Add support for a new device.
Projects
None yet
Development

No branches or pull requests

5 participants