Schrolli91 / BOSWatch

Python Script to process input data from rtl_fm and multimon-NG - multiple Plugin support
https://bwcc.boswatch.de
GNU General Public License v2.0
132 stars 60 forks source link

Verschieden Empfänger based on regex #181

Closed thejockel closed 7 years ago

thejockel commented 7 years ago

Hallo, ist es möglich die Regex so zu erweitern, dass es für ein Plugin verscheiden Configs geben kann.

Hier ein Beispiel für Sms77:

default: [Sms77] user = user1 password =password1 to = 123456789 from = BOSWatch type = quality

ZVEI A: to = 987654321

ZVEI B: to = 56789123

Gruß Jockel

fwmarcel commented 7 years ago

Du könntest das Plugin für dich selber verändern, dass du im Plugin selber noch den regex Filter anwendest

Cryjack commented 7 years ago

Ich würde das auch eher über eine Art Adressbuch/Matching im Plugin selbst lösen. Auch ein CSV Mapping wäre denkbar.

So ala, IF zvei = 123456 then to = 123456789 IF zvei = 654321 then to = 987654321

Im Aufruf dann das to weg lassen und die ZVEI nochmal vorher abgleichen.