Skip to content

Zooz ZSE19 Siren/Chime Sound Switch Question #3161

Answered by kpine
GrizzlyAK asked this question in Q&A
Discussion options

You must be logged in to vote

The HA zwave_js.set_value service call is basically a pass-through to the node-zwave-js setValue API. If you want to set the volume when you play a tone, you need to pass in the volume as an option, just as you would with the node-zwave-js API. I believe this should set the volume to 50% (notice the added options map):

     - service: zwave_js.set_value
        data:
          command_class: '121'
          endpoint: '0'
          property: toneId
          value: 34
          options:
            volume: 50
        target:
          entity_id: sensor.zooz_zse19_siren_node_status

With the 2021.8 release, HA supports Sound Switch CC-based sirens natively, so there's no need to know about t…

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
3 replies
@GrizzlyAK
Comment options

@AlCalzone
Comment options

@GrizzlyAK
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@GrizzlyAK
Comment options

@kpine
Comment options

@GrizzlyAK
Comment options

@kpine
Comment options

@GrizzlyAK
Comment options

Answer selected by AlCalzone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants