diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d51684..6a4ce84 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## 1.8.1 - 2022-01-18 - New Default Configs
+### New Features
+* Bump Bot-Utils to ([v1.2.4](https://git.blubbfish.net/vs_utils/Bot-Utils/src/tag/v1.2.4)) and using the possibillity to enable via config if a module is loaded
+### Bugfixes
+* Buildscript not cleansup behind
+### Changes
+* New Sample Configs
+* Codingstyles
+* Add dependency to dotnet-runtime-3.1 (>= 3.1.22) in buildscript
+
## 1.8.0 - 2022-01-16 - Running again
### New Features
* Change licence file (LGPL 4)
diff --git a/Zway-Bot/Moduls/CronJob.cs b/Zway-Bot/Moduls/CronJob.cs
index 01e4f2a..384709f 100644
--- a/Zway-Bot/Moduls/CronJob.cs
+++ b/Zway-Bot/Moduls/CronJob.cs
@@ -1,8 +1,8 @@
using System;
+
using BlubbFish.IoT.Zway;
using BlubbFish.IoT.Zway.Interfaces;
using BlubbFish.Utils;
-using BlubbFish.Utils.IoT.Bots;
using BlubbFish.Utils.IoT.Bots.Events;
using BlubbFish.Utils.IoT.Bots.Moduls;
diff --git a/Zway-Bot/Moduls/Overtaker.cs b/Zway-Bot/Moduls/Overtaker.cs
index 93dedef..a11d91f 100644
--- a/Zway-Bot/Moduls/Overtaker.cs
+++ b/Zway-Bot/Moduls/Overtaker.cs
@@ -1,10 +1,10 @@
using System;
using System.Collections.Generic;
+
using BlubbFish.IoT.Zway;
using BlubbFish.IoT.Zway.Events;
using BlubbFish.IoT.Zway.Interfaces;
using BlubbFish.Utils;
-using BlubbFish.Utils.IoT.Bots;
using BlubbFish.Utils.IoT.Bots.Events;
using BlubbFish.Utils.IoT.Bots.Moduls;
diff --git a/Zway-Bot/Moduls/StatusPolling.cs b/Zway-Bot/Moduls/StatusPolling.cs
index 7921239..e5c3dd2 100644
--- a/Zway-Bot/Moduls/StatusPolling.cs
+++ b/Zway-Bot/Moduls/StatusPolling.cs
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
+
using BlubbFish.IoT.Zway;
using BlubbFish.IoT.Zway.Devices;
using BlubbFish.IoT.Zway.Interfaces;
diff --git a/Zway-Bot/Zway-Bot.csproj b/Zway-Bot/Zway-Bot.csproj
index f00d59e..33b7ec5 100644
--- a/Zway-Bot/Zway-Bot.csproj
+++ b/Zway-Bot/Zway-Bot.csproj
@@ -6,17 +6,18 @@
BlubbFish.IoT.Bots.ZwayBot.Program
Zway-Bot
Program.ZwayBot.Bots.IoT.BlubbFish
- 1.8.0
+ 1.8.1
de-DE
Is a Bot for Zwave Devices
BlubbFish
BlubbFish
- Copyright © BlubbFish 2017 - 16.01.2022
+ Copyright © BlubbFish 2017 - 18.01.2022
LICENSE
https://git.blubbfish.net/vs_projects/Zway-Bot
https://git.blubbfish.net/vs_projects/Zway-Bot.git
git
+ 1.8.1 - 2022-01-18 - New Default Configs
1.8.0 - 2022-01-16 - Running again
1.7.3 - 2018-10-29 - Change dependencys
1.7.2 - 2018-10-02 - Improve
diff --git a/Zway-Bot/config-example/cronjob.conf b/Zway-Bot/config-example/cronjob.conf
index b2000e1..168174b 100644
--- a/Zway-Bot/config-example/cronjob.conf
+++ b/Zway-Bot/config-example/cronjob.conf
@@ -1,10 +1,11 @@
[modul]
+enabled=true
config=public
-[cold]
-cron=0 23 * * 0-4
-set=7-0-67-2:Level-19;7-0-112-8:Level-2
+; [cold]
+; cron=0 23 * * 0-4
+; set=7-0-67-2:Level-19;7-0-112-8:Level-2
-[hot]
-cron=0 16 * * 1-5
-set=7-0-67-1:Level-22;7-0-112-8:Level-1
\ No newline at end of file
+; [hot]
+; cron=0 16 * * 1-5
+; set=7-0-67-1:Level-22;7-0-112-8:Level-1
\ No newline at end of file
diff --git a/Zway-Bot/config-example/mqtt.conf b/Zway-Bot/config-example/mqtt.conf
index 06897fa..bc2398c 100644
--- a/Zway-Bot/config-example/mqtt.conf
+++ b/Zway-Bot/config-example/mqtt.conf
@@ -1,4 +1,5 @@
[modul]
+enabled=false
config=private
[settings]
diff --git a/Zway-Bot/config-example/overtaker.conf b/Zway-Bot/config-example/overtaker.conf
index efecad0..9bbd9b1 100644
--- a/Zway-Bot/config-example/overtaker.conf
+++ b/Zway-Bot/config-example/overtaker.conf
@@ -1,12 +1,16 @@
-[hot]
-from=7-0-67-1:Level
-to=8-0-67-1:Level;9-0-67-1:Level
+[modul]
+enabled=false
+config=public
-[cold]
-from=7-0-67-2:Level
-to=8-0-67-11:Level;9-0-67-11:Level
+; [hot]
+; from=7-0-67-1:Level
+; to=8-0-67-1:Level;9-0-67-1:Level
-[mode]
-from=7-0-112-8:Level
-to=8-0-64:Level;9-0-64:Level
-convert=1-1;2-11
\ No newline at end of file
+; [cold]
+; from=7-0-67-2:Level
+; to=8-0-67-11:Level;9-0-67-11:Level
+
+; [mode]
+; from=7-0-112-8:Level
+; to=8-0-64:Level;9-0-64:Level
+; convert=1-1;2-11
\ No newline at end of file
diff --git a/Zway-Bot/config-example/senml.conf b/Zway-Bot/config-example/senml.conf
index 083d079..ae25a28 100644
--- a/Zway-Bot/config-example/senml.conf
+++ b/Zway-Bot/config-example/senml.conf
@@ -1,4 +1,5 @@
[modul]
+enabled=false
config=private
[settings]
diff --git a/Zway-Bot/config-example/statuspolling.conf b/Zway-Bot/config-example/statuspolling.conf
index ead05f3..8551234 100644
--- a/Zway-Bot/config-example/statuspolling.conf
+++ b/Zway-Bot/config-example/statuspolling.conf
@@ -1,3 +1,7 @@
-[temp]
-cron=30 * * * *
-devices=7-0-49-1,8-0-49-1,9-0-49-1,10-0-49-1,11-0-49-1
\ No newline at end of file
+[modul]
+enabled=true
+config=public
+
+; [temp]
+; cron=30 * * * *
+; devices=7-0-49-1,8-0-49-1,9-0-49-1,10-0-49-1,11-0-49-1
\ No newline at end of file
diff --git a/Zway-Bot/dpkg/make-deb.sh b/Zway-Bot/dpkg/make-deb.sh
index cccc120..a2dc152 100644
--- a/Zway-Bot/dpkg/make-deb.sh
+++ b/Zway-Bot/dpkg/make-deb.sh
@@ -12,6 +12,7 @@ export NAME=zwaybot
export MAINAINER="BlubbFish "
export VERSION="$VMAJOR.$VMINOR-$VBUILD"
export DESCRIPTION="Zway-Bot manage a Zwave.me installation so that it has more features"
+export DEPENDENCIES="dotnet-runtime-3.1 (>= 3.1.22)"
export EXEPATH=Zway-Bot.dll
export EXEARGUMENTS=" "