this post was submitted on 26 Jul 2023
11 points (92.3% liked)

homeassistant

15001 readers
2 users here now

Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk

founded 2 years ago
MODERATORS
 

I have several Zooz Dimmer light switches in my house and I've noticed in the documentation that they support certain action actions (e.g. double-tap, triple-tap, tap&hold) through something called 'central scenes'. I use the Zwave JS Integration for my devices, is it possible to somehow setup these scenes through this integration?

you are viewing a single comment's thread
view the rest of the comments
[–] tcgoetz@lemmy.world 2 points 2 years ago (1 children)

Create an automation to map the central scene events to actions. In triggers, choose the device, then the choose a trigger something like “Central Scene action on endpoint 0 Scene 001”, and value something like “keyPressed 2x”.

I use automation like this to make double press and triple press on one switch activate multiple devices.

[–] Chuckleberry_Finn@lemmy.world 2 points 2 years ago

Oh so these aren't managed through the Zwave integration at all? That's definitely what was confusing me.

I'll take a crack at this tonight and see if I can get it working!