From 4b8f64795b738f25839a631bd0b6ee02f7d30878 Mon Sep 17 00:00:00 2001 From: grosj <56541936+grosj@users.noreply.github.com> Date: Tue, 15 Oct 2019 08:40:12 +0200 Subject: [PATCH] Add Section for Divera-Plugin --- config/config.template.ini | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/config/config.template.ini b/config/config.template.ini index 9e05679..955fc5f 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -175,6 +175,7 @@ Pushover = 0 Telegram = 0 yowsup = 0 hue = 0 +Divera = 0 # for developing - template-module template = 0 @@ -463,6 +464,32 @@ timeoff = 1 # configure 0 to keep the switch on for infinite time or configure >=1 to keep it for the value in seconds to on, before switching to off. keepon = 60 +[Divera] +#See https://www.divera247.com/documentation/local-management-alarm-api.html for Api-Documentation +# Divera API Key +accesskey = + +# Section for POCSAG +# Adapt Pocsag Subric (a,b,c,d) to Divera Priorities (true/false) +SubA = true +SubB = false +SubC = false +SubD = false + +poc_type = %DESCR%: %MSG% +poc_text = %DATE% %TIME% - %DESCR%: %MSG% + +# Section for ZVEI +# default prio for all ZVEI - except you specify it different +zvei_prio = true +zvei_type = Alarm: %ZVEI% +zvei_test = %DATE% %TIME%: %ZVEI% + +# Section for FMS +fms_prio = true +fms_type = FMS: %FMS% +fms_text = %DATE% %TIME%: %FMS%%BR%Status: %STATUS% - Direction: %DIRT% - TSI: %TSI% %LPAR%%DESCR%%RPAR% + ##################### ##### Not ready yet # #####################