Dear all,
the customer support requested me to place my question here.
I´m absolutely new with the API topic, so I don´t really know if it is the right sub-forum.
Goal:
I´ve a smart home (KNX/ETS based), where I´m the System administrator by myself. For visualization purposes I´m currently using a Gira X1.
Via the Gira X1 I would like to get the status of my NUKIs and to lock or unlock my NUKIs.
Problem:
Therefore I was searching through the knx-user-forum where I found a manual including the relevant Gira X1 software logic modules. But this is only the side story.
Due to the fact that I´m an absolute beginner I was trying to create a code for getting the status of my locks for an first attempt.
I activated the developer mode of my brigde.
I took the ID of one of my locks.
I took the IP of the bridge from my fritzbox.
I took the whole code into my browser to see if everything is working properly but nothing happens.
“Seite nicht erreichbar ist. Die Antwort von der IP hat zu lange gedauert. Ich soll Proxy und Firewall prüfen oder die Netzwerkdiagnose nutzen. ERR_CONNECTION_TIMED_OUT.“
http://[IP]/lockState?nukiId=[ID]&token=[TOKEN]
http://[IP]/lockAction?nukiId=[ID]&action=1&token=[TOKEN]
Where is the problem who can help?
In addition, calling the URL https://api.nuki.io/discover/bridges is working fine but doing the /auth command brings no effect