Update Konnected IP Address?

I'm moving all my smart home devices to a dedicated network. During this migration the old network and new network can freely exchange traffic.

I moved my Konnected board to the new network:

image

but Hubitat, which is still on the old network (192.168.0.0), can no longer access the boards because their IP address has changed:

image

How do I update the IP address in the Hubitat Konnected App/Device so that Hubitat can connect to it?

You need to tell the hub to add your subnets to its permitted scope using the following endpoint:

http:///hub/allowSubnets?123.123.123.0,124.124.124.0

https://192.168.0.25/allowSubnets?192.168.0.0,192.168.8.0

image

The URL is incorrect. You're missing /hub/

1 Like

https://192.168.0.25/hub/allowSubnets?192.168.0.0,192.168.8.0

4 Likes