Add Support for Smart Wi-Fi LED Bulb with Dimmable Light MSL100
See original GitHub issueHello, I’d like to help adding this LED Bulb. I’m not good at programming stuff, but I can provide the logs and help with testing. It seems to be similar to other light bulbs.
Turning on and off.
{
"payload" : {
"togglex" : {
"onoff" : 1,
"channel" : 0
}
},
"header" : {
"messageId" : "XXXXXX",
"method" : "SET",
"from" : "http:\/\/XXXXXX\/config",
"payloadVersion" : 1,
"namespace" : "Appliance.Control.ToggleX",
"sign" : "XXXXXX",
"triggerSrc" : "iOS",
"timestamp" : XXXXXX
}
}
{
"payload" : {
"togglex" : {
"onoff" : 0,
"channel" : 0
}
},
"header" : {
"messageId" : "XXXXXX",
"method" : "SET",
"from" : "http:\/\/XXXXXX\/config",
"payloadVersion" : 1,
"namespace" : "Appliance.Control.ToggleX",
"sign" : "XXXXXX",
"triggerSrc" : "iOS",
"timestamp" : XXXXXX
}
}
Changing the luminance. It changes in range from 1 to 100. Not sure what capacity does, but it doesn’t change.
{
"payload" : {
"light" : {
"channel" : 0,
"luminance" : 1,
"capacity" : 4
}
},
"header" : {
"messageId" : "XXXXXX",
"method" : "SET",
"from" : "http:\/\/XXXXXX\/config",
"payloadVersion" : 1,
"namespace" : "Appliance.Control.Light",
"sign" : "XXXXXX",
"triggerSrc" : "iOS",
"timestamp" : XXXXXX
}
}
{
"payload" : {
"light" : {
"channel" : 0,
"luminance" : 100,
"capacity" : 4
}
},
"header" : {
"messageId" : "XXXXXX",
"method" : "SET",
"from" : "http:\/\/XXXXXX\/config",
"payloadVersion" : 1,
"namespace" : "Appliance.Control.Light",
"sign" : "XXXXXX",
"triggerSrc" : "iOS",
"timestamp" : XXXXXX
}
}
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:19 (1 by maintainers)
Top Results From Across the Web
Add Support for Smart Wi-Fi LED Bulb with Dimmable Light ...
Hello, I'd like to help adding this LED Bulb. I'm not good at programming stuff, but I can provide the logs and help...
Read more >Smart Wi-Fi LED Bulb with Dimmable Light - Meross
Smart Wi-Fi LED Bulb with Dimmable Light. MSL100. • Vintage Edison style shape, 2700 Kelvin warm light. • Control your bulbs from anywhere...
Read more >meross Smart LED Light Bulb, Smart WiFi LED Bulbs ...
meross Smart LED Light Bulb, Smart WiFi LED Bulbs Compatible with Apple HomeKit, Siri, Alexa, Google Home & SmartThings, Dimmable E26 Multicolor 2700K-6500K ......
Read more >How To Setup/Install a Wifi Smart Led Light Bulb ... - YouTube
How To Setup/ Install a Wifi Smart Led Light Bulb Dimmable RGB From Amazon Using Smart Life AppLEGELITE LED Smart Light ...
Read more >Smart Wi-Fi Dimmable LED Bulb - White369 Shop
Our customer service will be happy to help you. Get in Touch ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Added with 3.3.0!
Completely out of my depth here. How long does it usually take for updates to make their way to npm?