Has anyone discovered a way to pass variables and commands between the ZBox and Hubitat Elevate (HE)? I have successfully used Alexa as a go-between pass changes from HE to ZBox. I set up a virtual device on HE, then use a routine pass commands to ZBox. However, I cannot get Alexa to recognize anything on the Zbox as a smart device within routines.
I’d appreciate any advice anyone has about how to do this.
Genesis of this is my need to be able to control zigbee devices as well as z-wave. Whereas, ZBox is a great product, without this ability, I will have to abandon the ZBox for now.
Replace 1160 with id off scene you want to trigger.
It is also possible to use webhooks in quickapps to send and revice data.
But this is just the basic http supported by the api. Can also update global variabels or quickapp variabel etc with a http call.
And check out the fibaro forum too. Z-box is just a rebrand of the fibaro hc3L and have the same interface/api/swagger. So alot to find on this forum to:
If you have a second, here’s a little more information about what I’m trying to do.
On the Z box I have an ZSE41 open/close sensor on a mailbox
When the mailbox is open, I have scene program on the Z box that sends me a text message, and turns on a quick app light switch called Mail Status.
I want to be able to pass that change to my Hubitat hub (HE) so that it can process some things for zigbee based devices that I have.
So far, the only device I found that both Z box and HE have in common is Alexa.
I need the Mailbox Status switch that is on the Z box to appear in Alexa. It does not. So I have no way to manipulate it or use it and pass the chnage back to my HE.