Celaeno1
(Alex)
December 30, 2017, 7:55pm
5
@sipvoip
AFAIK when using GitHub - openhab/openhab-alexa: openHAB skill for Amazon Alexa you query to local REST API for your taged items.
You can see them here:
http(s)://yourOpenhabIP:port/rest/items
Then search this site for the word: tags":["
In this search hit line, look on the left side if there is a label. If it’s missing, you have to check your .items configuration. Or get rid the line anyhow.
Most problems causing is the “simple item linking”.
See also here:
Here are all my steps to get it running:
Prerequisite: openHAB Cloud Connector (openhabcloud), configuration see here: openHAB Cloud Connector
You do NOT have to expose ANY item!
[image]
ALSO NOT MANDATORY: hueemulation, homekit
Before you start “tagging” your .items file please check the following:
You need a “clean” https://myopenhab.org/rest/items/
EDIT: If you already have tagged your .items file, you can also use this method to detect, if it’s correct!)
Login to https://myop…