A while ago I made my own Homey dashboard (I know about the existing Homey dashboard). Because the api performance with Homey cloud gives varying performance, and my Dashboard app can’t handle local addresses, I think the solution could be via Port forwarding.
However, I can’t make a connection with Homey via Port forwarding. What have I already done/tried:
-
fixed IP address for Homey
-
port forwarding enabled in modem
-
firewall authorized for the default Homey port 4859
-
Configured port forwarding in Homey, with a message that it is active when saving this; the operation of port forwarding is checked when activating.
-
requested my IP address with Whatismyip.com.
-
created an Api key in Homey
-
with Postman I request the following with GET: https://[ip-address-from-Whatismyip.com]:4859/api/manager/devices/device. I also set the Bearer Token with value: Bearer [api key]
Postman response: Could not get response.
Does anyone have any suggestions to make this work? (I’m not a network hero)