Dear all,
maybe one of you can help me!
I am trying to gain access to my gateway via a REST client - but unfortunately this is not working. I have the Conbee 2 stick running in a Homeassistant instance on a Rasperry Pi. I carry out the following steps (and I orientate myself on Getting Started - deCONZ REST-API).
-
I call up the URL https://phoscon.de/discover in the browser and get the ‘internalipaddress’ (starts with 172 …) and the ‘internalport’.
-
I log in to Phoscon and open the gateway for 60 seconds for third-party apps.
-
I open a REST client (I have tried several) and start a POST request with the address: [internalipaddress]:[internalport]/api
However, I do not receive a response. What could be the reason?