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

FHEM Events ohne Wertänderung zu Homebridge #62

Open
california444 opened this issue May 4, 2020 · 1 comment
Open

FHEM Events ohne Wertänderung zu Homebridge #62

california444 opened this issue May 4, 2020 · 1 comment

Comments

@california444
Copy link

Hallo @justme-1968,

ich möchte ein ProgrammableSwitchEvent umsetzen, um damit in HomeKit Notifications auszulösen.
Hierbei kann ein Event vom gleichen Wert mehrfach hintereinander eine Notification in HomeKit auslösen (zB 0=SinglePress 1=DoublePress 2=Longpress).

Ich habe dazu in FHEM ein dummy Device mit einem Reading state und homebridgeMapping: ProgrammableSwitchEvent=state angelegt

Wenn ich den Wert von State in FHEM über set ändere erhalte auch ich Notifications von der Home App. Wenn ich den gleichen Wert von State nochmal setze, dann wird in FHEM zwar ein Event ausgelöst, das Event scheint aber nicht an homebridge weitergegeben zu werden.

Hast du eine Idee, was ich tun kann?

Danke!
Roman

@justme-1968
Copy link
Owner

im code werden aktuell gleiche events ausgefiltert.

für denen anwendungsfall muss ich mir mal etwas überlegen.

justme-1968 pushed a commit that referenced this issue Dec 23, 2020
* Allow updates with same value on ProgrammableSwitchEvent  #62

* sign change

Co-authored-by: Daniel Reif <icynatorhd@outlook.de>
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

2 participants