Skip to content
EN | DE

Ntfy

Parameters

NameDescriptionValueLevel
hostIP address or hostname
Default: ntfy.sh
Example: ntfy.sh
optional
topicsTopics

One entry per line.

Example: evcc_alert
optional
priorityPriority

Messages have a priority level that determines how urgently your phone notifies you. On Android, you can customize notification sounds and vibration patterns based on these priority levels. For more details, see docs.ntfy.sh.

Default: default
optional
authtokenAccess token

Used for secure access to the private ntfy server.

Example: tk_7eevizlsiwf9yi4uxsrs83r4352o0
optional
tagsTags & emojis

Messages can be tagged with emojis or strings, which will be shown in the title or message. For more details, see docs.ntfy.sh. One entry per line.

Example: electric_plug
optional
Configuration example for evcc.yaml

If you don't want to configure via the UI, you can alternatively use this YAML block.

messaging:
services:
- type: template
template: ntfy
host: ntfy.sh # IP address or hostname
topics: # Topics, One entry per line.
priority: default # Priority, Messages have a priority level that determines how urgently your phone notifies you. On Android, you can customize notification sounds and vibration patterns based on these priority levels. For more details, see [docs.ntfy.sh](https://docs.ntfy.sh/publish#message-priority). [max, high, default, low, min]
authtoken: tk_7eevizlsiwf9yi4uxsrs83r4352o0 # Access token, Used for secure access to the private ntfy server. (optional)
tags: # Tags & emojis, Messages can be tagged with emojis or strings, which will be shown in the title or message. For more details, see [docs.ntfy.sh](https://docs.ntfy.sh/publish#tags-emojis). One entry per line. (optional)