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
COMMAND_CLASS_SOUND_SWITCH support
Re: COMMAND_CLASS_SOUND_SWITCH support
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.
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
The update is functional, usable, but maybe a different approach could be used.
For the Aeotec Siren 6 over 250 virtual devices are created.
For the Aeotec Siren 6 over 250 virtual devices are created.
Re: COMMAND_CLASS_SOUND_SWITCH support
ooops. We will think how to handle it.
Re: COMMAND_CLASS_SOUND_SWITCH support
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?
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
Unfortunately this is not something universal. I would even ask them why to have 8 channels?
Re: COMMAND_CLASS_SOUND_SWITCH support
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.
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
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
Still no solution for this - can't change the tone of a channel without sending the bit sequences through expert commands
-
- Posts: 194
- Joined: 02 Mar 2020 22:41
Re: COMMAND_CLASS_SOUND_SWITCH support
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.
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.