This feature enables you to control 2N Indoor Touch output relay by HTTP command sent by 2N IP Verso automation.
Info | ||
---|---|---|
| ||
|
Indoor Touch settings:
Go to web management and check "Insecure HTTP Access" function. You can activate it via device menu - Settings - Software as well.
IP Verso settings:
Go to web management - Services - Automation and create a new function according to the example below.
Describtion of the function:
When you press any Verso´s button, Verso sends the first HTTP command to login to Indoor Touch API. After a predefined delay it sends the second HTTP command to activate the Indoor Touch output. After next predefined delay it sends the last HTTP command to deactivate the Indoor Touch output.
first URL: https://192.168.50.241/api/v1/login?login=Admin&password=2n
second URL: https://192.168.50.241/api/v1/gpio?action=set&name=relay1&type=value&value=1
third URL: https://192.168.50.241/api/v1/gpio?action=set&name=relay1&type=value&value=0
Please define Indoor Touch IP address and password according to your settings.