Commit Graph

111 Commits

Author SHA1 Message Date
baed3c9e08 Add GetEvent so you can call events by string
Add OwnSingeton class
2021-04-10 01:18:21 +02:00
edb3069bb0 Make netcore as default, also using 3.1 now 2021-01-08 23:50:43 +01:00
a5249f8fac Update CmdArgs to have more flexibility 2020-05-22 13:20:47 +02:00
b4e17972b9 Add field helper 2019-12-25 23:48:26 +01:00
65fdcdc12c add file Changelog.md 2019-12-01 17:54:32 +01:00
69f5534523 prevent to display things double in console 2019-11-29 14:45:42 +01:00
4296649dca ups 2019-11-24 20:10:26 +01:00
126632b4c9 Some issues with core 2019-11-24 19:00:17 +01:00
2b40c85203 Refactoring and add net core project 2019-11-24 18:29:02 +01:00
8606362ed7 change descriptions 2019-05-29 21:51:43 +02:00
b449223514 Add CONTRIBUTING.md, LICENSE and README.md 2019-05-29 21:49:50 +02:00
c313994aeb add .gitignore 2019-02-14 21:53:05 +01:00
b184187e21 Move Utils to Subfolder 2019-02-14 11:43:34 +01:00
affe298cf9 add .gitignore remove releases 2019-02-12 19:06:35 +01:00
62b0d478c5 [v1.7.0] Add support for IC880A Board 2019-01-29 17:09:45 +00:00
dcfb0e6272 mqtt-map auf dem congress 2018-12-30 19:51:43 +00:00
37d3b8c5a8 Some tweaks to get it running right 2018-11-29 09:26:41 +00:00
7b298b591b BosMon Webserver first Running Version 2018-11-27 15:14:36 +00:00
6f7632aa3d [v1.6.1] Fixing a Linebreak Bug
[v1.6.2] Adding a Test for Lora Binary
2018-11-07 19:22:12 +00:00
51ee703bd4 Update for Lorabot 2018-10-29 22:35:18 +00:00
47fb4f8c27 Zway-Bot [v1.7.2] Add Logging to some Modules, fixing a bug in overtaker (now it not removes every time all events, so only the latest event are watched)
[Utils] Fixing a bug if more than one argument with params
2018-10-02 14:53:59 +00:00
f2706b2b29 Zway-Bot [v1.7.1] Tiny fix for nullpointer exception 2018-09-29 18:13:17 +00:00
ab40973980 Zway [v1.5.0] Throw Exception if 3 times failed to connect to Raspberry server, add 3 new commandlcasses to IgnoredClasses
Zway-Bot [v1.7.0] rewrite to Threaded Modules, edit service file for systemd
2018-09-29 12:15:37 +00:00
f8f28105d9 Add more Logging
On Module load catch Exceptions and not load the plugin
2018-09-13 22:03:19 +00:00
f310d2a1df Make Deb of 1.2.0 of Lorabot 2018-09-11 13:47:29 +00:00
bf047a58e3 Rewrite Bot-Utils so that handlers are threaded
Tiny fix in INIReader
2018-09-11 07:59:10 +00:00
22d8a9ff2a Cleanups 2018-09-06 20:26:38 +00:00
de32d997fb [BF] Forget to copy library parts 2018-06-10 20:28:32 +00:00
6ac8ec0cfa [NF] Refactoring Hue-Bot
[NF] Now Running as Service
2018-06-10 19:48:23 +00:00
c215d27841 [NF] Moved CronJob, Overtaker, Statuspolling to Abstract Bot-Utils
[NF] Create NSI Script to produce exe
[NF] Add License.txt
2018-06-09 21:27:15 +00:00
2e05bde250 [NF] Add Bot-Utils and rewrite code 2018-06-07 20:49:54 +00:00
f8cf31c941 [NF] Thread that checks if a MQTT Connection exists and if not reopen it
[NF] ConnectorDataMqtt now supports user and password
2018-06-05 16:46:56 +00:00
73ea61487e [BF] new try 2018-06-02 19:38:56 +00:00
b3b9ceb283 [BF] new try 2018-06-02 19:36:32 +00:00
45f40263ad [BF] new try 2018-06-02 19:32:20 +00:00
d84add4871 [BF] Fixing Bug in after installation script 2018-06-02 19:08:05 +00:00
884a59b206 [BF] Making service linux running 2018-06-02 18:41:21 +00:00
6f8cebc25d 2018-06-02 17:14:42 +00:00
185b4bc00c [NF] Logrotate 2018-05-29 20:07:50 +00:00
475a05c36a 2018-05-29 16:15:17 +00:00
732811c928 [NF] Now sould dedect Strg+c on Linux 2018-05-15 20:52:54 +00:00
3b9ba9571d [BF] Fixinig installations dpkg script 2018-05-15 19:04:19 +00:00
5b9dcfde02 [BF] Fixinig installations dpkg script 2018-05-15 18:59:32 +00:00
c2385294ea Utils.csproj
[NF] Programmlogger added (v1.1.0)
[NF] Utils fixing tiny issues

Zway-Bot.csproj
[NF] changes Topics without beginning /
[NF] Using programmlogger (v1.4.0)
2018-05-15 18:49:03 +00:00
55d743de9e [BF] Fixing Issue with Math.Abs(l) 2018-05-12 12:36:32 +00:00
d791571e4f [BF] Some sensors make wrong measurements near 0 not exactly 0, so ABS(value) >= 0.1 is alse false 2018-05-10 06:26:39 +00:00
3d967459c8 [NF] Move litjson to its subdir 2018-05-08 18:10:47 +00:00
83a88cea38 [NF] First usable Version (Trigger) 2018-05-08 18:07:48 +00:00
fa3ef6fd60 [NF] Cleaning up
[NF] Create Debian Package
2018-05-08 17:25:39 +00:00
d5831bf292 [BF] Fixing Senml
[NF] Senml now has a configure option to setup the guid
[NF] Zway-Bot now listen on /exit
[NF] Implment searchpath for Zway-Bot (/etc/zwaybot and %appdata%/zwaybot)
2018-05-07 16:52:24 +00:00