Switch variable via URL?

Hello,

Is it possible to switch a variable (eg light) via an URL in the webbrowser?
Example: http://xx.xx.xx.xx:3777/#variable

When I try the example above, it seems to work but Symcon ask me to fill out a password (password required). I have no clue what this password is…and how can I change it?
Thanks!

You may configure an Webhook (see WebHook Control — IP-Symcon :: Automatisierungssoftware) and write a script to be started by this webhook. Within this script you can parse the supplied url parameter and do the desired actions.

BTW: The requested password is the „Remote Access“ password, which is needed to use the JSON RPC API. You may set this for secure access (Fernzugriff — IP-Symcon :: Automatisierungssoftware)

HTH
Tommi