[SOLVED] Alexa not discover devices

Hi. I have a problem. Sorry for my english.
My app alexa not discover devices from openhab.
I have installed openhab cloud and is online

default.items
Switch Light “Light” [“Switchable”]

default.sitemap
sitemap Home label=“My home automation” {
Switch item=Light
}

Please help me.
Thanks

When you setup the cloud openhab there are some keys you have to include in the setup. Do you know if you did that step? On the openhab cloud service it allow you to search items. Does your items show up in that list?

PaperUI, Configuration,Services, openHAB Cloud, Configure

Hi Eric.
In https:/myopenhab.org i cant view items.

18:49:55.737 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app
18:49:55.800 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Started HABmin servlet at /habmin
18:49:55.815 [INFO ] [ulation.internal.HueEmulationServlet] - Started Hue Emulation service at /api
18:49:56.817 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = 3e00e59f-9935-4ff0-91ca-376f2a585e0e, base URL = http://localhost:8080)

just set items.cfg, default.sitemap.
The classic-ui I see the item.
I have installed open cloud-connector misc.

https://myopenhab.org/rest/items
[{“link”:“https://myopenhab.org/rest/items/Door",“state”:“NULL”,“type”:“Switch”,“name”:“Door”,“label”:“Door”,“tags”:[“Switchable”],"groupNames”:[]}]

The connector is what I was referring to.

If you go here and look in the search box do you see any of your items?
PaperUI, Configuration,Services, openHAB Cloud, Configure

Yes.
Mode notification & remote.
Url https://myopenhab.org
Items to expose i can see the item. But i not select

My item is setup this way. You seem to be missing the { channel=“zwave:device:48a4b322:node3:switch_dimmer” } part on your item.

{ channel=“zwave:device:48a4b322:node3:switch_dimmer” } information comes from the paperui, Configuration,Things

Dimmer BR_OVER_HEAD_LIGHT “Overhead Light” (BedRoom, TV)[“Lighting”] { channel=“zwave:device:48a4b322:node3:switch_dimmer” }

I want to work with mqtt that I still do not configure.
Do I need to have something in things to recognize the item?

I don’t use mqtt so I am not familiar with it.

many thanks Eric. Do you know if the device has to be active for it to be discovered by alexa? Or just posting the item to the .items file is enough?

It my experience. It doesn’t have to be active. It still seems what every device you are using for mqtt need to be put on the end of your sting command in your item file. But it this point that is just a guess.

Ok. Thanks.
One more question. The server is installed on windows. That may have some problem. In the router you have to configure some nat?

Uninstall the skill openhab from alexa and discovered the item. It was not the first time I uninstalled it but it worked. Thank you so much for help me.