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 Mijia smart color temperature bluetooth version shhf.light.slcwb8 #1537

Open
nonamelee1003 opened this issue Jan 7, 2025 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@nonamelee1003
Copy link

nonamelee1003 commented Jan 7, 2025

I bought a new lamp, which is an updated version of shff.light.slcwb3. The old database already supports the old version. Request to add a new shhf.light.slcwb8 to the database and set the parameter comparison.

Shhf.light.slcwb3 can be used. Thank you
}, {
11971: [None, "Mesh Light", "shhf.light.slcwb3"],
"spec": [
BaseConv("light", "light", mi="2.p.1"),
BrightnessConv("brightness", mi="2.p.2", max=100),
ColorTempKelvin("color_temp", mi="2.p.3", mink=3000, maxk=6400),
MapConv("mode", "select", mi="2.p.4", map={0: "None", 1: "Day", 2: "Night", 3: "Warmth", 4: "Reading", 5: "Tv", 6: "Computer"}),
BoolConv("flex_switch", "switch", mi="2.p.5"),
MapConv("power_on_state", "select", mi="2.p.6", map={0: "Default", 1: "On", 2: "Off"}),
BoolConv("wake_up_mode", "switch", mi="2.p.7", entity=ENTITY_CONFIG),
BoolConv("sleep_aid_mode", "switch", mi="2.p.8", entity=ENTITY_CONFIG),
MapConv("flow", "select", mi="2.p.9", map={0: "Auto", 1: "Immediately"}, entity=ENTITY_CONFIG),
]
}, {
14136: ["Unknown", "Mesh Light", "shhf.light.slcwb8"],
"spec": [
BaseConv("light", "light", mi="2.p.1"),
BrightnessConv("brightness", mi="2.p.2", max=100),
ColorTempKelvin("color_temp", mi="2.p.3", mink=3000, maxk=6400),
MapConv("mode", "select", mi="2.p.4", map={0: "None", 1: "Day", 2: "Night", 3: "Warmth", 4: "Reading", 5: "Tv", 6: "Computer"}),
BoolConv("flex_switch", "switch", mi="2.p.5"),
MapConv("power_on_state", "select", mi="2.p.6", map={0: "Default", 1: "On", 2: "Off"}),
BoolConv("wake_up_mode", "switch", mi="2.p.7", entity=ENTITY_CONFIG),
BoolConv("sleep_aid_mode", "switch", mi="2.p.8", entity=ENTITY_CONFIG),
MapConv("flow", "select", mi="2.p.9", map={0: "Auto", 1: "Immediately"}, entity=ENTITY_CONFIG),
],
IMG_0193

@nonamelee1003 nonamelee1003 changed the title 新增米家智能色溫度藍牙版shhf.light.slcwb8 New Mijia smart color temperature bluetooth version shhf.light.slcwb8 Jan 7, 2025
@AlexxIT AlexxIT added the enhancement New feature or request label Jan 7, 2025
@AlexxIT AlexxIT self-assigned this Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants