OpenBK7231T_App icon indicating copy to clipboard operation
OpenBK7231T_App copied to clipboard

Device not found by Alexa

Open Creased opened this issue 1 year ago • 0 comments

Describe the bug

My smart plug is not detected on Alexa despite the following command: backlog startDriver SSDP; startDriver WeMo.

Firmware:

  • Version: 1.17.461
  • Device: Tuya CB2S (NOUS-A1)
  • Chip/model: BK7231N
  • Device config:
{
  "vendor": "Tuya",
  "bDetailed": "0",
  "name": "Full Device Name Here",
  "model": "enter short model name here",
  "chip": "BK7231N",
  "board": "TODO",
  "flags": "1024",
  "keywords": [
    "TODO",
    "TODO",
    "TODO"
  ],
  "pins": {
    "6": "LED_n;0",
    "9": "Btn;0",
    "26": "Rel;0"
  },
  "command": "backlog startDriver SSDP; startDriver WeMo",
  "image": "https://obrazki.elektroda.pl/YOUR_IMAGE.jpg",
  "wiki": "https://www.elektroda.com/rtvforum/topic_YOUR_TOPIC.html"
}

To Reproduce Steps to reproduce the behavior:

  1. Set/Change startup command line: backlog startDriver SSDP; startDriver WeMo
  2. Reboot the device
  3. Ask Alexa to look for a new device
  4. No device is found

Creased avatar Mar 03 '24 19:03 Creased