Re: Smarthome 2.0 unter openwb 2.0
Verfasst: So Nov 12, 2023 7:14 pm
Jo unter 2.0
Ist doch der Smarthome unter 2.0 thread ?
Ist doch der Smarthome unter 2.0 thread ?
Hallo Lutz!LutzB hat geschrieben: ↑Fr Jun 23, 2023 4:44 pm SmartHome in der 2.0 ist aktuell lediglich die Portierung des Codes aus der 1.9. Das läuft so parallel zu der Regelung, wie es auch unter 1.9 der Fall ist. Daher und aus Mangel an Kapazitäten ist das jetzt erst einmal so komplett separat auch in der Weboberfläche.
Die Geräte kommen noch mit in das Diagramm auf der Hauptseite und werden auch dort analog zu den Ladepunkten angezeigt. Voraussetzung dafür ist aber die komplette Überarbeitung der Hauptseite, die ich kommende Woche nach meinem Urlaub weiter umsetze.
Also bitte nich etwas Geduld. Immerhin gibt es SmartHome jetzt bereits und es funktioniert auch analog zur 1.9. Der Rest ist Optik, die auch noch nachgezogen wird.
Code: Alles auswählen
Ein button push - Gerät wird danach manuell angezeigt
2024-01-05 13:40:24,269 INFO Shelly button pressed (8) 192.168.1.12 S
2024-01-05 13:40:24,270 INFO (8) MyDose Umschaltung manual modus alt/neu 0/1 on off alt/neu 0/0
2024-01-05 13:40:24,273 INFO Mq pub openWB/config/set/SmartHome/Devices/8/mode=1 old not in
2024-01-05 13:40:37,695 INFO (8) MyDose manueller Modus aktiviert, keine Regelung
Ein button push - Gerät wird als on angezeigt
2024-01-05 13:40:37,935 INFO Shelly button led on (8) 192.168.1.12
2024-01-05 13:40:37,975 INFO Shelly button pressed (8) 192.168.1.12 S
2024-01-05 13:40:37,975 INFO (8) MyDose Umschaltung manual modus alt/neu 1/1 on off alt/neu 0/1
2024-01-05 13:40:37,977 INFO Mq pub openWB/config/set/SmartHome/Devices/8/device_manual_control=1 old not in cache
2024-01-05 13:40:37,978 INFO Mq no caching openWB/config/set/SmartHome/Devices/8/device_manual_control
2024-01-05 13:41:28,689 INFO (8) MyDose rel: 1 oncnt/onstandby/time: 1/0/29 Status/Üeb: 10/0 akt: 0 Z1: 20831021 Z2: 0
Ein button push- Gerät wird als off angezeigt
2024-01-05 13:41:15,628 INFO (8) MyDose manueller Modus aktiviert, keine Regelung
2024-01-05 13:41:15,821 INFO Shelly button led off (8) 192.168.1.12
2024-01-05 13:41:15,862 INFO Shelly button pressed (8) 192.168.1.12 S
2024-01-05 13:41:15,862 INFO (8) MyDose Umschaltung manual modus alt/neu 1/1 on off alt/neu 1/0
2024-01-05 13:41:15,865 INFO Mq pub openWB/config/set/SmartHome/Devices/8/device_manual_control=0 old not in cache
2024-01-05 13:41:15,865 INFO Mq no caching openWB/config/set/SmartHome/Devices/8/device_manual_control
2024-01-05 13:41:37,299 INFO (8) MyDose rel: 0 oncnt/onstandby/time: 1/0/29 Status/Üeb: 10/0 akt: 0 Z1: 20831021 Z2: 0
Doppelpush - Gerät wird danach automatisch angezeigt
2024-01-05 13:41:53,308 INFO (8) MyDose manueller Modus aktiviert, keine Regelung
2024-01-05 13:41:53,332 INFO Shelly button pressed (8) 192.168.1.12 SS
2024-01-05 13:41:53,333 INFO (8) MyDose Umschaltung manual modus alt/neu 1/0 on off alt/neu 0/0
2024-01-05 13:41:53,336 INFO Mq pub openWB/config/set/SmartHome/Devices/8/mode=0 old not in cache
2024-01-05 13:41:53,337 INFO Mq no caching openWB/config/set/SmartHome/Devices/8/mode
Code: Alles auswählen
Ein button push - Gerät wird danach manuell angezeigt (geht aber nicht mehr)
2024-01-05 14:36:32,739 - Shelly button pressed (8) 192.168.1.12 S
2024-01-05 14:36:32,740 - (8) MyDose Umschaltung manual modus alt/neu 0/1 on off alt/neu 1/1
2024-01-05 14:36:32,742 - Mq pub openWB/LegacySmartHome/config/set/Devices/8/mode=1 old not in cache
2024-01-05 14:36:32,742 - Mq no caching openWB/LegacySmartHome/config/set/Devices/8/mode
Code: Alles auswählen
Ein button push - Gerät wird danach manuell angezeigt
2024-01-14 11:08:02,461 - Shelly button pressed (8) 192.168.1.12 S
2024-01-14 11:08:02,462 - (8) MyDose Umschaltung manual modus alt/neu 0/1 on off alt/neu 0/0
2024-01-14 11:08:02,464 - Mq pub openWB/set/LegacySmartHome/config/set/Devices/8/mode=1 old not in cache
2024-01-14 11:08:02,465 - Mq no caching openWB/set/LegacySmartHome/config/set/Devices/8/mode
2024-01-14 11:08:05,299 - EVU Bezug(-)/Einspeisung(+): -7363 max Speicherladung: 4005
2024-01-14 11:08:12,172 - (8) MyDose manueller Modus aktiviert, keine Regelung
2024-01-14 11:08:12,362 - Shelly button led on (8) 192.168.1.12
2024-01-14 11:08:46,871 - (8) MyDose rel: 0 oncnt/onstandby/time: 0/0/0 Status/Üeb: 10/1 akt: 0 Z1: 0 Z2: 0 <- Gerät aus
2024-01-14 11:08:46,872 - Total Watt abschaltbarer smarthomedevices: 0
2024-01-14 11:08:46,872 - Total Watt nichtabschaltbarer smarthomedevices: 0
2024-01-14 11:08:46,872 - Total Watt nicht im Hausverbrauch: 0
2024-01-14 11:08:46,873 - Anzahl devices in Auschaltgruppe: 0 akt: 0 Anzahl devices in Einschaltgruppe: 0
2024-01-14 11:08:46,873 - Einschaltgruppe rel: 0 Summe Einschaltschwelle: 0 max Einschaltverzögerung 0 nur Einschaltgruppe prüfen bis: 00:00:00 in Total sec 0
2024-01-14 11:08:46,876 - (8) MyDose manueller Modus aktiviert, keine Regelung
Ein button push - Gerät wird als on angezeigt
2024-01-14 11:08:46,896 - Shelly button pressed (8) 192.168.1.12 S
2024-01-14 11:08:46,897 - (8) MyDose Umschaltung manual modus alt/neu 1/1 on off alt/neu 0/1
2024-01-14 11:09:06,328 - (8) MyDose rel: 1 oncnt/onstandby/time: 1/0/4 Status/Üeb: 10/0 akt: 0 Z1: 0 Z2: 0 <- Gerät an
Ein button push- Gerät wird als off angezeigt
2024-01-14 11:09:37,181 - Shelly button pressed (8) 192.168.1.12 S
2024-01-14 11:09:37,181 - (8) MyDose Umschaltung manual modus alt/neu 1/1 on off alt/neu 1/0
2024-01-14 11:09:37,183 - Mq pub openWB/set/LegacySmartHome/config/set/Devices/8/device_manual_control=0 old not in cache
2024-01-14 11:09:37,184 - Mq no caching openWB/set/LegacySmartHome/config/set/Devices/8/device_manual_control
2024-01-14 11:09:52,011 - (8) MyDose rel: 0 oncnt/onstandby/time: 1/0/46 Status/Üeb: 10/0 akt: 0 Z1: 0 Z2: 0 <- Gerät aus
Doppelpush - Gerät wird danach automatisch angezeigt
2024-01-14 11:10:27,068 - Shelly button pressed (8) 192.168.1.12 SS <- Zweimal gedrückt
2024-01-14 11:10:27,069 - (8) MyDose Umschaltung manual modus alt/neu 1/0 on off alt/neu 0/0
2024-01-14 11:10:27,071 - Mq pub openWB/set/LegacySmartHome/config/set/Devices/8/mode=0 old not in cache
2024-01-14 11:10:27,071 - Mq no caching openWB/set/LegacySmartHome/config/set/Devices/8/mode
2024-01-14 11:10:37,884 - (8) MyDose Maximale Einschaltdauer nicht erreicht
2024-01-14 11:10:37,885 - (8) MyDose SoC 0 Einschalt SoC 0 Ueberschuss -6653
2024-01-14 11:10:37,885 - (8) MyDose Ueberschussberechnung anders (1 = mit Speicher, 2 = mit Offset) 1
2024-01-14 11:10:37,886 - (8) MyDose SoC niedriger als Abschalt SoC, prüfe weiter
2024-01-14 11:10:37,886 - (8) MyDose Überschuss -6653 kleiner Ausschaltschwelle 0 oder immer aus erreicht
2024-01-14 11:10:37,886 - (8) MyDose Ausschaltverzögerung erreicht,bereits aus <- Gerät nun wieder im Automatak Modee
2024-01-14 11:10:38,112 - Shelly button led off (8) 192.168.1.12