Skip to content

HmIP-SWSD - Use as siren #955

Closed Locked Answered by SukramJ
AlphaZuluNRW asked this question in Q&A
Feb 12, 2023 · 5 comments · 4 replies
Discussion options

You must be logged in to vote

This feature was deliberately not implemented for the known reasons.
But if you want to take over the testing, one can perhaps also think about taking it over into the integration.

Looks like the relevant parameter is SMOKE_DETECTOR_COMMAND on Channel 1 with the following value list:

0 = "RESERVED_ALARM_OFF",
1 = "INTRUSION_ALARM_OFF",
2 = "INTRUSION_ALARM",
3 = "SMOKE_TEST",
4 = "COMMUNICATION_TEST",
5 = "COMMUNICATION_TEST_REPEATED"

To activate the Intrusion alarm you could try to call a service like:

service: homematicip_local.set_device_value
data:
  device_address: "1234"
  channel: 1
  parameter: SMOKE_DETECTOR_COMMAND
  value: 2
  value_type: int
  

To deactivate the alarm you co…

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@shogun160
Comment options

Answer selected by SukramJ
Comment options

You must be logged in to vote
1 reply
@SukramJ
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@SukramJ
Comment options

@chris-nite
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants