You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+60Lines changed: 60 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -370,6 +370,66 @@ The configuration is based on environment variables.
370
370
|`SIGNAL_ACCOUNT`|Phone number of the signal account|International phone number format with leading `+`|Account from signal-cli configuration|`+493023125000`
371
371
|`SIGNAL_CLI_OPTIONS`|signal-cli options|All options [supported by `signal-cli`](https://github.com/AsamK/signal-cli/blob/master/man/signal-cli.1.adoc#options) except `-a` and `-o`|_none_|`--trust-new-identities never -v`
372
372
373
+
## FHEM integration
374
+
The section contains example configurations for integration into [FHEM](https://fhem.de).
375
+
376
+
It is possible to create either 1 FHEM device per contact or a single FHEM device for all contacts, or both.
- It is optionally possible to introduce a reading `groupName`. This implementation requires a user attribute `groups` with a space-separated list of key/value pairs containing a mapping from groupId to groupName.
426
+
```
427
+
attr mqtt_signal userattr groups
428
+
attr mqtt_signal groups LS0+YWRtaW5zPz8/Cg== Admins
0 commit comments