@alowhum We installed Snips as part of a CandleSmartHome test setting to control our smart bio-ethanol burners. The Raspberry pi with Webthings works and we can control the burner already. However, Snips is only answering things like "What is the time". When asking to turn in one of the devices, it replies "I couldn't do that." Debug logging shows that at some point it's trying to do an HTTP request to "/things" and gets a "403" response, after which it says "Skipping it". For a full log, please see https://github.com/mozilla-iot/addon-list/issues/388#issuecomment-555504593
Any idea what could be wrong? (If I ssh into the raspberry and execute a CURL to port 8080, I get the 403 error as well; CURL to port 4443 gives "certificate error", unless I specify the "-k" parameter, in which case it does provide me with a list of devices in JSON format.)