Skip to content

bongzyx/LocalTuyaDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LocalTuyaDecoder

Create your own scenes with this Python script. Tested on Home Assistant with LocalTuya extension and GU10 and E14 bulbs.

Works with https://github.com/rospogrigio/localtuya

Sample Input

Scene cycling through all hues with maximum brightness and saturation. 3 sets of actions, 0 hue > 120 hue > 240 hue 07464602000003e803e800000000464602007803e803e80000000046460200f003e803e800000000

Sample Output

Scene Number:           7
Unit Switch Duration:   70
Unit Gradient Duration: 70
Unit Change Mode:       2
Hue:                    0
Saturation:             1000
Brightness:             1000
Padding:                000000

Scene Number:           0
Unit Switch Duration:   70
Unit Gradient Duration: 70
Unit Change Mode:       2
Hue:                    120
Saturation:             1000
Brightness:             1000
Padding:                000000

Scene Number:           0
Unit Switch Duration:   70
Unit Gradient Duration: 70
Unit Change Mode:       2
Hue:                    240
Saturation:             1000
Brightness:             1000
Padding:                000000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages