ALEXA find Hue Emulation Devices Two times

  • Platform information:
    • Hardware: RPI3+
    • OS: openhabian
    • Java Runtime Environment: newest
    • openHAB version: newest
  • Issue of the topic: Alexa find the most of my items two times in the log i found this

2018-11-12 10:45:38.976 [ERROR] [ulation.internal.HueEmulationServlet] - "Could not find light for id 41.

2018-11-12 10:45:41.735 [ERROR] [ulation.internal.HueEmulationServlet] - "Could not find light for id 24.

Here is the Item with the Problem

//192.168.0.214    

Switch Kueche_Decke “K\u00FCche Decke " (Kueche) [“Lighting”]
{ mqtt=”>[mosquitto:cmnd/Kueche_Decke/POWER:command:*:default],
<[mosquitto:stat/Kueche_Decke/POWER:state:default]" }
String Kueche_Decke_last_update “K\u00FCche Decke letztes Update [%s]” (Last_Update)
{ mqtt="<[mosquitto:tele/Kueche_Decke/STATE:state:JSONPATH($.Time)]" }
Number Kueche_Decke_RSSI “K\u00FCche Decke: RSSI [%d %%]” (Sonoff_WLAN)
{ mqtt="<[mosquitto:tele/Kueche_Decke/STATE:state:JSONPATH($.Wifi.RSSI)]" }
//********

What is the problem ?
and one of the Devices in the Alexa list work the other alexa says didnt responds

The item mqtt config looks like your using tasmota firmware. If so try using wemo emulation, I had issues with hue in the past. Also, check in PaperUI auto create for items is not selected.

thanks i ihave delete the hue emulation clear the amazon smarthome manually device for device and now it works