question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Support for Smart Wi-Fi LED Bulb with Dimmable Light MSL100

See original GitHub issue

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 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:19 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
donavanbeckercommented, Nov 7, 2020

Added with 3.3.0!

0reactions
acer589commented, Nov 7, 2020

Completely out of my depth here. How long does it usually take for updates to make their way to npm?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found