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
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
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
Bastian Schroll
8244d7ac55
Merge pull request #240 from Smith-fms/patch-5
...
BUG: dir-val false
2017-03-15 18:26:47 +01:00
Smith-fms
230187faef
BUG: dir-val false
2017-03-15 17:00:01 +01:00
Bastian Schroll
e0887fa0fb
testdata ZVEI2 to ZVEI1 for citest
2017-03-08 06:36:21 +01:00
Florian
a29a4412bc
Fixing string-search for ZVEI1
...
fixing location of zvei tones
2017-03-07 23:22:35 +01:00
Florian
88a4ae57ce
Adaption for changes in ZVEI
...
Due to changes from ZVEI2 to ZVEI1 there were 2 major changes:
- String from multimon-ng contains more information, so l. 60 had to be adapted
- Repeated tone signal is changed from F to E
2017-03-06 22:36:38 +01:00
Bastian Schroll
98b50110a0
change from ZVEI2 to ZVEI1
2017-03-05 20:21:16 +01:00
Bastian Schroll
81e83e4c2e
Revert "add ZVEI1 support in BOSWatch"
...
This reverts commit a1a48e4ec7 .
2017-03-05 20:19:29 +01:00
Bastian Schroll
a1a48e4ec7
add ZVEI1 support in BOSWatch
2017-03-01 09:08:15 +01:00
Bastian Schroll
db82f91552
Merge branch 'develop' into beta for release
...
Conflicts:
install.sh
2017-02-23 13:32:37 +01:00
Bastian Schroll
deb23cf374
edit release vars
2017-02-23 13:30:50 +01:00