[APP] Zooz - Let's build smarter tech together

If you want to use devices with Homey Bridge / Homey Pro, a Homey app (not Homey smartphone app!) that supports this device is required. This app provides a device driver so that Homey Bridge / Homey Pro is able to communicate with this device.
These apps are developed by Athom (the company behind Homey), by the maker of the devices or by user.
These apps can be installed directly via the Homey smartphone app by choosing a device, or from the App Store. In the App Store, further information are available that are not visible in the Homey smartphone app, also information on how to contact the app developer:

Also an important information in the App Store is, if there is a topic about the App in the Homey Community Forum. But this is not the case for all apps, e.g. for the Zooz app is no topic available.
This is an example from another app:

If there is not yet an app for a specific device maker, you can submit a request on the page Request A Brand to Athom or post a request in the topic [Requests] Homey Pro Community App Requests to see if a user is willing to develop an app.

I hope I was able to answer your questions.

very helpful. Thank you.

Hello, I have added a few zooz light switches. They add and work fine, but do not show up under the ‘light’ categories. Any ideas on how to set a switch to identify as a light in homey. (Zooz zen72, zen77, zen32)

1 Like

Select 1 switch, click cogwheel upper right. See if there is a “Plugged in” option, if so, select it and select “light”, then save.

Same issue, there is nothing visible to change the device type to reflect that these are all lights.

1 Like

… and since it is not classified as “light” or “plug”, the Homey Alexa skill doesn’t see any of these devices from what I can tell.

1 Like

Thank you for providing the screen shot Austin. The advanced settings also do not have any mechanism for changing the designation of the switch to a “light“

I think only the app developer can help out here. Maybe he can change the capability for the switch into “socket” if you request that.
Then anyone can choose which type is “plugged in”, f.e. Light, or TV, or fan and such.
https://github.com/koktail-nl/com.getzooz.issues/issues/new/choose

(Support links are available at the app store app pages)

1 Like

Thanks, I posted to the developers GitHub site a few weeks ago. Sadly no response.

I have been adding ZOOZ ZEN77 and ZEN76 switches to Homey Pro via the ZOOZ app. All of the switches are new and identical. They have been enrolled in Homey in the exact same way. I have activated the Homey skill in Alexa. Some of the switches are showing up in Alexa, and some are not.

The only difference I can see in the switch set-ups in Homey is that the switches that DO work properly show the “Status Indicator” as “Not Configurable”. The switches that DO NOT work show the Status Indicator as “None”. The device tiles in the app for the working switches have a circular light indicators while the non-working switches do not. You cannot change the Status Indicator field.

I have tried turning off the Alexa Homey Skill and reactivating it. I have tried removing the devices from the Homey Pro and the re-enrolling them. Nothing seems to fix the problem. I don’t understand how the exact same switches are enrolling differently.

I have been emailing with Homey Support, but they have been no help. They say that Zooz is responsible for the Zooz app, and Zooz says that Athom is responsible. At this point I may have to throw in the towel and go back to SmartThings.

Thank you for any insights you may have.

Same here. Same BS with both supports. The 72 has no problem. You could go with those?

Thanks for the feedback. Unfortunately I have already ordered a bunch of 76 & 77’s. Maybe they would exchange them.

First of all, welcome to the Homey Community!

To make sure you are aware of the forum rules, please read the Welcome to the forum! post here.

You can contact the developer of the app for support from the app store “Support Contact” link available on the app page:

Thank you

What I am trying to achieve is, after 9pm when I flip my zooz wall switch to turn on my closet lights, turn them on to dim level 25% because 100% is way too bright when getting ready for sleep.

I first tried a basic flow of when light switch is on between 9pm-6am dim to 25%. Didn’t work as expected because it first comes on it turns on to it’s normal 100% and then down to 25%. Actually makes sense because the dim isn’t triggered until after the light is switched on.

How do I set the default turn on value of my zooz ZEN72 switch within Homey Pro?

Documentation from Zooz website outlining parameters and values you can set, but I honestly wouldn’t know where to start doing that within a flow, advanced flow, or creating variables etc.

Any help would be much appreciated.

Double Tap and Single Tap Behavior

Parameter 12: Choose what you’d like the dimmer to do when you double-tap the upper paddle.

Values: 0 – the light will turn on to full brightness (default); 1 – the light will turn on to the custom brightness level set in parameter 18; 2 – the light will turn on to the maximum brightness level set in Parameter 11; 3 – double tap disabled.

Size: 1 byte dec

Parameter 25: Choose what you’d like the dimmer to do when you tap the upper paddle once.

Values: 0 – the light will turn on to the last brightness level (default); 1 – the light will turn on to the custom brightness level set in parameter 18; 2 – the light will turn on to the maximum brightness level set in Parameter 11; 3 – the light will turn on to full brightness.

Size: 1 byte dec

Many lights already turn on by just setting the dim level, so disable the ‘turn light on’ card to check if it works.

If that doesn’t work,

you should always turn it off like this:
Then…
-dim light X to 1%
-turn light X off after 1s

When turned on, it should always be dimmed to 1% instead of 100%

Seems a bit clumsy, but it works. Maybe you can drop Support a note if a default dimlevel can be set permanently thru device settings.

I’m not sure that would work because where would the trigger to do something come from? The trigger is me flipping the switch on, but I want it to come on yet come on to value 25%. If I removed the turn on, it would just be dim to 25%, but it would still need a trigger to do so right?

But I wouldn’t want it to always be 1% instead. Just always 1% between the hours of 9pm and 6am.

Why not give it a go, it will not break down.

And having it turned off with a 1% dim level, has nothing to do with which dimlevel you want to set it to.
It just prevents the light from dimming to 100% after it’s turned on.

Looks like I can’t do that and still have it work as it requires a WHEN. And setting dim level is not an option in WHEN.

Can you not use the wall switch as trigger?