Commit graph

1073 commits

Author SHA1 Message Date
Rumbel84 3b9da8eb0e Update regexFilter.py
Wenn ein Filter nicht Matched (Regex) kommt False
Wenn es gar keinen Filter gibt, kommt ein falsches True. Muss auch False sein.
2017-05-23 20:46:01 +02:00
Florian f2e7c00fee Fix for leading zeros in RIC
Prevent from cutting leading zeros in signal-RIC
2017-05-14 22:53:42 +02:00
PeterLaemmle d7896459ca Update Telegram.py 2017-05-07 19:23:45 +02:00
PeterLaemmle 78092389e9 Update Telegram.py
Removal of duplicate code.
2017-05-07 13:38:30 +02:00
PeterLaemmle 3e1db59d46 Update config.template.ini 2017-05-07 13:37:35 +02:00
Florian daddd02279 Merge pull request #271 from jbollacke/feature/subric_description
New feature: 
SubRIC is now used for a detailed description.
Remember that you have to have an entry of the main RIC - it is used as fallback.

The SubRICs are set as sufficix to the main description
2017-05-01 10:08:32 +02:00
Jan Bollacke aeedcd4c8c
DescriptionList: Simplify conversion of keys to lowercase
This reverts commit 418411e09c.
2017-05-01 09:24:06 +02:00
Florian 4202061bb7 Merge pull request #270 from Schrolli91/lineBrakeAllowed-remove
removed lineBrakeAllowed-flag so it can be used by default from any plugin
2017-04-28 23:51:29 +02:00
Florian 418411e09c Converting everything to lowercase
Ignore upper- or lowercase from csv-file - as the code translates to lowercase in poc.csv all entries will be switched to lowercase.
2017-04-28 23:49:44 +02:00
Florian 4e23d9856e Fixing regex
Searching in wrong field leads to error - fixing it
2017-04-28 23:02:50 +02:00
Jan Bollacke bf9a604931
PocDecoder: use functionchar instead of subric in description lookup 2017-04-28 07:46:28 +02:00
Jan Bollacke a4c218887b
DescriptionList: fix lookup for ric and subric 2017-04-28 07:45:23 +02:00
Jan Bollacke 5ccd6d8cc0
DescriptionList: support functionchar while loading ids/rics 2017-04-28 07:44:12 +02:00
Jan Bollacke 58b3158e9a
PocDecoder: use subric in description lookup 2017-04-27 14:40:42 +02:00
Jan Bollacke de451ffc6f
DescriptionList: check if a description exists for ric w/o the subric 2017-04-27 14:39:28 +02:00
Jockel 80a9cdb6f4 removed lineBrakeAllowed 2017-04-25 10:52:03 +02:00
Bastian Schroll 4b296f1a39 Merge pull request #268 from Schrolli91/telegramfix
added missing lineBrakeAllowed=True in Telegram.py
2017-04-25 07:44:28 +02:00
Jockel d3cbbb60d8 added missing lineBrakeAllowed=True 2017-04-25 06:53:15 +02:00
Bastian Schroll fdd05c8643 Merge pull request #267 from Schrolli91/telegram-jockel1
Read message-text from config
2017-04-24 21:18:50 +02:00
Jan-Hendrik Plogmann d99574239b fixed syntax issues 2017-04-24 20:17:07 +02:00
Jan-Hendrik Plogmann 4e1cf00cb3 read message-text from config 2017-04-24 20:08:37 +02:00
Florian 0694154d04 Merge pull request #263 from Schrolli91/flothi-p-service
Create a new service
2017-04-19 23:23:47 +02:00
Florian a2b7cb3b56 Update README.md
Adapt it to the new service
2017-04-19 23:22:22 +02:00
Florian 77f51e3509 New service
Implement BOSWatch as systemctl-service
2017-04-19 23:17:09 +02:00
Florian 5d98112480 Merge pull request #262 from Schrolli91/flothi-patch-2
Renaming csv-files to prevent overwriting
2017-04-19 22:57:15 +02:00
Florian 5f4f6caa10 Rename zvei.csv to zvei.template.csv
To prevent overwritten files after an update the csv-file is renamed to .template.csv
2017-04-19 22:56:09 +02:00
Florian 20746d66db Rename poc.csv to poc.template.csv
To prevent overwritten files after an update the csv-file is renamed to .template.csv
2017-04-19 22:55:55 +02:00
Florian fb4c922fef Rename nma.csv to nma.template.csv
To prevent overwritten files after an update the csv-file is renamed to .template.csv
2017-04-19 22:55:32 +02:00
Florian 84b9d4ba61 Renaming file to .template.
To prevent overwritten files after an update the csv-file is renamed to .template.csv
2017-04-19 22:54:57 +02:00
Florian 2e03519333 Fixing message
Set default-message to alarm
Fixing ZVEI-message; it now contains zvei, and, if available, description
2017-04-17 10:46:39 +02:00
Florian 142e2ba5b0 Fixing typo
Removed double-c from conn-string
2017-04-17 10:00:20 +02:00
Florian 08c671cd09 Update Sms77.py
Adapting to new API
2017-04-16 23:48:46 +02:00
Florian 642d95b11a Enabling typ-handling
Enable FMS and ZVEI-handling for plugin; message is set depending on the available information and processed to the http-handling. If typ is invalid an empty message will be sent.
The text of the message can be adapted with regard to the information resulting from decoding
2017-04-16 23:47:08 +02:00
Florian 1a9e2a34d1 Update Sms77.py
Adapted API-URL due to changes caused by provider 
(see https://www.sms77.io/de/docs/gateway/http-api/sms-versand)
2017-04-16 13:04:13 +02:00
Florian 1d62fe34f8 Merge pull request #254 from Mikrocontroller/develop
httpRequest-Plugin
2017-04-12 23:28:39 +02:00
Mikrocontroller 4aeb413f4f Added comment for multiple URLs 2017-04-12 23:23:42 +02:00
Mikrocontroller c77f2a9fdd Encode data URL-safe, support of multiple URLs 2017-04-12 23:20:40 +02:00
Florian 38123fbf7c Merge pull request #247 from Schrolli91/flothi-patch-1
Switching mm_raw to off by default
2017-04-04 22:18:35 +02:00
Florian 7d7c33e208 Create boswatch_cleanup.sql
Extracted routines to cleanup old database-entries.
2017-04-04 22:17:54 +02:00
Florian 7abda0bc50 Delete events
Delete events from default-installation and extract them to a separate file
2017-04-04 22:16:28 +02:00
Florian 97f2956bc3 Switching mm_raw to off by default
As it's mainly for debug-reasons, there is no need to enable the mm_raw-out by default.
2017-04-04 22:14:26 +02:00
Bastian Schroll d6ce41f42b edit vers nr 2017-03-30 21:37:50 +02:00
Bastian Schroll e3fcd9033d edit vers nr 2017-03-30 21:37:22 +02:00
Bastian Schroll 29ffd30391 edit vers nr 2017-03-30 21:36:56 +02:00
Bastian Schroll 8a8320f45f Merge branch 'beta' 2017-03-30 21:36:19 +02:00
Bastian Schroll 15aa38238f Merge branch 'develop' into beta 2017-03-29 21:53:29 +02:00
Bastian Schroll c6a0f8ecff Merge branch 'beta' into develop 2017-03-29 21:51:38 +02:00
Florian d4c6a85b4f Check for old installation / copy config
- check for old version (existing boswatch.py in two different folders) and copy it via /tmp to boswatchpath/old
- copy config.template.ini to config.ini to enable boswatch starting after installation
2017-03-26 00:20:45 +01:00
Florian 62fb787aef Check for old installation / copy config
- check for old version (existing boswatch.py in two different folders) and copy it via /tmp to boswatchpath/old
- copy config.template.ini to config.ini to enable boswatch starting after installation
2017-03-25 00:13:14 +01:00
Smith-fms e2d20fed96 BUG: dir-val false 2017-03-15 20:33:36 +01:00