Iotsa Devices

{% set deviceStatus = pluginObject._findDevices(token) %} {% set devices = deviceStatus.devices %} {% set message = deviceStatus.message %} {% if message %}

User Intervention Required

Message: {{message}}

{% if message[:4] == '502 ' %}

If the SSL certificate of iotsa device "{{device}}" is not trusted by this Igor please try to connect using the form at the bottom of the iotsa device list page and select the Do not check SSL certificates option.

{% elif message[:4] == '401 ' %}

To allow access to module "{{module}}" iotsa device "{{device}}" requires either a trusted capability (which Igor does not have yet) or username/passord credentials. You can use the latter by selecting this device on the form at the bottom of iotsa device list and providing them in the credentials field.

{% endif %} {% endif %}

Iotsa devices discovered

In some cases the links above may not work, for example when accessing a fresh Iotsa device that has not yet received a correct SSL certificate (and therefore uses the factory-installed certificate which is not trusted).

Then please use the following form to get iotsa device information:

Device:
Protocol:
Port (if not default for protocol)
Credentials:
(warning: credentials are passed in plaintext. Format is username:password)
SSL Certificate: Do not check SSL certificates (for https)

{% if returnTo %} Return to {{returnTo}}.
{% endif %} Return to iotsa device setup page.
Return to Igor homepage