Page 1 of 2
COMMAND_CLASS_SOUND_SWITCH support
Posted: 18 Nov 2019 14:36
by MrRusch
I recently purchased an Aeotec Doorbell 6, which I understand is quite a capable device. But it relies on the SOUND_SWITCH command class, which we dont have support for here yet?
Any plans of implementing?
This command is required for changing the volume and/or tone of the device. So pretty boring without it

Re: COMMAND_CLASS_SOUND_SWITCH support
Posted: 02 Dec 2019 10:17
by PoltoS
Hi! It was recently implemented in Z-Way for a new device by Goap.
Please install
https://storage.z-wave.me/z-way-server/ ... _armhf.deb
It is v3.0.2 with this Command Class supported.
Re: COMMAND_CLASS_SOUND_SWITCH support
Posted: 12 Dec 2019 01:49
by fez
The update is functional, usable, but maybe a different approach could be used.
For the Aeotec Siren 6 over 250 virtual devices are created.
Re: COMMAND_CLASS_SOUND_SWITCH support
Posted: 13 Dec 2019 19:46
by PoltoS
ooops. We will think how to handle it.
Re: COMMAND_CLASS_SOUND_SWITCH support
Posted: 14 Dec 2019 23:28
by fez
For each channel and for each sound type a toggle device is created: (8+1 channels) * (30 sound types) ... that's a lot
Maybe a simple solution would be to create instead of the toggle devices a multilevel switch for each channel, that would sum up 9, instead of 270?
Re: COMMAND_CLASS_SOUND_SWITCH support
Posted: 15 Dec 2019 01:48
by PoltoS
Unfortunately this is not something universal. I would even ask them why to have 8 channels?
Re: COMMAND_CLASS_SOUND_SWITCH support
Posted: 15 Dec 2019 16:00
by fez
I can't t answer you that. This siren is anything but user-friendly, but still one of the best currently available options.
As you have a much deeper understanding of this I'm sure you'll come up with a better idea.
Re: COMMAND_CLASS_SOUND_SWITCH support
Posted: 16 Dec 2019 00:05
by PoltoS
We need to see few more devices on the market first to understand the best way to control them. Currently we have Aeotec (never tested) and Goap only.
Re: COMMAND_CLASS_SOUND_SWITCH support
Posted: 22 May 2024 23:23
by MrRusch
Still no solution for this - can't change the tone of a channel without sending the bit sequences through expert commands

Re: COMMAND_CLASS_SOUND_SWITCH support
Posted: 23 May 2024 18:33
by seattleneil
A potential work-around is to the "Virtual Device (JavaScript)" app (aka CodeDevice module) to create a multilevel switch, where the
command is something like: zway.devices[ZWAVE_DEVICE_ID].instances[CHANNEL_ID].commandClasses[0x79].Set(8,%%). Please understand that you'll need to determine the correct command to control the tone for a channel which you can do using the Expert UI. The virtual device will appear as a dimmer switch on the smarthome/normal UI where the dimmer level will be the tone. You can then change the icon from a light bulb to something more meaningful.