AdamV
March 30, 2022, 10:39pm
1
I have a bit of a unique issue at the moment. Any help would be greatly appreciated: @bravenel @bobbyD @bcopeland
My VPN access to my home network is not working and I am abroad.
I have 2 hubs, One is non responsive and needs to be rebooted, the other is working fine
I have remote access to both hubs
I know that you can do a post usually from one hub to the other :8080/hub/reboot - however that is not working because the hub is non responsive
is there a way to do something similar but to the diagnostic tool - so a post to LOCALADDRESS:8081/reboot or something like that, to achieve the same?
Otherwise I have to get a friend to go to my house and sit outside with a laptop and video call me to resolve!
Actually you’d probably want @gopher.ny ’s input on that question.
1 Like
aaiyar
March 30, 2022, 10:44pm
3
The issue being that you must first authenticate using the hub’s MAC address.
1 Like
If you aren’t using Hub. security
curl -X POST https://ip.address/hub/reboot
1 Like
bobbyD
March 30, 2022, 10:48pm
5
If you mean that you are a subscriber of Remote Admin service, you can do it from the Remote Admin portal:
https://remoteaccess.aws.hubitat.com/
But if the hub is unresponsive and not connected to the cloud, you will probably not be able to reboot it either.
2 Likes
AdamV
March 30, 2022, 10:56pm
6
Yes the issue is that:
curl -X POST https://ip.address/hub/reboot
doesnt work because its unresponsive so I'm trying to find a way to do something similar with the diagnostic tool at 8081
I have remoteadmin so I can go into the one that is working and get it to send a post to the one that is not if there is a way to speak to the diagnostic tool
Adam