Quick Z-Wave fix

I'm sorry but I still missed what you mean by "Refresh button". Where?
The Z-wave Details page doesn't show a Refresh button.

Edit: Oh you meant a browser refresh? Now I got it.

sory im new how would you implment this in RM, im guessing i need virtual button, then where do i dorop this in rm

Can't do this in RM if you have hub login enabled - because you can't send saved cookies through RM.

i dont have login enabled

just not sure how to call/use that code in a RM command

Here is an example for restarting the Zigbee radio via RM, just modify the URL for Zwave using @aaiyar example above:

3 Likes

Sorry - I misunderstood you. Send an http POST with a the command in form encoded body. Here's an example:

54%20AM

1 Like

whats the recomned off for time (that example had 30 min)?

I believe he meant for it to be 30 seconds. Oh, and obviously, you will substitute your hub IP in the above example.

1 Like

Zigbee devices go into β€œpanic” mode after 30 minutes which is why that example has that long delay. @SmartHomePrimer recommend 10 seconds in the OP

1 Like

No 30 seconds :stuck_out_tongue_winking_eye:

:thinking:

1 Like

:rofl: I confused myself by writing 30 and 10 in that post! Right. 30 seconds for shut down, 10 for the radio only. You know me better than I know myself it seems. :stuck_out_tongue_winking_eye:

Only my second cup. I'll get it together soon.

4 Likes

ill go for 30sec to be on the side of caution! do virtual button work on a dashboard or would a virtual switch be better

1 Like

Do I like do and get a i.v. - only way I show any signs of life :joy:

3 Likes

Either works. I would setup a rule that was triggered by a virtual button that did the following:

Send POST to http://ip/hub/zwave/update --> (form encoded) body: zwaveStatus=disabled
Send POST to http://ip/hub/zwave/update --> (form encoded) body: zwaveStatus=enabled --> delayed 0:00:30

P.S. Also - good luck. Hope it solves your zwave issues!

1 Like

what is bugginh me is why it has frozzen, and if i can get home and fix it before the wife

Get yourself a PiVPN. Its cheap - in the US, a Pi3B+ with case and sd-card wouldn't cost much more than $40-50. PiVPN is free and will work with the free dynamic DNS providers, so there's no cost involved there.

But it'll give you the ability to securely access your home network (and Hubitats) from anywhere using an VPN tunnel. And there are OpenVPN clients for iOS/Android/Windows/OS X/Linux ......

1 Like

There's also TeamViewer, which for private use is free.

1 Like

And even easier to setup!

2 Likes