diff --git a/.gitignore b/.gitignore index bc983f6..96cd336 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ /.vs /Zway-Bot/obj -/Zway-Bot/bin/Debug -/Zway-Bot/bin/Release/*.pdb -/Zway-Bot/bin/Release/output.log +/Zway-Bot/bin diff --git a/Zway-Bot/bin/Release/Bot-Utils.dll b/Zway-Bot/bin/Release/Bot-Utils.dll deleted file mode 100644 index bdc9a98..0000000 Binary files a/Zway-Bot/bin/Release/Bot-Utils.dll and /dev/null differ diff --git a/Zway-Bot/bin/Release/ConnectorDataMqtt.dll b/Zway-Bot/bin/Release/ConnectorDataMqtt.dll deleted file mode 100644 index 67e0743..0000000 Binary files a/Zway-Bot/bin/Release/ConnectorDataMqtt.dll and /dev/null differ diff --git a/Zway-Bot/bin/Release/Iot-Interfaces.dll b/Zway-Bot/bin/Release/Iot-Interfaces.dll deleted file mode 100644 index 0ee9719..0000000 Binary files a/Zway-Bot/bin/Release/Iot-Interfaces.dll and /dev/null differ diff --git a/Zway-Bot/bin/Release/M2Mqtt.dll b/Zway-Bot/bin/Release/M2Mqtt.dll deleted file mode 100644 index 5d5b543..0000000 Binary files a/Zway-Bot/bin/Release/M2Mqtt.dll and /dev/null differ diff --git a/Zway-Bot/bin/Release/Mono.Posix.dll b/Zway-Bot/bin/Release/Mono.Posix.dll deleted file mode 100644 index 9e281ad..0000000 Binary files a/Zway-Bot/bin/Release/Mono.Posix.dll and /dev/null differ diff --git a/Zway-Bot/bin/Release/Utils-IoT.dll b/Zway-Bot/bin/Release/Utils-IoT.dll deleted file mode 100644 index 37f5fe5..0000000 Binary files a/Zway-Bot/bin/Release/Utils-IoT.dll and /dev/null differ diff --git a/Zway-Bot/bin/Release/Utils.dll b/Zway-Bot/bin/Release/Utils.dll deleted file mode 100644 index 747427c..0000000 Binary files a/Zway-Bot/bin/Release/Utils.dll and /dev/null differ diff --git a/Zway-Bot/bin/Release/Zway-Bot.exe b/Zway-Bot/bin/Release/Zway-Bot.exe deleted file mode 100644 index eb7300c..0000000 Binary files a/Zway-Bot/bin/Release/Zway-Bot.exe and /dev/null differ diff --git a/Zway-Bot/bin/Release/Zway.dll b/Zway-Bot/bin/Release/Zway.dll deleted file mode 100644 index 30be2c8..0000000 Binary files a/Zway-Bot/bin/Release/Zway.dll and /dev/null differ diff --git a/Zway-Bot/bin/Release/config-example/cronjob.conf.example b/Zway-Bot/bin/Release/config-example/cronjob.conf.example deleted file mode 100644 index b2000e1..0000000 --- a/Zway-Bot/bin/Release/config-example/cronjob.conf.example +++ /dev/null @@ -1,10 +0,0 @@ -[modul] -config=public - -[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 diff --git a/Zway-Bot/bin/Release/config-example/mqtt.conf.example b/Zway-Bot/bin/Release/config-example/mqtt.conf.example deleted file mode 100644 index 06897fa..0000000 --- a/Zway-Bot/bin/Release/config-example/mqtt.conf.example +++ /dev/null @@ -1,6 +0,0 @@ -[modul] -config=private - -[settings] -type=mqtt -server=localhost \ No newline at end of file diff --git a/Zway-Bot/bin/Release/config-example/names.conf.example b/Zway-Bot/bin/Release/config-example/names.conf.example deleted file mode 100644 index 5d6573f..0000000 --- a/Zway-Bot/bin/Release/config-example/names.conf.example +++ /dev/null @@ -1,24 +0,0 @@ -[names] -2-0-37=Kühlschrank Schalter -2-0-49-4=Kühlschrank Leistung -2-0-50-0=Kühlschrank Verbrauch [kWh] -2-0-50-2=Kühlschrank Verbrauch [Wh] -2-0-112-1=Kühlschrank Config (Immer AN) -2-0-112-16=Kühlschrank Config (Zurück zu altem Status nach Stromausfall) -2-0-112-34=Kühlschrank Config (Reaktion auf Alarm) -2-0-112-35=Kühlschrank Config (Antwort auf Alarmmeldung) -2-0-112-39=Kühlschrank Config (Alarm Dauer) -2-0-112-40=Kühlschrank Config (Sofortiger Bericht über Stromverbrauch) -2-0-112-42=Kühlschrank Config (Änderung der Leistung zum Generieren eines Reports) -2-0-112-43=Kühlschrank Config (Regelmäßiges Senden eines Reports über die Stromaufnahme) -2-0-112-45=Kühlschrank Config (Automatisches Senden eines Reportes über Stromverbrauch bei Verbrauchsänderung) -2-0-112-47=Kühlschrank Config (Zeitinterval zum Senden eines Reportes ohne Änderung im Verbrauch) -2-0-112-49=Kühlschrank Config (Messen des Eigenstromverbrauches) -2-0-112-50=Kühlschrank Config (unterer Leistungsschwellwert) -2-0-112-51=Kühlschrank Config (oberer Leistungsschwellwert) -2-0-112-52=Kühlschrank Config (Aktion bei Erreichen des definierten Schwellwertes (Parameter 50/51)) -2-0-112-60=Kühlschrank Config (Leistungsschwellwert für violettes Blinken) -2-0-112-61=Kühlschrank Config (LED Ring Farbe im Einschaltzustand) -2-0-112-62=Kühlschrank Config (LED Ring Farbe im Ausschaltzustand) -2-0-112-63=Kühlschrank Config (LED Ring Farbe bei Z-Wave Alarmmeldungen) -2-0-112-70=Kühlschrank Config (Überlastabschaltung) \ No newline at end of file diff --git a/Zway-Bot/bin/Release/config-example/overtaker.conf.example b/Zway-Bot/bin/Release/config-example/overtaker.conf.example deleted file mode 100644 index efecad0..0000000 --- a/Zway-Bot/bin/Release/config-example/overtaker.conf.example +++ /dev/null @@ -1,12 +0,0 @@ -[hot] -from=7-0-67-1:Level -to=8-0-67-1:Level;9-0-67-1:Level - -[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/bin/Release/config-example/senml.conf.example b/Zway-Bot/bin/Release/config-example/senml.conf.example deleted file mode 100644 index 083d079..0000000 --- a/Zway-Bot/bin/Release/config-example/senml.conf.example +++ /dev/null @@ -1,7 +0,0 @@ -[modul] -config=private - -[settings] -type=mqtt -server=localhost -guid=linksmart-zwaybot diff --git a/Zway-Bot/bin/Release/config-example/settings.conf.example b/Zway-Bot/bin/Release/config-example/settings.conf.example deleted file mode 100644 index 0285b3c..0000000 --- a/Zway-Bot/bin/Release/config-example/settings.conf.example +++ /dev/null @@ -1,7 +0,0 @@ -[zway] -server=localhost -user=admin -pass=pass - -[logging] -path=/var/log/zwaybot.log \ No newline at end of file diff --git a/Zway-Bot/bin/Release/config-example/statuspolling.conf.example b/Zway-Bot/bin/Release/config-example/statuspolling.conf.example deleted file mode 100644 index ead05f3..0000000 --- a/Zway-Bot/bin/Release/config-example/statuspolling.conf.example +++ /dev/null @@ -1,3 +0,0 @@ -[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/bin/Release/litjson.dll b/Zway-Bot/bin/Release/litjson.dll deleted file mode 100644 index f591ddb..0000000 Binary files a/Zway-Bot/bin/Release/litjson.dll and /dev/null differ