Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change acoustic signal (signalAcoustic ?) of HmIP-ASIR #492

Open
stephanlenhart opened this issue Jun 18, 2023 · 9 comments
Open

Change acoustic signal (signalAcoustic ?) of HmIP-ASIR #492

stephanlenhart opened this issue Jun 18, 2023 · 9 comments

Comments

@stephanlenhart
Copy link

Hi!

Is it somehow possible to change the acoustic signal of the HmIP-ASIR? I did not yet manage to do it (I'm accessing it via iobroker).
It's about the "signalAcoustic" configuration:

"00000000-0000-0000-0000-000000000041": { "acousticFeedbackEnabled": false, "channels": [ { "channelIndex": 1, "deviceId": "3014F7110000000000000023" } ], "dimLevel": null, "dutyCycle": false, "homeId": "00000000-0000-0000-0000-000000000001", "id": "00000000-0000-0000-0000-000000000041", "label": "SIREN", "lastStatusUpdate": 1687079324706, "lowBat": false, "metaGroupId": null, "on": false, "onTime": 180.0, "signalAcoustic": "FREQUENCY_LOWON_LONGOFF_HIGHON_LONGOFF", "signalOptical": "DISABLE_OPTICAL_SIGNAL", "smokeDetectorAlarmType": null, "type": "ALARM_SWITCHING", "unreach": false },

Thanks!
Stephan

@hahn-th
Copy link
Owner

hahn-th commented Jun 18, 2023

Are you able to change it via the Homematic App?

@stephanlenhart
Copy link
Author

Hi! Yes, in the app it's possible to change it. See attached screenshot (sorry, it's German)

Screenshot_20230618_132938_Homematic IP

@hahn-th
Copy link
Owner

hahn-th commented Jun 18, 2023

Das mti dem deutsch passt :)
Also ich könnte das einbauen, bräuchte dafür aber deine Hilfe. Du müsstest die Kommunikation zwischen der App und dem HmIP Access Point loggen mit Hilfe eines Proxies. Zum Beispiel: https://www.charlesproxy.com/documentation/getting-started/

Anders kann ich da nix machen, da ich das Gerät nicht habe. Das Ergebnis könntest du auch an das iobroker Team geben, dann könnten die das auch einbauen. Bei Interesse gebe ich dir mehr Infos.

@stephanlenhart
Copy link
Author

Hi! Das hört sich gut an :) danke schonmal! Ich werd mir "Charles" heut Abend gleich mal anschauen - noch nie gemacht. Lern ich wieder was dazu :) schätze es geht darum mitzuloggen, welche "Befehle" beim setzen eines signaltons ausgeführt werden?

@hahn-th
Copy link
Owner

hahn-th commented Jun 18, 2023

Genau darum gehts. Es muss aber nachverfolgbar sein. Also vielleicht aufschreiben mit Uhrzeit, was du gemacht hast und zwischen den Schritten etwas zeit vergehen lassen.

Hier mal ne Anleitung:
iobroker-community-adapters/ioBroker.hmip#287 (comment)

Kannst auch mal alle Optionen setzen, die so vorhanden sind.
Meine Mailadresse ist [email protected]
Am besten dann mit deiner anonymisierten config dazu. (https://github.com/hahn-th/homematicip-rest-api#new-devices-and-config-dump)

@Apollon77
Copy link

@hahn-th is there any commit with the relevant method? I can not find any

@hahn-th
Copy link
Owner

hahn-th commented Nov 14, 2023

Hi, this should be already done in AlarmSwitchingGroup.
homematicip/group.py/AlarmSwitchingGroup

@hahn-th hahn-th reopened this Nov 14, 2023
@hahn-th
Copy link
Owner

hahn-th commented Nov 14, 2023

Okay ich mach nochmal auf.
setSilentAlarm bei Home hat noch gefehlt.

@stephanlenhart hast du die anderen Befehle hier mal durchgetestet?

  • setSignalAcoustic
  • setSignalOptical
  • setOnTime

Die müssten eigentlich funktionieren

@stephanlenhart
Copy link
Author

Hallo @hahn-th ,

ja, ich hab soeben die Befehle durchgetestet. Und die 3 funktionieren, wenn man sie über groups>SIREN setzt! :)
Über homes>functionHomes>securityAndAlarm gehts nicht, aber das ist eigentlich egal.

LG
Stephan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants