Project

General

Profile

Wiki » History » Version 8

Dominik Meyer, 03/02/2024 10:39 PM

1 1 Dominik Meyer
# FHEM Ntfy
2
3 5 Dominik Meyer
FHEM NTFY is a set of modules for connecting to an https://ntfy.sh compatible server. 
4 4 Dominik Meyer
 
5
## Features
6
7 5 Dominik Meyer
* support for https://nfy.sh
8 4 Dominik Meyer
* support for self-hosted instances 
9
* authentication support
10
* subscription to multiple topics
11
* multi-server support
12
* integration with the FHEM internal messaging system (MSG)
13
14 6 Dominik Meyer
## FHEM Update URL
15
16
The update URL is https://rm.byterazor.de/upd-fhem-ntfy/controls_byterazor-fhem-ntfy.txt.
17
18
You can add the URL by typing <code>update add https://rm.byterazor.de/upd-fhem-ntfy/controls_byterazor-fhem-ntfy.txt</code> into your FHEM command line.
19
20 7 Dominik Meyer
**At the moment this URL provides the development version. From Version 1.0.0 on it will provide only stable releases.**
21 6 Dominik Meyer
22 8 Dominik Meyer
## Example Configuration
23
24
* [[Examples]]
25
26 4 Dominik Meyer
## Example Usage
27
28
* just sending out notifications to mobile phones, tables, computers, ...
29
* receiving notifications within FHEM from somewhere else
30
* inject measurements from remote devices through HTTP/HTTPS into FHEM 
31
* sync two FHEM instances
Go to top