OWX asynchron überarbeitet

Begonnen von ntruchsess, 30 Juni 2013, 00:55:59

Vorheriges Thema - Nächstes Thema

cwagner

Moin, Norbert

Zitat von: ntruchsess am 14 Mai 2014, 10:20:41
Die Meldung(en) aus dem Telnet würden schon mal sehr helfen ;-)

Also viel habe ich nicht zu bieten: Aber das wenige ist exakt immer gleich. Letzte und einzige Meldung vor einem Absturz von FHEM ist unter telnet:

OWX_DS2480 read timeout, bytes read: 3, expected: 18 at ./FHEM/OWX_DS2480.pm lin
e 149.



Herzliche Grüße

Christian
PI 2B+/5 Raspbian 12, Perl 5.36.0, FHEM 6.3: 295 Module in ConfigDB: Steuerung Heizkessel, FBH, Solarthermie, kontr. Lüftung mit WRG. Smarthome u.a. HMCUL, 1-Wire (FT232RL ; DS2480B), EnOcean (TCM EPS3), MQTT2. DOIF, PID20, Threshold, OWX; Micropelt IRTV, Volkszähler, SolarForecast; MariaDB

Starkstrombastler

#166
Die Alarmmeldungen aus dem Post
Zitat
Bei jedem Abfrageintervall wird eine Alarmmeldung ausgegeben, obwohl sich kein Sensor im Alarmbereich befindet:
2014.05.13 23:39:33.138 1:  Alarms = FF.FFFFFFFFFFFF.FF
Befindet sich ein Messwert tatsächlich im Alarmbereich, so wird korrekt ausgegeben, obige Alarmmeldung erscheint dann nicht
habe ich immer noch bei jedem Lesevorgang.

Außerdem habe ich heute drei Meldungen im Logfile:

2014.05.16 09:54:44.475 2: OWX_ASYNC: Error running task for 28.D4142C050000.32: invalid CRC
...........
2014.05.16 15:54:44.004 2: OWX_ASYNC: Error running task for 28.58BCE1040000.A7: invalid CRC
2014.05.16 15:54:44.123 2: OWX_ASYNC: Error running task for 28.57D566050000.95: invalid data length, 10 instead of 9 bytes

Hoffe, es hilft etwas.
----
Edit:
Habe gerade gesehen, dass es ein neues OWX_SER gibt, werde updaten!
IPC\Ubuntu + Fhem, 1wire, Shellies, Siemens Logo!, Z-Wave, PhilipsTV, Vu+duo2, KM200

det.

Hallo Norbert,
habe heute endlich die Zeit gehabt, meine 2 LCD Displays auf die geänderten Ansteuerbefehle beim asynchronen OWX umzustellen und danach beide USB Busmaster des Produktiv FHEM auf OWX_ASYNC umgestellt. Vielen Dank für Deine Mühe in den letzten Wochen. Es geht richtig gut - gefühlt flüssiger - und AppTime ist der gleichen Meinung! Allein schon der Zwang, die (historisch gewachsenen) Berechnungen der Strings für die Displayausgaben von der fhem.cfg in 99_myUtils.pm zu verlagern hat viel Wartezeit eliminiert.
paar Kleinigkeiten habe ich noch:
* die nicht abstellbere Alarmmeldung bei OWSWITCH - hat ein Verbose 0 beim Busmaster als FIX zur Folge - damit ist Ruhe im LOG, aber man sieht auch nicht, wenn irgend was schief läuft.
* wie kann ich bei Verwendung von dokick - onkick mit kurzem Abfrageintervall (z.B. 60s oder weniger) erreichen, bestimmte Sensoren mit deutich längeren Intervallen abzufragen?
* OWID ändert seinen state nicht, bleibt dauernd auf present, das war bei Verwendung der gleichen Module nur mit OWX (synchron) anders.
LG
det.

marc2

Moin !

Ich habe gestern meinen OWX Testaufbau bestehend aus einem "DS2423eold" und einem DS1820
von OWX auf OWX_ASYNC umgestellt. Beide sind über FRM an einen Arduino Nano angebunden.
Die üblichen Disconnects und Reconnects von HMLAN/HMUSB und ECMD Devices, die ich im
Zusammenspiel mit OWX  häufig gesehen habe bleiben fast gänzlich aus  :) Allerdings dauert
beim Starten von FHEM das Initialisieren des OWX_ASYNC Devices auf meinem Beaglebone sehr
lange (rund 20 Sekunden) und damit deutlich länger als mit OWX. Ist das ein erwartetes/normales
Verhalten ?

Gruß, Marc

ntruchsess

Zitat von: det. am 17 Mai 2014, 21:43:31
* die nicht abstellbere Alarmmeldung bei OWSWITCH - hat ein Verbose 0 beim Busmaster als FIX zur Folge - damit ist Ruhe im LOG, aber man sieht auch nicht, wenn irgend was schief läuft.
ich setzte den Loglevel da gleich mal runter....
Zitat von: det. am 17 Mai 2014, 21:43:31
* wie kann ich bei Verwendung von dokick - onkick mit kurzem Abfrageintervall (z.B. 60s oder weniger) erreichen, bestimmte Sensoren mit deutich längeren Intervallen abzufragen?
einfach bei den betreffenden Devices onkickt nicht aktivieren, dann benutzen sie ihr eigenes Interval (oder funktioniert das bei Dir nicht?)
Zitat von: det. am 17 Mai 2014, 21:43:31
* OWID ändert seinen state nicht, bleibt dauernd auf present, das war bei Verwendung der gleichen Module nur mit OWX (synchron) anders.
Ist mir bekannt. Die Behandlung des Present-readings wird für OWX_ASYNC noch mal überarbeitet, der vom synchronen OWX übernommene Ansatz taugt nicht für die asynchrone Verarbeitung.

Zitat von: marc2 am 18 Mai 2014, 23:01:30
Allerdings dauert beim Starten von FHEM das Initialisieren des OWX_ASYNC Devices auf meinem Beaglebone sehr
lange (rund 20 Sekunden) und damit deutlich länger als mit OWX. Ist das ein erwartetes/normales
Verhalten ?
Wenn der Arduino über Ethernet angebunden ist, dann ist das im Moment noch normal. Mit OWX_ASYNC laufen einige Timer erst nach dem Connecten des Arduinos los und nicht schon einfach so beim Define des OWX. Das hab ich geändert, weil man sonst eine Racecondition hat (wenn der Timer abgelaufen ist, bevor der Arduino verbunden ist). Das wird noch optimiert - Ich hab bisher Stabilität vor Funktionalität priorisiert.

Gruß,

Norbert
while (!asleep()) {sheep++};

ntruchsess

Zitat von: cwagner am 16 Mai 2014, 07:36:27
OWX_DS2480 read timeout, bytes read: 3, expected: 18 at ./FHEM/OWX_DS2480.pm lin
e 149.


danke, das hilft schon mal weiter.

Gruß,

Norbert
while (!asleep()) {sheep++};

ntruchsess

Update für Heute:

- Exceptions aus den asynchronen ProtoThreads die bisher zu Abbrüchen geführt haben, werden jetzt gefangen und ins fhem-log geschrieben.
- das sinnlose logging der Alarme mit Loglevel 1 ist jetzt auf Loglevel 5.

alle Änderungen sind schon im SVN.

Gruß,

Norbert



while (!asleep()) {sheep++};

det.

Hallo Norbert,
Danke, gleich eingespielt - mal sehen, wie es jetzt läuft. Die lange Wartezeit beim Neustart habe ich auch - gibt aber definitiv Schlimmeres - lieber stabil mit Wartezeit...
Leider ist mir heute FHEM gegen Nachmittag vollständig abgestürzt, ohne LOG Einträge, CPU Last über 100% beim Cubie2 jeweils kurz nach 0.00 Uhr die letzten 2 Tage. Werde das beobachten und berichten.
LG
det.

ntruchsess

kurz nach 0 Uhr? Klingt ganz nach einem Fehler bei den OWCOUNT midnight Werten. Hab meine Testinstallation über Nacht laufen lassen - gab zwar etwas Mecker wg LogX nicht konfiguriert und "" is not numeric, aber abgestürzt ist nichts.
Halte doch bitte mal fest, was als Fehlermeldung auf der Konsole erscheint.

Gruß,

Norbert
while (!asleep()) {sheep++};

Tobias

Lasse meinen DS2408/DS2438 seit heute morgen auch per FRM und ASYNC im 1sek intervall abfragen. Bisher keine Performancemeldungen im Log :) Heute abend kommen noch ein paar DS18B20 dazu...
Maintainer: Text2Speech, TrashCal, MediaList

Meine Projekte: https://github.com/tobiasfaust
* PumpControl v2: allround Bewässerungssteuerung mit ESP und FHEM
* Ein Modbus RS485 zu MQTT Gateway für SolarWechselrichter

cwagner

#175
Hatte gestern Abend alle Komponenten auf den SVN-Stand gebracht. Nach etwa 20 Stunden hatte ich wieder einen Absturz von FHEM im laufenden Galopp. Leider hatte ich das Verbose nicht wieder hochgesetzt, sodass ich von dem Ereignis keine weiteren Spuren habe.

Nach dem Neustart habe ich nun das Logging eingestellt und erhalte ständig (Interval ist 30):
2014.05.20 20:38:40 3: OWX_DS2480: Search 2nd return has wrong parameter with length = 17
2014.05.20 20:38:40 3: OWX_DS2480: Search 2nd return has wrong parameter with length = 17
2014.05.20 20:47:41 3: OWX_DS2480: Search 2nd return has wrong parameter with length = 17
2014.05.20 20:48:11 3: OWX_DS2480: Search 2nd return has wrong parameter with length = 17
2014.05.20 20:55:11 3: OWX_DS2480: Search 2nd return has wrong parameter with length = 17


und vereinzelt:
2014.05.21 02:40:21 3: OWX_DS2480 reset failure on bus OWio1
Grüße

Christian
PI 2B+/5 Raspbian 12, Perl 5.36.0, FHEM 6.3: 295 Module in ConfigDB: Steuerung Heizkessel, FBH, Solarthermie, kontr. Lüftung mit WRG. Smarthome u.a. HMCUL, 1-Wire (FT232RL ; DS2480B), EnOcean (TCM EPS3), MQTT2. DOIF, PID20, Threshold, OWX; Micropelt IRTV, Volkszähler, SolarForecast; MariaDB

ntruchsess

Zitat von: cwagner am 20 Mai 2014, 21:01:53
Nach dem Neustart habe ich nun das Logging eingestellt und erhalte ständig (Interval ist 30):
2014.05.20 20:38:40 3: OWX_DS2480: Search 2nd return has wrong parameter with length = 17

irgendwie flutscht da ein Byte mehr rein, als es soll...

Kannst Du bitte mal (in der 00_OWX_ASYNC.pm, Zeile 133)

#-- Debugging 0,1,2,3
$owx_async_debug=2;

setzen und den loglevel vom OWX_ASYNC-device (attribute 'verbose') auf 5?

Gruß,

Norbert
while (!asleep()) {sheep++};

cwagner

... mach ich, geht aber leider erst heute Abend.

Vielen Dank für Dein Engagement in diesem Projekt!

Christian
PI 2B+/5 Raspbian 12, Perl 5.36.0, FHEM 6.3: 295 Module in ConfigDB: Steuerung Heizkessel, FBH, Solarthermie, kontr. Lüftung mit WRG. Smarthome u.a. HMCUL, 1-Wire (FT232RL ; DS2480B), EnOcean (TCM EPS3), MQTT2. DOIF, PID20, Threshold, OWX; Micropelt IRTV, Volkszähler, SolarForecast; MariaDB

det.

#178
Hallo Norbert,
FHEM läuft leider bei mir seit der Umstellung auf Async OWX nicht stabil durch - heute gegen 13.45 Uhr endete das LOG ohne auffällige Meldung. Auch Mitternacht kommt nur das bekannte:2014.05.20 23:57:22 3: OWCOUNT: No yearly summary possible, attribute LogY is missing
2014.05.20 23:57:22 3: OWCOUNT: No monthly summary possible, attribute LogM is missing
sonst sind bei Verbose 3 keine Auffälligkeiten zu sehen. Die Änderung der Systembelastung sieht man schön an den Sysmondiagrammen - am 18.5. habe ich auf Async umgestellt. Da ich am Wochenende in Urlaub will und meine Mieter ohne WW Zirkulation wären bei abgestürztem FHEM, was soll ich tun?
LG
det.

cwagner

Hallo Norbert,

habe nun den Debug-Modus eingeschaltet und mit Verbose=5 aufgezeichnet. Mir scheint, dass das Ereignis in dem Log-Auszug mehrfach vorkommt und hoffe, dass es Dir hilft. FHEM ist heute wieder nach etwa 8 Stunden Betrieb abgeschmiert:

[code]2014.05.21 21:17:59 5: OWX_Executor: command 1 eligible to run
2014.05.21 21:17:59 5: OWX_ASYNC_PT_Kick: kicking DS14B20 temperature conversion
2014.05.21 21:17:59 5: OWX_Executor: command 2 eligible to run
2014.05.21 21:18:00 3: OWX_DS2480: Search 2nd return has wrong parameter with length = 17
2014.05.21 21:18:00 5: OWX_Executor: item ProtoThreads=HASH(0x1b9bc68) for --- eligible to run
2014.05.21 21:18:00 5: OWX_SER::Execute: Sending out cc44
2014.05.21 21:18:00 5: OWX_SER::Execute: Receiving cc44
2014.05.21 21:18:00 5: AfterExecute: context: ProtoThreads=HASH(0x1b9bc68), success: 1, reset: 1, owx_dev: undef, writedata: 44, numread: 0, readdata:
2014.05.21 21:18:00 5: OWX_Executor: item ProtoThreads=HASH(0x1b38b88) for 29.68980C000000.da eligible to run
2014.05.21 21:18:00 5: OWX_SER::Execute: Sending out 552968980c000000daf08800ffffffffffffffffffff
2014.05.21 21:18:00 5: OWX_SER::Execute: Receiving 552968980c000000daf08800f7f7ff000088ffff2706
2014.05.21 21:18:00 5: AfterExecute: context: ProtoThreads=HASH(0x1b38b88), success: 1, reset: 1, owx_dev: 29.68980C000000.da, writedata: f08800, numread: 10, readdata: f7f7ff000088ffff2706
2014.05.21 21:18:01 5: OWX_Executor: item ProtoThreads=HASH(0x1b97178) for 28.CA0FAC040000.04 eligible to run
2014.05.21 21:18:01 5: OWX_SER::Execute: Sending out 5528ca0fac04000004beffffffffffffffffff
2014.05.21 21:18:01 5: OWX_SER::Execute: Receiving 5528ca0fac04000004beee001e0a7fff0210d3
2014.05.21 21:18:01 5: AfterExecute: context: ProtoThreads=HASH(0x1b97178), success: 1, reset: 1, owx_dev: 28.CA0FAC040000.04, writedata: be, numread: 9, readdata: ee001e0a7fff0210d3
2014.05.21 21:18:01 5: OWX_Executor: item ProtoThreads=HASH(0x1ba2458) for 10.541E0B000800.35 eligible to run
2014.05.21 21:18:01 5: OWX_SER::Execute: Sending out 5510541e0b00080035beffffffffffffffffff
2014.05.21 21:18:01 5: OWX_SER::Execute: Receiving 5510541e0b00080035be77004619ffff0410b2
2014.05.21 21:18:01 5: AfterExecute: context: ProtoThreads=HASH(0x1ba2458), success: 1, reset: 1, owx_dev: 10.541E0B000800.35, writedata: be, numread: 9, readdata: 77004619ffff0410b2
2014.05.21 21:18:01 5: OWX_Executor: item ProtoThreads=HASH(0x1b3ed38) for 10.787E83020800.65 eligible to run
2014.05.21 21:18:01 5: OWX_SER::Execute: Sending out 5510787e8302080065beffffffffffffffffff
2014.05.21 21:18:01 5: OWX_SER::Execute: Receiving 5510787e8302080065be3d003809ffff02100a
2014.05.21 21:18:01 5: AfterExecute: context: ProtoThreads=HASH(0x1b3ed38), success: 1, reset: 1, owx_dev: 10.787E83020800.65, writedata: be, numread: 9, readdata: 3d003809ffff02100a
2014.05.21 21:18:01 5: OWX_Executor: item ProtoThreads=HASH(0x1b51188) for 28.810671010000.D3 eligible to run
2014.05.21 21:18:01 5: OWX_SER::Execute: Sending out 5528810671010000d3beffffffffffffffffff
2014.05.21 21:18:01 5: OWX_SER::Execute: Receiving 5528810671010000d3be880446087fff0810be
2014.05.21 21:18:01 5: AfterExecute: context: ProtoThreads=HASH(0x1b51188), success: 1, reset: 1, owx_dev: 28.810671010000.D3, writedata: be, numread: 9, readdata: 880446087fff0810be
2014.05.21 21:18:01 5: OWX_Executor: item ProtoThreads=HASH(0x18490d0) for 28.905F9B010000.8B eligible to run
2014.05.21 21:18:01 5: OWX_SER::Execute: Sending out 5528905f9b0100008bbeffffffffffffffffff
2014.05.21 21:18:01 5: OWX_SER::Execute: Receiving 5528905f9b0100008bbed5001e057fff0b101d
2014.05.21 21:18:01 5: AfterExecute: context: ProtoThreads=HASH(0x18490d0), success: 1, reset: 1, owx_dev: 28.905F9B010000.8B, writedata: be, numread: 9, readdata: d5001e057fff0b101d
2014.05.21 21:18:01 5: OWX_Executor: item ProtoThreads=HASH(0x1a73170) for 28.0E37AC040000.FD eligible to run
2014.05.21 21:18:01 5: OWX_SER::Execute: Sending out 55280e37ac040000fdbeffffffffffffffffff
2014.05.21 21:18:02 5: OWX_SER::Execute: Receiving 55280e37ac040000fdbe58011e0a7fff0810f4
2014.05.21 21:18:02 5: AfterExecute: context: ProtoThreads=HASH(0x1a73170), success: 1, reset: 1, owx_dev: 28.0E37AC040000.FD, writedata: be, numread: 9, readdata: 58011e0a7fff0810f4
2014.05.21 21:18:02 5: OWX_Executor: item ProtoThreads=HASH(0x1b491c0) for 28.AEE870010000.B6 eligible to run
2014.05.21 21:18:02 5: OWX_SER::Execute: Sending out 5528aee870010000b6beffffffffffffffffff
2014.05.21 21:18:02 5: OWX_SER::Execute: Receiving 5528aee870010000b6beb00137037fff1010e4
2014.05.21 21:18:02 5: AfterExecute: context: ProtoThreads=HASH(0x1b491c0), success: 1, reset: 1, owx_dev: 28.AEE870010000.B6, writedata: be, numread: 9, readdata: b00137037fff1010e4
2014.05.21 21:18:02 5: OWX_Executor: item ProtoThreads=HASH(0x1b0a418) for 28.A8A49B010000.11 eligible to run
2014.05.21 21:18:02 5: OWX_SER::Execute: Sending out 5528a8a49b01000011beffffffffffffffffff
2014.05.21 21:18:02 5: OWX_SER::Execute: Receiving 5528a8a49b01000011be35055a087fff0b10e2
2014.05.21 21:18:02 5: AfterExecute: context: ProtoThreads=HASH(0x1b0a418), success: 1, reset: 1, owx_dev: 28.A8A49B010000.11, writedata: be, numread: 9, readdata: 35055a087fff0b10e2
2014.05.21 21:18:02 5: OWX_Executor: item ProtoThreads=HASH(0x1ba17d8) for 10.0576A8020800.6D eligible to run
2014.05.21 21:18:02 5: OWX_SER::Execute: Sending out 55100576a80208006dbeffffffffffffffffff
2014.05.21 21:18:02 5: OWX_SER::Execute: Receiving 55100576a80208006dbe96005a08ffff0f1036
2014.05.21 21:18:02 5: AfterExecute: context: ProtoThreads=HASH(0x1ba17d8), success: 1, reset: 1, owx_dev: 10.0576A8020800.6D, writedata: be, numread: 9, readdata: 96005a08ffff0f1036
2014.05.21 21:18:02 5: OWX_Executor: item ProtoThreads=HASH(0x1ae3d48) for 28.1307AC040000.68 eligible to run
2014.05.21 21:18:02 5: OWX_SER::Execute: Sending out 55281307ac04000068beffffffffffffffffff
2014.05.21 21:18:02 5: OWX_SER::Execute: Receiving 55281307ac04000068be46011e0a7fff0a1088
2014.05.21 21:18:02 5: AfterExecute: context: ProtoThreads=HASH(0x1ae3d48), success: 1, reset: 1, owx_dev: 28.1307AC040000.68, writedata: be, numread: 9, readdata: 46011e0a7fff0a1088
2014.05.21 21:18:12 5: OWX_ASYNC_Set request OWio1 FF ?
2014.05.21 21:18:30 5: OWX_Executor: command 1 eligible to run
2014.05.21 21:18:30 5: OWX_ASYNC_PT_Kick: kicking DS14B20 temperature conversion
2014.05.21 21:18:30 5: OWX_Executor: command 2 eligible to run
2014.05.21 21:18:30 5: OWX_SER::Search: new alarm device found 28.810671010000.D3
2014.05.21 21:18:30 5: OWX_SER::Search: new alarm device found 29.68980C000000.DA
2014.05.21 21:18:31 5:  Alarms = 28.810671010000.D3 29.68980C000000.DA
2014.05.21 21:18:31 5: OWX_Executor: item ProtoThreads=HASH(0x1ae8228) for --- eligible to run
2014.05.21 21:18:31 5: OWX_SER::Execute: Sending out cc44
2014.05.21 21:18:31 5: OWX_SER::Execute: Receiving cc44
2014.05.21 21:18:31 5: AfterExecute: context: ProtoThreads=HASH(0x1ae8228), success: 1, reset: 1, owx_dev: undef, writedata: 44, numread: 0, readdata:
2014.05.21 21:18:31 5: OWX_Executor: item ProtoThreads=HASH(0x184f510) for 29.68980C000000.da eligible to run
2014.05.21 21:18:31 5: OWX_SER::Execute: Sending out 552968980c000000daf08800ffffffffffffffffffff
2014.05.21 21:18:31 5: OWX_SER::Execute: Receiving 552968980c000000daf08800f7f7ff000088ffff2706
2014.05.21 21:18:31 5: AfterExecute: context: ProtoThreads=HASH(0x184f510), success: 1, reset: 1, owx_dev: 29.68980C000000.da, writedata: f08800, numread: 10, readdata: f7f7ff000088ffff2706
2014.05.21 21:18:31 5: OWX_Executor: item ProtoThreads=HASH(0x1841588) for 20.0C2C0C000000.59 eligible to run
2014.05.21 21:18:31 5: OWX_SER::Execute: Sending out 55200c2c0c000000593c0f00ffff
2014.05.21 21:18:31 5: OWX_SER::Execute: Receiving 55200c2c0c000000593c0f003a03
2014.05.21 21:18:31 5: AfterExecute: context: ProtoThreads=HASH(0x1841588), success: 1, reset: 1, owx_dev: 20.0C2C0C000000.59, writedata: 3c0f00ffff, numread: 0, readdata:
2014.05.21 21:18:31 5: OWX_Executor: item ProtoThreads=HASH(0x1841588) for 20.0C2C0C000000.59 eligible to run
2014.05.21 21:18:31 5: OWX_SER::Execute: Sending out 55200c2c0c00000059aa0000ffffffffffffffffffff
2014.05.21 21:18:31 5: OWX_SER::Execute: Receiving 55200c2c0c00000059aa0000f2f8a2027e02eae4bd36
2014.05.21 21:18:31 5: AfterExecute: context: ProtoThreads=HASH(0x1841588), success: 1, reset: 1, owx_dev: 20.0C2C0C000000.59, writedata: aa0000, numread: 10, readdata: f2f8a2027e02eae4bd36
2014.05.21 21:18:31 5: OWX_Executor: item ProtoThreads=HASH(0x1ae6548) for 20.0C2C0C000000.59 eligible to run
2014.05.21 21:18:31 5: OWX_SER::Execute: Sending out 55200c2c0c00000059aa1000ffffffffffffffffffff
2014.05.21 21:18:31 5: OWX_SER::Execute: Receiving 55200c2c0c00000059aa1000f5ff00b900b900ff11ba
2014.05.21 21:18:31 5: AfterExecute: context: ProtoThreads=HASH(0x1ae6548), success: 1, reset: 1, owx_dev: 20.0C2C0C000000.59, writedata: aa1000, numread: 10, readdata: f5ff00b900b900ff11ba
2014.05.21 21:18:31 5: OWX_Executor: item ProtoThreads=HASH(0x1846468) for 28.CA0FAC040000.04 eligible to run
2014.05.21 21:18:31 5: OWX_SER::Execute: Sending out 5528ca0fac04000004beffffffffffffffffff
2014.05.21 21:18:32 5: OWX_SER::Execute: Receiving 5528ca0fac04000004beee001e0a7fff0210d3
2014.05.21 21:18:32 5: AfterExecute: context: ProtoThreads=HASH(0x1846468), success: 1, reset: 1, owx_dev: 28.CA0FAC040000.04, writedata: be, numread: 9, readdata: ee001e0a7fff0210d3
2014.05.21 21:18:32 5: OWX_Executor: item ProtoThreads=HASH(0x1ae41a8) for 10.541E0B000800.35 eligible to run
2014.05.21 21:18:32 5: OWX_SER::Execute: Sending out 5510541e0b00080035beffffffffffffffffff
2014.05.21 21:18:32 5: OWX_SER::Execute: Receiving 5510541e0b00080035be77004619ffff0410b2
2014.05.21 21:18:32 5: AfterExecute: context: ProtoThreads=HASH(0x1ae41a8), success: 1, reset: 1, owx_dev: 10.541E0B000800.35, writedata: be, numread: 9, readdata: 77004619ffff0410b2
2014.05.21 21:18:32 5: OWX_Executor: item ProtoThreads=HASH(0x1af19b8) for 10.787E83020800.65 eligible to run
2014.05.21 21:18:32 5: OWX_SER::Execute: Sending out 5510787e8302080065beffffffffffffffffff
2014.05.21 21:18:32 5: OWX_SER::Execute: Receiving 5510787e8302080065be3d003809ffff01105f
2014.05.21 21:18:32 5: AfterExecute: context: ProtoThreads=HASH(0x1af19b8), success: 1, reset: 1, owx_dev: 10.787E83020800.65, writedata: be, numread: 9, readdata: 3d003809ffff01105f
2014.05.21 21:18:32 5: OWX_Executor: item ProtoThreads=HASH(0x1a5e9f8) for 28.810671010000.D3 eligible to run
2014.05.21 21:18:32 5: OWX_SER::Execute: Sending out 5528810671010000d3beffffffffffffffffff
2014.05.21 21:18:32 5: OWX_SER::Execute: Receiving 5528810671010000d3be880446087fff0810be
2014.05.21 21:18:32 5: AfterExecute: context: ProtoThreads=HASH(0x1a5e9f8), success: 1, reset: 1, owx_dev: 28.810671010000.D3, writedata: be, numread: 9, readdata: 880446087fff0810be
2014.05.21 21:18:32 5: OWX_Executor: item ProtoThreads=HASH(0x1b21c10) for 28.905F9B010000.8B eligible to run
2014.05.21 21:18:32 5: OWX_SER::Execute: Sending out 5528905f9b0100008bbeffffffffffffffffff
2014.05.21 21:18:32 5: OWX_SER::Execute: Receiving 5528905f9b0100008bbed5001e057fff0b101d
2014.05.21 21:18:32 5: AfterExecute: context: ProtoThreads=HASH(0x1b21c10), success: 1, reset: 1, owx_dev: 28.905F9B010000.8B, writedata: be, numread: 9, readdata: d5001e057fff0b101d
2014.05.21 21:18:32 5: OWX_Executor: item ProtoThreads=HASH(0x1ba39d0) for 28.0E37AC040000.FD eligible to run
2014.05.21 21:18:32 5: OWX_SER::Execute: Sending out 55280e37ac040000fdbeffffffffffffffffff
2014.05.21 21:18:32 5: OWX_SER::Execute: Receiving 55280e37ac040000fdbe58011e0a7fff0810f4
2014.05.21 21:18:32 5: AfterExecute: context: ProtoThreads=HASH(0x1ba39d0), success: 1, reset: 1, owx_dev: 28.0E37AC040000.FD, writedata: be, numread: 9, readdata: 58011e0a7fff0810f4
2014.05.21 21:18:32 5: OWX_Executor: item ProtoThreads=HASH(0x1b2be70) for 28.AEE870010000.B6 eligible to run
2014.05.21 21:18:32 5: OWX_SER::Execute: Sending out 5528aee870010000b6beffffffffffffffffff
2014.05.21 21:18:33 5: OWX_SER::Execute: Receiving 5528aee870010000b6beb00137037fff1010e4
2014.05.21 21:18:33 5: AfterExecute: context: ProtoThreads=HASH(0x1b2be70), success: 1, reset: 1, owx_dev: 28.AEE870010000.B6, writedata: be, numread: 9, readdata: b00137037fff1010e4
2014.05.21 21:18:33 5: OWX_Executor: item ProtoThreads=HASH(0x1b97078) for 28.A8A49B010000.11 eligible to run
2014.05.21 21:18:33 5: OWX_SER::Execute: Sending out 5528a8a49b01000011beffffffffffffffffff
2014.05.21 21:18:33 5: OWX_SER::Execute: Receiving 5528a8a49b01000011be36055a087fff0a10e3
2014.05.21 21:18:33 5: AfterExecute: context: ProtoThreads=HASH(0x1b97078), success: 1, reset: 1, owx_dev: 28.A8A49B010000.11, writedata: be, numread: 9, readdata: 36055a087fff0a10e3
2014.05.21 21:18:33 5: OWX_Executor: item ProtoThreads=HASH(0x1af1b38) for 10.0576A8020800.6D eligible to run
2014.05.21 21:18:33 5: OWX_SER::Execute: Sending out 55100576a80208006dbeffffffffffffffffff
2014.05.21 21:18:33 5: OWX_SER::Execute: Receiving 55100576a80208006dbe96005a08ffff0e10f2
2014.05.21 21:18:33 5: AfterExecute: context: ProtoThreads=HASH(0x1af1b38), success: 1, reset: 1, owx_dev: 10.0576A8020800.6D, writedata: be, numread: 9, readdata: 96005a08ffff0e10f2
2014.05.21 21:18:33 5: OWX_Executor: item ProtoThreads=HASH(0x1b45aa8) for 28.1307AC040000.68 eligible to run
2014.05.21 21:18:33 5: OWX_SER::Execute: Sending out 55281307ac04000068beffffffffffffffffff
2014.05.21 21:18:33 5: OWX_SER::Execute: Receiving 55281307ac04000068be46011e0a7fff0a1088
2014.05.21 21:18:33 5: AfterExecute: context: ProtoThreads=HASH(0x1b45aa8), success: 1, reset: 1, owx_dev: 28.1307AC040000.68, writedata: be, numread: 9, readdata: 46011e0a7fff0a1088
2014.05.21 21:18:33 5: OWX_Executor: item ProtoThreads=HASH(0x1b21350) for 20.0C2C0C000000.59 eligible to run
2014.05.21 21:18:34 5: OWX_SER::Execute: Sending out 55200c2c0c00000059aa0800ffffffffffffffffffff
2014.05.21 21:18:34 5: OWX_SER::Execute: Receiving 55200c2c0c00000059aa08000001000100010001e0cf
2014.05.21 21:18:34 5: AfterExecute: context: ProtoThreads=HASH(0x1b21350), success: 1, reset: 1, owx_dev: 20.0C2C0C000000.59, writedata: aa0800, numread: 10, readdata: 0001000100010001e0cf
2014.05.21 21:19:00 5: OWX_Executor: item ProtoThreads=HASH(0x1b492a0) for 29.68980C000000.da eligible to run
2014.05.21 21:19:00 5: OWX_SER::Execute: Sending out 552968980c000000daf08800ffffffffffffffffffff
2014.05.21 21:19:00 5: OWX_SER::Execute: Receiving 552968980c000000daf08800f7f7ff000088ffff2706
2014.05.21 21:19:00 5: AfterExecute: context: ProtoThreads=HASH(0x1b492a0), success: 1, reset: 1, owx_dev: 29.68980C000000.da, writedata: f08800, numread: 10, readdata: f7f7ff000088ffff2706
2014.05.21 21:19:00 5: OWX_Executor: command 1 eligible to run
2014.05.21 21:19:00 5: OWX_ASYNC_PT_Kick: kicking DS14B20 temperature conversion
2014.05.21 21:19:00 3: OWX_DS2480: Search 2nd return has wrong parameter with length = 17
2014.05.21 21:19:00 5: OWX_Executor: command 2 eligible to run
2014.05.21 21:19:00 5: OWX_SER::Search: new alarm device found 28.810671010000.D3
2014.05.21 21:19:00 5: OWX_SER::Search: new alarm device found 29.68980C000000.DA
2014.05.21 21:19:00 5:  Alarms = 28.810671010000.D3 29.68980C000000.DA
2014.05.21 21:19:00 5: OWX_Executor: item ProtoThreads=HASH(0x1ba21d8) for --- eligible to run
2014.05.21 21:19:01 5: OWX_SER::Execute: Sending out cc44
2014.05.21 21:19:01 5: OWX_SER::Execute: Receiving cc44
2014.05.21 21:19:01 5: AfterExecute: context: ProtoThreads=HASH(0x1ba21d8), success: 1, reset: 1, owx_dev: undef, writedata: 44, numread: 0, readdata:
2014.05.21 21:19:01 5: OWX_Executor: item ProtoThreads=HASH(0x18527e0) for 28.CA0FAC040000.04 eligible to run
2014.05.21 21:19:01 5: OWX_SER::Execute: Sending out 5528ca0fac04000004beffffffffffffffffff
2014.05.21 21:19:01 5: OWX_SER::Execute: Receiving 5528ca0fac04000004beee001e0a7fff0210d3
2014.05.21 21:19:01 5: AfterExecute: context: ProtoThreads=HASH(0x18527e0), success: 1, reset: 1, owx_dev: 28.CA0FAC040000.04, writedata: be, numread: 9, readdata: ee001e0a7fff0210d3
2014.05.21 21:19:01 5: OWX_Executor: item ProtoThreads=HASH(0x1af15b8) for 10.541E0B000800.35 eligible to run
2014.05.21 21:19:01 5: OWX_SER::Execute: Sending out 5510541e0b00080035beffffffffffffffffff
2014.05.21 21:19:01 5: OWX_SER::Execute: Receiving 5510541e0b00080035be77004619ffff0410b2
2014.05.21 21:19:01 5: AfterExecute: context: ProtoThreads=HASH(0x1af15b8), success: 1, reset: 1, owx_dev: 10.541E0B000800.35, writedata: be, numread: 9, readdata: 77004619ffff0410b2
2014.05.21 21:19:01 5: OWX_Executor: item ProtoThreads=HASH(0x1b27ab8) for 10.787E83020800.65 eligible to run
2014.05.21 21:19:01 5: OWX_SER::Execute: Sending out 5510787e8302080065beffffffffffffffffff
2014.05.21 21:19:01 5: OWX_SER::Execute: Receiving 5510787e8302080065be3e003809ffff1010b2
2014.05.21 21:19:01 5: AfterExecute: context: ProtoThreads=HASH(0x1b27ab8), success: 1, reset: 1, owx_dev: 10.787E83020800.65, writedata: be, numread: 9, readdata: 3e003809ffff1010b2
2014.05.21 21:19:01 5: OWX_Executor: item ProtoThreads=HASH(0x1b16208) for 28.810671010000.D3 eligible to run
2014.05.21 21:19:01 5: OWX_SER::Execute: Sending out 5528810671010000d3beffffffffffffffffff
2014.05.21 21:19:02 5: OWX_SER::Execute: Receiving 5528810671010000d3be880446087fff0810be
2014.05.21 21:19:02 5: AfterExecute: context: ProtoThreads=HASH(0x1b16208), success: 1, reset: 1, owx_dev: 28.810671010000.D3, writedata: be, numread: 9, readdata: 880446087fff0810be
2014.05.21 21:19:02 5: OWX_Executor: item ProtoThreads=HASH(0x1b8a718) for 28.905F9B010000.8B eligible to run
2014.05.21 21:19:02 5: OWX_SER::Execute: Sending out 5528905f9b0100008bbeffffffffffffffffff
2014.05.21 21:19:02 5: OWX_SER::Execute: Receiving 5528905f9b0100008bbed4001e057fff0c1030
2014.05.21 21:19:02 5: AfterExecute: context: ProtoThreads=HASH(0x1b8a718), success: 1, reset: 1, owx_dev: 28.905F9B010000.8B, writedata: be, numread: 9, readdata: d4001e057fff0c1030
2014.05.21 21:19:02 5: OWX_Executor: item ProtoThreads=HASH(0x1848550) for 28.0E37AC040000.FD eligible to run
2014.05.21 21:19:02 5: OWX_SER::Execute: Sending out 55280e37ac040000fdbeffffffffffffffffff
2014.05.21 21:19:02 5: OWX_SER::Execute: Receiving 55280e37ac040000fdbe58011e0a7fff0810f4
2014.05.21 21:19:02 5: AfterExecute: context: ProtoThreads=HASH(0x1848550), success: 1, reset: 1, owx_dev: 28.0E37AC040000.FD, writedata: be, numread: 9, readdata: 58011e0a7fff0810f4
2014.05.21 21:19:02 5: OWX_Executor: item ProtoThreads=HASH(0x1b213f0) for 28.AEE870010000.B6 eligible to run
2014.05.21 21:19:02 5: OWX_SER::Execute: Sending out 5528aee870010000b6beffffffffffffffffff
2014.05.21 21:19:02 5: OWX_SER::Execute: Receiving 5528aee870010000b6beaf0137037fff011062
2014.05.21 21:19:02 5: AfterExecute: context: ProtoThreads=HASH(0x1b213f0), success: 1, reset: 1, owx_dev: 28.AEE870010000.B6, writedata: be, numread: 9, readdata: af0137037fff011062
2014.05.21 21:19:02 5: OWX_Executor: item ProtoThreads=HASH(0x1ae8238) for 28.A8A49B010000.11 eligible to run
2014.05.21 21:19:02 5: OWX_SER::Execute: Sending out 5528a8a49b01000011beffffffffffffffffff
2014.05.21 21:19:02 5: OWX_SER::Execute: Receiving 5528a8a49b01000011be35055a087fff0b10e2
2014.05.21 21:19:02 5: AfterExecute: context: ProtoThreads=HASH(0x1ae8238), success: 1, reset: 1, owx_dev: 28.A8A49B010000.11, writedata: be, numread: 9, readdata: 35055a087fff0b10e2
2014.05.21 21:19:02 5: OWX_Executor: item ProtoThreads=HASH(0x1b20ef0) for 10.0576A8020800.6D eligible to run
2014.05.21 21:19:03 5: OWX_SER::Execute: Sending out 55100576a80208006dbeffffffffffffffffff
2014.05.21 21:19:03 5: OWX_SER::Execute: Receiving 55100576a80208006dbe96005a08ffff0f1036
2014.05.21 21:19:03 5: AfterExecute: context: ProtoThreads=HASH(0x1b20ef0), success: 1, reset: 1, owx_dev: 10.0576A8020800.6D, writedata: be, numread: 9, readdata: 96005a08ffff0f1036
2014.05.21 21:19:03 5: OWX_Executor: item ProtoThreads=HASH(0x1b369d8) for 28.1307AC040000.68 eligible to run
2014.05.21 21:19:03 5: OWX_SER::Execute: Sending out 55281307ac04000068beffffffffffffffffff
2014.05.21 21:19:03 5: OWX_SER::Execute: Receiving 55281307ac04000068be46011e0a7fff0a1088
2014.05.21 21:19:03 5: AfterExecute: context: ProtoThreads=HASH(0x1b369d8), success: 1, reset: 1, owx_dev: 28.1307AC040000.68, writedata: be, numread: 9, readdata: 46011e0a7fff0a1088
2014.05.21 21:19:30 5: OWX_Executor: item ProtoThreads=HASH(0x1a72a90) for 29.68980C000000.da eligible to run
2014.05.21 21:19:30 5: OWX_SER::Execute: Sending out 552968980c000000daf08800ffffffffffffffffffff
2014.05.21 21:19:30 5: OWX_SER::Execute: Receiving 552968980c000000daf08800f7f7ff000088ffff2706
2014.05.21 21:19:30 5: AfterExecute: context: ProtoThreads=HASH(0x1a72a90), success: 1, reset: 1, owx_dev: 29.68980C000000.da, writedata: f08800, numread: 10, readdata: f7f7ff000088ffff2706
2014.05.21 21:19:30 5: OWX_Executor: item ProtoThreads=HASH(0x1b1abe0) for 20.0C2C0C000000.59 eligible to run
2014.05.21 21:19:30 5: OWX_SER::Execute: Sending out 55200c2c0c000000593c0f00ffff
2014.05.21 21:19:30 5: OWX_ASYNC_PT_Kick: kicking DS14B20 temperature conversion
2014.05.21 21:19:30 5: OWX_SER::Execute: Receiving 55200c2c0c000000593c0f003a03
2014.05.21 21:19:30 5: AfterExecute: context: ProtoThreads=HASH(0x1b1abe0), success: 1, reset: 1, owx_dev: 20.0C2C0C000000.59, writedata: 3c0f00ffff, numread: 0, readdata:
2014.05.21 21:19:30 5: OWX_Executor: command 1 eligible to run
2014.05.21 21:19:30 5: OWX_Executor: command 2 eligible to run
2014.05.21 21:19:30 5: OWX_SER::Search: new alarm device found 28.810671010000.D3
2014.05.21 21:19:30 5: OWX_SER::Search: new alarm device found 29.68980C000000.DA
2014.05.21 21:19:31 5:  Alarms = 28.810671010000.D3 29.68980C000000.DA
2014.05.21 21:19:31 5: OWX_Executor: item ProtoThreads=HASH(0x1848ff0) for --- eligible to run
2014.05.21 21:19:31 5: OWX_SER::Execute: Sending out cc44
2014.05.21 21:19:31 5: OWX_SER::Execute: Receiving cc44
2014.05.21 21:19:31 5: AfterExecute: context: ProtoThreads=HASH(0x1848ff0), success: 1, reset: 1, owx_dev: undef, writedata: 44, numread: 0, readdata:
2014.05.21 21:19:31 5: OWX_Executor: item ProtoThreads=HASH(0x1b1abe0) for 20.0C2C0C000000.59 eligible to run
2014.05.21 21:19:31 5: OWX_SER::Execute: Sending out 55200c2c0c00000059aa0000ffffffffffffffffffff
2014.05.21 21:19:31 5: OWX_SER::Execute: Receiving 55200c2c0c00000059aa0000c2fa8802e802c7e62b31
2014.05.21 21:19:31 5: AfterExecute: context: ProtoThreads=HASH(0x1b1abe0), success: 1, reset: 1, owx_dev: 20.0C2C0C000000.59, writedata: aa0000, numread: 10, readdata: c2fa8802e802c7e62b31
2014.05.21 21:19:31 5: OWX_Executor: item ProtoThreads=HASH(0x1b94490) for 20.0C2C0C000000.59 eligible to run
2014.05.21 21:19:31 5: OWX_SER::Execute: Sending out 55200c2c0c00000059aa1000ffffffffffffffffffff
2014.05.21 21:19:31 5: OWX_SER::Execute: Receiving 55200c2c0c00000059aa1000f5ff00b900b900ff11ba
2014.05.21 21:19:31 5: AfterExecute: context: ProtoThreads=HASH(0x1b94490), success: 1, reset: 1, owx_dev: 20.0C2C0C000000.59, writedata: aa1000, numread: 10, readdata: f5ff00b900b900ff11ba
2014.05.21 21:19:31 5: OWX_Executor: item ProtoThreads=HASH(0x1ae7f58) for 28.CA0FAC040000.04 eligible to run
2014.05.21 21:19:31 5: OWX_SER::Execute: Sending out 5528ca0fac04000004beffffffffffffffffff
2014.05.21 21:19:31 5: OWX_SER::Execute: Receiving 5528ca0fac04000004beee001e0a7fff0210d3
2014.05.21 21:19:31 5: AfterExecute: context: ProtoThreads=HASH(0x1ae7f58), success: 1, reset: 1, owx_dev: 28.CA0FAC040000.04, writedata: be, numread: 9, readdata: ee001e0a7fff0210d3
2014.05.21 21:19:31 5: OWX_Executor: item ProtoThreads=HASH(0x1a75170) for 10.541E0B000800.35 eligible to run
2014.05.21 21:19:31 5: OWX_SER::Execute: Sending out 5510541e0b00080035beffffffffffffffffff
2014.05.21 21:19:31 5: OWX_SER::Execute: Receiving 5510541e0b00080035be77004619ffff0410b2
2014.05.21 21:19:31 5: AfterExecute: context: ProtoThreads=HASH(0x1a75170), success: 1, reset: 1, owx_dev: 10.541E0B000800.35, writedata: be, numread: 9, readdata: 77004619ffff0410b2
2014.05.21 21:19:31 5: OWX_Executor: item ProtoThreads=HASH(0x1b32e60) for 10.787E83020800.65 eligible to run
2014.05.21 21:19:31 5: OWX_SER::Execute: Sending out 5510787e8302080065beffffffffffffffffff
2014.05.21 21:19:31 5: OWX_SER::Execute: Receiving 5510787e8302080065be3e003809ffff0f1046
2014.05.21 21:19:31 5: AfterExecute: context: ProtoThreads=HASH(0x1b32e60), success: 1, reset: 1, owx_dev: 10.787E83020800.65, writedata: be, numread: 9, readdata: 3e003809ffff0f1046
2014.05.21 21:19:31 5: OWX_Executor: item ProtoThreads=HASH(0x1b27818) for 28.810671010000.D3 eligible to run
2014.05.21 21:19:31 5: OWX_SER::Execute: Sending out 5528810671010000d3beffffffffffffffffff
2014.05.21 21:19:32 5: OWX_SER::Execute: Receiving 5528810671010000d3be890446087fff0710e5
2014.05.21 21:19:32 5: AfterExecute: context: ProtoThreads=HASH(0x1b27818), success: 1, reset: 1, owx_dev: 28.810671010000.D3, writedata: be, numread: 9, readdata: 890446087fff0710e5
2014.05.21 21:19:32 5: OWX_Executor: item ProtoThreads=HASH(0x1b34560) for 28.905F9B010000.8B eligible to run
2014.05.21 21:19:32 5: OWX_SER::Execute: Sending out 5528905f9b0100008bbeffffffffffffffffff
2014.05.21 21:19:32 5: OWX_SER::Execute: Receiving 5528905f9b0100008bbed5001e057fff0b101d
2014.05.21 21:19:32 5: AfterExecute: context: ProtoThreads=HASH(0x1b34560), success: 1, reset: 1, owx_dev: 28.905F9B010000.8B, writedata: be, numread: 9, readdata: d5001e057fff0b101d
2014.05.21 21:19:32 5: OWX_Executor: item ProtoThreads=HASH(0x1b23988) for 28.0E37AC040000.FD eligible to run
2014.05.21 21:19:32 5: OWX_SER::Execute: Sending out 55280e37ac040000fdbeffffffffffffffffff
2014.05.21 21:19:32 5: OWX_SER::Execute: Receiving 55280e37ac040000fdbe58011e0a7fff0810f4
2014.05.21 21:19:32 5: AfterExecute: context: ProtoThreads=HASH(0x1b23988), success: 1, reset: 1, owx_dev: 28.0E37AC040000.FD, writedata: be, numread: 9, readdata: 58011e0a7fff0810f4
2014.05.21 21:19:32 5: OWX_Executor: item ProtoThreads=HASH(0x184d678) for 28.AEE870010000.B6 eligible to run
2014.05.21 21:19:32 5: OWX_SER::Execute: Sending out 5528aee870010000b6beffffffffffffffffff
2014.05.21 21:19:32 5: OWX_SER::Execute: Receiving 5528aee870010000b6beaf0137037fff011062
2014.05.21 21:19:32 5: AfterExecute: context: ProtoThreads=HASH(0x184d678), success: 1, reset: 1, owx_dev: 28.AEE870010000.B6, writedata: be, numread: 9, readdata: af0137037fff011062
2014.05.21 21:19:32 5: OWX_Executor: item ProtoThreads=HASH(0x1af1db8) for 28.A8A49B010000.11 eligible to run
2014.05.21 21:19:32 5: OWX_SER::Execute: Sending out 5528a8a49b01000011beffffffffffffffffff
2014.05.21 21:19:32 5: OWX_SER::Execute: Receiving 5528a8a49b01000011be35055a087fff0b10e2
2014.05.21 21:19:32 5: AfterExecute: context: ProtoThreads=HASH(0x1af1db8), success: 1, reset: 1, owx_dev: 28.A8A49B010000.11, writedata: be, numread: 9, readdata: 35055a087fff0b10e2
2014.05.21 21:19:32 5: OWX_Executor: item ProtoThreads=HASH(0x1b463e8) for 10.0576A8020800.6D eligible to run
2014.05.21 21:19:33 5: OWX_SER::Execute: Sending out 55100576a80208006dbeffffffffffffffffff
2014.05.21 21:19:33 5: OWX_SER::Execute: Receiving 55100576a80208006dbe96005a08ffff0e10f2
2014.05.21 21:19:33 5: AfterExecute: context: ProtoThreads=HASH(0x1b463e8), success: 1, reset: 1, owx_dev: 10.0576A8020800.6D, writedata: be, numread: 9, readdata: 96005a08ffff0e10f2
2014.05.21 21:19:33 5: OWX_Executor: item ProtoThreads=HASH(0x1848510) for 28.1307AC040000.68 eligible to run
2014.05.21 21:19:33 5: OWX_SER::Execute: Sending out 55281307ac04000068beffffffffffffffffff
2014.05.21 21:19:33 5: OWX_SER::Execute: Receiving 55281307ac04000068be47011e0a7fff09109e
2014.05.21 21:19:33 5: AfterExecute: context: ProtoThreads=HASH(0x1848510), success: 1, reset: 1, owx_dev: 28.1307AC040000.68, writedata: be, numread: 9, readdata: 47011e0a7fff09109e
2014.05.21 21:19:33 5: OWX_Executor: item ProtoThreads=HASH(0x1ba1dd8) for 20.0C2C0C000000.59 eligible to run
2014.05.21 21:19:33 5: OWX_SER::Execute: Sending out 55200c2c0c00000059aa0800ffffffffffffffffffff
2014.05.21 21:19:33 5: OWX_SER::Execute: Receiving 55200c2c0c00000059aa08000001000100010001e0cf
2014.05.21 21:19:33 5: AfterExecute: context: ProtoThreads=HASH(0x1ba1dd8), success: 1, reset: 1, owx_dev: 20.0C2C0C000000.59, writedata: aa0800, numread: 10, readdata: 0001000100010001e0cf
2014.05.21 21:20:00 5: OWX_Executor: item ProtoThreads=HASH(0x1b2bff0) for 29.68980C000000.da eligible to run
2014.05.21 21:20:00 5: OWX_SER::Execute: Sending out 552968980c000000daf08800ffffffffffffffffffff
2014.05.21 21:20:00 5: OWX_SER::Execute: Receiving 552968980c000000daf08800f7f7ff000088ffff2706
2014.05.21 21:20:00 5: AfterExecute: context: ProtoThreads=HASH(0x1b2bff0), success: 1, reset: 1, owx_dev: 29.68980C000000.da, writedata: f08800, numread: 10, readdata: f7f7ff000088ffff2706
2014.05.21 21:20:00 5: OWX_Executor: command 1 eligible to run
2014.05.21 21:20:00 5: OWX_ASYNC_PT_Kick: kicking DS14B20 temperature conversion
2014.05.21 21:20:00 5: OWX_Executor: command 2 eligible to run
2014.05.21 21:20:00 5: OWX_SER::Search: new alarm device found 28.810671010000.D3
2014.05.21 21:20:00 5: OWX_SER::Search: new alarm device found 29.68980C000000.DA
2014.05.21 21:20:00 5:  Alarms = 28.810671010000.D3 29.68980C000000.DA
2014.05.21 21:20:01 5: OWX_Executor: item ProtoThreads=HASH(0x1846378) for --- eligible to run
2014.05.21 21:20:01 5: OWX_SER::Execute: Sending out cc44
2014.05.21 21:20:01 5: OWX_SER::Execute: Receiving cc44
2014.05.21 21:20:01 5: AfterExecute: context: ProtoThreads=HASH(0x1846378), success: 1, reset: 1, owx_dev: undef, writedata: 44, numread: 0, readdata:
2014.05.21 21:20:01 5: OWX_Executor: item ProtoThreads=HASH(0x1b89fb8) for 28.CA0FAC040000.04 eligible to run
2014.05.21 21:20:01 5: OWX_SER::Execute: Sending out 5528ca0fac04000004beffffffffffffffffff
2014.05.21 21:20:01 5: OWX_SER::Execute: Receiving 5528ca0fac04000004beee001e0a7fff0210d3
2014.05.21 21:20:01 5: AfterExecute: context: ProtoThreads=HASH(0x1b89fb8), success: 1, reset: 1, owx_dev: 28.CA0FAC040000.04, writedata: be, numread: 9, readdata: ee001e0a7fff0210d3
2014.05.21 21:20:01 5: OWX_Executor: item ProtoThreads=HASH(0x1ae43d8) for 10.541E0B000800.35 eligible to run
2014.05.21 21:20:01 5: OWX_SER::Execute: Sending out 5510541e0b00080035beffffffffffffffffff
2014.05.21 21:20:01 5: OWX_SER::Execute: Receiving 5510541e0b00080035be77004619ffff0410b2
2014.05.21 21:20:01 5: AfterExecute: context: ProtoThreads=HASH(0x1ae43d8), success: 1, reset: 1, owx_dev: 10.541E0B000800.35, writedata: be, numread: 9, readdata: 77004619ffff0410b2
2014.05.21 21:20:01 5: OWX_Executor: item ProtoThreads=HASH(0x1845998) for 10.787E83020800.65 eligible to run
2014.05.21 21:20:01 5: OWX_SER::Execute: Sending out 5510787e8302080065beffffffffffffffffff
2014.05.21 21:20:01 5: OWX_SER::Execute: Receiving 5510787e8302080065be3e003809ffff0e1082
2014.05.21 21:20:01 5: AfterExecute: context: ProtoThreads=HASH(0x1845998), success: 1, reset: 1, owx_dev: 10.787E83020800.65, writedata: be, numread: 9, readdata: 3e003809ffff0e1082
2014.05.21 21:20:02 5: OWX_Executor: item ProtoThreads=HASH(0x1aeae60) for 28.810671010000.D3 eligible to run
2014.05.21 21:20:02 5: OWX_SER::Execute: Sending out 5528810671010000d3beffffffffffffffffff
2014.05.21 21:20:02 5: OWX_SER::Execute: Receiving 5528810671010000d3be890446087fff0710e5
2014.05.21 21:20:02 5: AfterExecute: context: ProtoThreads=HASH(0x1aeae60), success: 1, reset: 1, owx_dev: 28.810671010000.D3, writedata: be, numread: 9, readdata: 890446087fff0710e5
2014.05.21 21:20:02 5: OWX_Executor: item ProtoThreads=HASH(0x1b849b0) for 28.905F9B010000.8B eligible to run
2014.05.21 21:20:02 5: OWX_SER::Execute: Sending out 5528905f9b0100008bbeffffffffffffffffff
2014.05.21 21:20:02 5: OWX_SER::Execute: Receiving 5528905f9b0100008bbed4001e057fff0c1030
2014.05.21 21:20:02 5: AfterExecute: context: ProtoThreads=HASH(0x1b849b0), success: 1, reset: 1, owx_dev: 28.905F9B010000.8B, writedata: be, numread: 9, readdata: d4001e057fff0c1030
2014.05.21 21:20:02 5: OWX_Executor: item ProtoThreads=HASH(0x1a5e2f8) for 28.0E37AC040000.FD eligible to run
2014.05.21 21:20:02 5: OWX_SER::Execute: Sending out 55280e37ac040000fdbeffffffffffffffffff
2014.05.21 21:20:02 5: OWX_SER::Execute: Receiving 55280e37ac040000fdbe58011e0a7fff0810f4
2014.05.21 21:20:02 5: AfterExecute: context: ProtoThreads=HASH(0x1a5e2f8), success: 1, reset: 1, owx_dev: 28.0E37AC040000.FD, writedata: be, numread: 9, readdata: 58011e0a7fff0810f4
2014.05.21 21:20:02 5: OWX_Executor: item ProtoThreads=HASH(0x1b84cb0) for 28.AEE870010000.B6 eligible to run
2014.05.21 21:20:02 5: OWX_SER::Execute: Sending out 5528aee870010000b6beffffffffffffffffff
2014.05.21 21:20:02 5: OWX_SER::Execute: Receiving 5528aee870010000b6beae0137037fff021074
2014.05.21 21:20:02 5: AfterExecute: context: ProtoThreads=HASH(0x1b84cb0), success: 1, reset: 1, owx_dev: 28.AEE870010000.B6, writedata: be, numread: 9, readdata: ae0137037fff021074
2014.05.21 21:20:02 5: OWX_Executor: item ProtoThreads=HASH(0x1840f38) for 28.A8A49B010000.11 eligible to run
2014.05.21 21:20:02 5: OWX_SER::Execute: Sending out 5528a8a49b01000011beffffffffffffffffff
2014.05.21 21:20:02 5: OWX_SER::Execute: Receiving 5528a8a49b01000011be35055a087fff0b10e2
2014.05.21 21:20:02 5: AfterExecute: context: ProtoThreads=HASH(0x1840f38), success: 1, reset: 1, owx_dev: 28.A8A49B010000.11, writedata: be, numread: 9, readdata: 35055a087fff0b10e2
2014.05.21 21:20:02 5: OWX_Executor: item ProtoThreads=HASH(0x1840ee8) for 10.0576A8020800.6D eligible to run
2014.05.21 21:20:02 5: OWX_SER::Execute: Sending out 55100576a80208006dbeffffffffffffffffff
2014.05.21 21:20:03 5: OWX_SER::Execute: Receiving 55100576a80208006dbe96005a08ffff0d10a7
2014.05.21 21:20:03 5: AfterExecute: context: ProtoThreads=HASH(0x1840ee8), success: 1, reset: 1, owx_dev: 10.0576A8020800.6D, writedata: be, numread: 9, readdata: 96005a08ffff0d10a7
2014.05.21 21:20:03 5: OWX_Executor: item ProtoThreads=HASH(0x184db38) for 28.1307AC040000.68 eligible to run
2014.05.21 21:20:03 5: OWX_SER::Execute: Sending out 55281307ac04000068beffffffffffffffffff
2014.05.21 21:20:03 5: OWX_SER::Execute: Receiving 55281307ac04000068be46011e0a7fff0a1088
2014.05.21 21:20:03 5: AfterExecute: context: ProtoThreads=HASH(0x184db38), success: 1, reset: 1, owx_dev: 28.1307AC040000.68, writedata: be, numread: 9, readdata: 46011e0a7fff0a1088
2014.05.21 21:20:30 5: OWX_Executor: item ProtoThreads=HASH(0x1b778a8) for 29.68980C000000.da eligible to run
2014.05.21 21:20:30 5: OWX_SER::Execute: Sending out 552968980c000000daf08800ffffffffffffffffffff
2014.05.21 21:20:30 5: OWX_SER::Execute: Receiving 552968980c000000daf08800f7f7ff000088ffff2706
2014.05.21 21:20:30 5: AfterExecute: context: ProtoThreads=HASH(0x1b778a8), success: 1, reset: 1, owx_dev: 29.68980C000000.da, writedata: f08800, numread: 10, readdata: f7f7ff000088ffff2706
2014.05.21 21:20:30 5: OWX_Executor: item ProtoThreads=HASH(0x1b93918) for 20.0C2C0C000000.59 eligible to run
2014.05.21 21:20:30 5: OWX_SER::Execute: Sending out 55200c2c0c000000593c0f00ffff
2014.05.21 21:20:30 5: OWX_SER::Execute: Receiving 55200c2c0c000000593c0f003a03
2014.05.21 21:20:30 5: AfterExecute: context: ProtoThreads=HASH(0x1b93918), success: 1, reset: 1, owx_dev: 20.0C2C0C000000.59, writedata: 3c0f00ffff, numread: 0, readdata:
2014.05.21 21:20:30 5: OWX_Executor: item ProtoThreads=HASH(0x1b93918) for 20.0C2C0C000000.59 eligible to run
2014.05.21 21:20:30 5: OWX_SER::Execute: Sending out 55200c2c0c00000059aa0000ffffffffffffffffffff
2014.05.21 21:20:30 5: OWX_ASYNC_PT_Kick: kicking DS14B20 temperature conversion
2014.05.21 21:20:30 5: OWX_SER::Execute: Receiving 55200c2c0c00000059aa0000c7fabf02c5024de68145
2014.05.21 21:20:30 5: AfterExecute: context: ProtoThreads=HASH(0x1b93918), success: 1, reset: 1, owx_dev: 20.0C2C0C000000.59, writedata: aa0000, numread: 10, readdata: c7fabf02c5024de68145
2014.05.21 21:20:30 5: OWX_Executor: command 1 eligible to run
2014.05.21 21:20:30 5: OWX_Executor: command 2 eligible to run
2014.05.21 21:20:30 5: OWX_SER::Search: new alarm device found 28.810671010000.D3
2014.05.21 21:20:30 5: OWX_SER::Search: new alarm device found 29.68980C000000.DA
2014.05.21 21:20:31 5:  Alarms = 28.810671010000.D3 29.68980C000000.DA
2014.05.21 21:20:31 5: OWX_Executor: item ProtoThreads=HASH(0x1b1a8a0) for --- eligible to run
2014.05.21 21:20:31 5: OWX_SER::Execute: Sending out cc44
2014.05.21 21:20:31 5: OWX_SER::Execute: Receiving cc44
2014.05.21 21:20:31 5: AfterExecute: context: ProtoThreads=HASH(0x1b1a8a0), success: 1, reset: 1, owx_dev: undef, writedata: 44, numread: 0, readdata:
2014.05.21 21:20:31 5: OWX_Executor: item ProtoThreads=HASH(0x1b3e5f8) for 20.0C2C0C000000.59 eligible to run
2014.05.21 21:20:31 5: OWX_SER::Execute: Sending out 55200c2c0c00000059aa1000ffffffffffffffffffff
2014.05.21 21:20:31 5: OWX_SER::Execute: Receiving 55200c2c0c00000059aa1000f5ff00b900b900ff11ba
2014.05.21 21:20:31 5: AfterExecute: context: ProtoThreads=HASH(0x1b3e5f8), success: 1, reset: 1, owx_dev: 20.0C2C0C000000.59, writedata: aa1000, numread: 10, readdata: f5ff00b900b900ff11ba
2014.05.21 21:20:31 5: OWX_Executor: item ProtoThreads=HASH(0x1a5e188) for 20.0C2C0C000000.59 eligible to run
2014.05.21 21:20:31 5: OWX_SER::Execute: Sending out 55200c2c0c00000059aa0800ffffffffffffffffffff
2014.05.21 21:20:31 5: OWX_SER::Execute: Receiving 55200c2c0c00000059aa08000001000100010001e0cf
2014.05.21 21:20:31 5: AfterExecute: context: ProtoThreads=HASH(0x1a5e188), success: 1, reset: 1, owx_dev: 20.0C2C0C000000.59, writedata: aa0800, numread: 10, readdata: 0001000100010001e0cf
2014.05.21 21:20:31 5: OWX_Executor: item ProtoThreads=HASH(0x184f310) for 28.CA0FAC040000.04 eligible to run
2014.05.21 21:20:31 5: OWX_SER::Execute: Sending out 5528ca0fac04000004beffffffffffffffffff
2014.05.21 21:20:31 5: OWX_SER::Execute: Receiving 5528ca0fac04000004beee001e0a7fff0210d3
2014.05.21 21:20:31 5: AfterExecute: context: ProtoThreads=HASH(0x184f310), success: 1, reset: 1, owx_dev: 28.CA0FAC040000.04, writedata: be, numread: 9, readdata: ee001e0a7fff0210d3
2014.05.21 21:20:31 5: OWX_Executor: item ProtoThreads=HASH(0x1b3ea38) for 10.541E0B000800.35 eligible to run
2014.05.21 21:20:31 5: OWX_SER::Execute: Sending out 5510541e0b00080035beffffffffffffffffff
2014.05.21 21:20:32 5: OWX_SER::Execute: Receiving 5510541e0b00080035be77004619ffff0410b2
2014.05.21 21:20:32 5: AfterExecute: context: ProtoThreads=HASH(0x1b3ea38), success: 1, reset: 1, owx_dev: 10.541E0B000800.35, writedata: be, numread: 9, readdata: 77004619ffff0410b2
2014.05.21 21:20:32 5: OWX_Executor: item ProtoThreads=HASH(0x1b1d038) for 10.787E83020800.65 eligible to run
2014.05.21 21:20:32 5: OWX_SER::Execute: Sending out 5510787e8302080065beffffffffffffffffff
2014.05.21 21:20:32 5: OWX_SER::Execute: Receiving 5510787e8302080065be3e003809ffff0d10d7
2014.05.21 21:20:32 5: AfterExecute: context: ProtoThreads=HASH(0x1b1d038), success: 1, reset: 1, owx_dev: 10.787E83020800.65, writedata: be, numread: 9, readdata: 3e003809ffff0d10d7
2014.05.21 21:20:32 5: OWX_Executor: item ProtoThreads=HASH(0x1b3df18) for 28.810671010000.D3 eligible to run
2014.05.21 21:20:32 5: OWX_SER::Execute: Sending out 5528810671010000d3beffffffffffffffffff
2014.05.21 21:20:32 5: OWX_SER::Execute: Receiving 5528810671010000d3be8a0446087fff0610e4
2014.05.21 21:20:32 5: AfterExecute: context: ProtoThreads=HASH(0x1b3df18), success: 1, reset: 1, owx_dev: 28.810671010000.D3, writedata: be, numread: 9, readdata: 8a0446087fff0610e4
2014.05.21 21:20:32 5: OWX_Executor: item ProtoThreads=HASH(0x1ae6378) for 28.905F9B010000.8B eligible to run
2014.05.21 21:20:33 5: OWX_SER::Execute: Sending out 5528905f9b0100008bbeffffffffffffffffff
2014.05.21 21:20:33 5: OWX_SER::Execute: Receiving 5528905f9b0100008bbed4001e057fff0c1030
2014.05.21 21:20:33 5: AfterExecute: context: ProtoThreads=HASH(0x1ae6378), success: 1, reset: 1, owx_dev: 28.905F9B010000.8B, writedata: be, numread: 9, readdata: d4001e057fff0c1030
2014.05.21 21:20:33 5: OWX_Executor: item ProtoThreads=HASH(0x1b0bae0) for 28.0E37AC040000.FD eligible to run
2014.05.21 21:20:33 5: OWX_SER::Execute: Sending out 55280e37ac040000fdbeffffffffffffffffff
2014.05.21 21:20:33 5: OWX_SER::Execute: Receiving 55280e37ac040000fdbe58011e0a7fff0810f4
2014.05.21 21:20:33 5: AfterExecute: context: ProtoThreads=HASH(0x1b0bae0), success: 1, reset: 1, owx_dev: 28.0E37AC040000.FD, writedata: be, numread: 9, readdata: 58011e0a7fff0810f4
2014.05.21 21:20:33 5: OWX_Executor: item ProtoThreads=HASH(0x1848710) for 28.AEE870010000.B6 eligible to run
2014.05.21 21:20:33 5: OWX_SER::Execute: Sending out 5528aee870010000b6beffffffffffffffffff
2014.05.21 21:20:33 5: OWX_SER::Execute: Receiving 5528aee870010000b6beae0137037fff021074
2014.05.21 21:20:33 5: AfterExecute: context: ProtoThreads=HASH(0x1848710), success: 1, reset: 1, owx_dev: 28.AEE870010000.B6, writedata: be, numread: 9, readdata: ae0137037fff021074
2014.05.21 21:20:33 5: OWX_Executor: item ProtoThreads=HASH(0x1b23128) for 28.A8A49B010000.11 eligible to run
2014.05.21 21:20:33 5: OWX_SER::Execute: Sending out 5528a8a49b01000011beffffffffffffffffff
2014.05.21 21:20:33 5: OWX_SER::Execute: Receiving 5528a8a49b01000011be35055a087fff0b10e2
2014.05.21 21:20:33 5: AfterExecute: context: ProtoThreads=HASH(0x1b23128), success: 1, reset: 1, owx_dev: 28.A8A49B010000.11, writedata: be, numread: 9, readdata: 35055a087fff0b10e2
2014.05.21 21:20:33 5: OWX_Executor: item ProtoThreads=HASH(0x184d498) for 10.0576A8020800.6D eligible to run
2014.05.21 21:20:33 5: OWX_SER::Execute: Sending out 55100576a80208006dbeffffffffffffffffff
2014.05.21 21:20:33 5: OWX_SER::Execute: Receiving 55100576a80208006dbe96005a08ffff0d10a7
2014.05.21 21:20:33 5: AfterExecute: context: ProtoThreads=HASH(0x184d498), success: 1, reset: 1, owx_dev: 10.0576A8020800.6D, writedata: be, numread: 9, readdata: 96005a08ffff0d10a7
2014.05.21 21:20:33 5: OWX_Executor: item ProtoThreads=HASH(0x1b33a20) for 28.1307AC040000.68 eligible to run
2014.05.21 21:20:33 5: OWX_SER::Execute: Sending out 55281307ac04000068beffffffffffffffffff
2014.05.21 21:20:33 5: OWX_SER::Execute: Receiving 55281307ac04000068be46011e0a7fff0a1088
2014.05.21 21:20:33 5: AfterExecute: context: ProtoThreads=HASH(0x1b33a20), success: 1, reset: 1, owx_dev: 28.1307AC040000.68, writedata: be, numread: 9, readdata: 46011e0a7fff0a1088
2014.05.21 21:21:00 5: OWX_Executor: item ProtoThreads=HASH(0x1848b50) for 29.68980C000000.da eligible to run
2014.05.21 21:21:00 5: OWX_SER::Execute: Sending out 552968980c000000daf08800ffffffffffffffffffff
2014.05.21 21:21:00 5: OWX_SER::Execute: Receiving 552968980c000000daf08800f7f7ff000088ffff2706
2014.05.21 21:21:00 5: AfterExecute: context: ProtoThreads=HASH(0x1848b50), success: 1, reset: 1, owx_dev: 29.68980C000000.da, writedata: f08800, numread: 10, readdata: f7f7ff000088ffff2706
2014.05.21 21:21:00 5: OWX_Executor: command 1 eligible to run
2014.05.21 21:21:00 5: OWX_ASYNC_PT_Kick: kicking DS14B20 temperature conversion
2014.05.21 21:21:00 5: OWX_Executor: command 2 eligible to run
2014.05.21 21:21:00 5: OWX_SER::Search: new alarm device found 28.810671010000.D3
2014.05.21 21:21:00 5: OWX_SER::Search: new alarm device found 29.68980C000000.DA
2014.05.21 21:21:01 5:  Alarms = 28.810671010000.D3 29.68980C000000.DA
2014.05.21 21:21:01 5: OWX_Executor: item ProtoThreads=HASH(0x1a7bc08) for --- eligible to run
2014.05.21 21:21:01 5: OWX_SER::Execute: Sending out cc44
2014.05.21 21:21:01 5: OWX_SER::Execute: Receiving cc44
2014.05.21 21:21:01 5: AfterExecute: context: ProtoThreads=HASH(0x1a7bc08), success: 1, reset: 1, owx_dev: undef, writedata: 44, numread: 0, readdata:
2014.05.21 21:21:01 5: OWX_Executor: item ProtoThreads=HASH(0x1b210b0) for 28.CA0FAC040000.04 eligible to run
2014.05.21 21:21:01 5: OWX_SER::Execute: Sending out 5528ca0fac04000004beffffffffffffffffff
2014.05.21 21:21:01 5: OWX_SER::Execute: Receiving 5528ca0fac04000004beee001e0a7fff0210d3
2014.05.21 21:21:01 5: AfterExecute: context: ProtoThreads=HASH(0x1b210b0), success: 1, reset: 1, owx_dev: 28.CA0FAC040000.04, writedata: be, numread: 9, readdata: ee001e0a7fff0210d3
2014.05.21 21:21:01 5: OWX_Executor: item ProtoThreads=HASH(0x1aeac10) for 10.541E0B000800.35 eligible to run
2014.05.21 21:21:01 5: OWX_SER::Execute: Sending out 5510541e0b00080035beffffffffffffffffff
2014.05.21 21:21:01 5: OWX_SER::Execute: Receiving 5510541e0b00080035be77004619ffff0410b2
2014.05.21 21:21:01 5: AfterExecute: context: ProtoThreads=HASH(0x1aeac10), success: 1, reset: 1, owx_dev: 10.541E0B000800.35, writedata: be, numread: 9, readdata: 77004619ffff0410b2
2014.05.21 21:21:01 5: OWX_Executor: item ProtoThreads=HASH(0x1aea980) for 10.787E83020800.65 eligible to run
2014.05.21 21:21:01 5: OWX_SER::Execute: Sending out 5510787e8302080065beffffffffffffffffff
2014.05.21 21:21:02 5: OWX_SER::Execute: Receiving 5510787e8302080065be3e003809ffff0b107d
2014.05.21 21:21:02 5: AfterExecute: context: ProtoThreads=HASH(0x1aea980), success: 1, reset: 1, owx_dev: 10.787E83020800.65, writedata: be, numread: 9, readdata: 3e003809ffff0b107d
2014.05.21 21:21:02 5: OWX_Executor: item ProtoThreads=HASH(0x1b94490) for 28.810671010000.D3 eligible to run
2014.05.21 21:21:02 5: OWX_SER::Execute: Sending out 5528810671010000d3beffffffffffffffffff
2014.05.21 21:21:02 5: OWX_SER::Execute: Receiving 5528810671010000d3be8a0446087fff0610e4
2014.05.21 21:21:02 5: AfterExecute: context: ProtoThreads=HASH(0x1b94490), success: 1, reset: 1, owx_dev: 28.810671010000.D3, writedata: be, numread: 9, readdata: 8a0446087fff0610e4
2014.05.21 21:21:02 5: OWX_Executor: item ProtoThreads=HASH(0x1ba1a98) for 28.905F9B010000.8B eligible to run
2014.05.21 21:21:02 5: OWX_SER::Execute: Sending out 5528905f9b0100008bbeffffffffffffffffff
2014.05.21 21:21:02 5: OWX_SER::Execute: Receiving 5528905f9b0100008bbed5001e057fff0b101d
2014.05.21 21:21:02 5: AfterExecute: context: ProtoThreads=HASH(0x1ba1a98), success: 1, reset: 1, owx_dev: 28.905F9B010000.8B, writedata: be, numread: 9, readdata: d5001e057fff0b101d
2014.05.21 21:21:02 5: OWX_Executor: item ProtoThreads=HASH(0x184d898) for 28.0E37AC040000.FD eligible to run
2014.05.21 21:21:02 5: OWX_SER::Execute: Sending out 55280e37ac040000fdbeffffffffffffffffff
2014.05.21 21:21:02 5: OWX_SER::Execute: Receiving 55280e37ac040000fdbe58011e0a7fff0810f4
2014.05.21 21:21:02 5: AfterExecute: context: ProtoThreads=HASH(0x184d898), success: 1, reset: 1, owx_dev: 28.0E37AC040000.FD, writedata: be, numread: 9, readdata: 58011e0a7fff0810f4
2014.05.21 21:21:02 5: OWX_Executor: item ProtoThreads=HASH(0x1b2bff0) for 28.AEE870010000.B6 eligible to run
2014.05.21 21:21:02 5: OWX_SER::Execute: Sending out 5528aee870010000b6beffffffffffffffffff
2014.05.21 21:21:02 5: OWX_SER::Execute: Receiving 5528aee870010000b6beae0137037fff021074
2014.05.21 21:21:02 5: AfterExecute: context: ProtoThreads=HASH(0x1b2bff0), success: 1, reset: 1, owx_dev: 28.AEE870010000.B6, writedata: be, numread: 9, readdata: ae0137037fff021074
2014.05.21 21:21:02 5: OWX_Executor: item ProtoThreads=HASH(0x1b27058) for 28.A8A49B010000.11 eligible to run
2014.05.21 21:21:02 5: OWX_SER::Execute: Sending out 5528a8a49b01000011beffffffffffffffffff
2014.05.21 21:21:02 5: OWX_SER::Execute: Receiving 5528a8a49b01000011be35055a087fff0b10e2
2014.05.21 21:21:02 5: AfterExecute: context: ProtoThreads=HASH(0x1b27058), success: 1, reset: 1, owx_dev: 28.A8A49B010000.11, writedata: be, numread: 9, readdata: 35055a087fff0b10e2
2014.05.21 21:21:02 5: OWX_Executor: item ProtoThreads=HASH(0x1b934f8) for 10.0576A8020800.6D eligible to run
2014.05.21 21:21:03 5: OWX_SER::Execute: Sending out 55100576a80208006dbeffffffffffffffffff
2014.05.21 21:21:03 5: OWX_SER::Execute: Receiving 55100576a80208006dbe96005a08ffff0d10a7
2014.05.21 21:21:03 5: AfterExecute: context: ProtoThreads=HASH(0x1b934f8), success: 1, reset: 1, owx_dev: 10.0576A8020800.6D, writedata: be, numread: 9, readdata: 96005a08ffff0d10a7
2014.05.21 21:21:03 5: OWX_Executor: item ProtoThreads=HASH(0x1b0b9c0) for 28.1307AC040000.68 eligible to run
2014.05.21 21:21:03 5: OWX_SER::Execute: Sending out 55281307ac04000068beffffffffffffffffff
2014.05.21 21:21:03 5: OWX_SER::Execute: Receiving 55281307ac04000068be47011e0a7fff09109e
2014.05.21 21:21:03 5: AfterExecute: context: ProtoThreads=HASH(0x1b0b9c0), success: 1, reset: 1, owx_dev: 28.1307AC040000.68, writedata: be, numread: 9, readdata: 47011e0a7fff09109e
2014.05.21 21:21:30 5: OWX_Executor: item ProtoThreads=HASH(0x1852fa0) for 29.68980C000000.da eligible to run
2014.05.21 21:21:30 5: OWX_SER::Execute: Sending out 552968980c000000daf08800ffffffffffffffffffff
2014.05.21 21:21:30 5: OWX_SER::Execute: Receiving 552968980c000000daf08800f7f7ff000088ffff2706
2014.05.21 21:21:30 5: AfterExecute: context: ProtoThreads=HASH(0x1852fa0), success: 1, reset: 1, owx_dev: 29.68980C000000.da, writedata: f08800, numread: 10, readdata: f7f7ff000088ffff2706
2014.05.21 21:21:30 5: OWX_Executor: item ProtoThreads=HASH(0x1843260) for 20.0C2C0C000000.59 eligible to run
2014.05.21 21:21:30 5: OWX_SER::Execute: Sending out 55200c2c0c000000593c0f00ffff
2014.05.21 21:21:30 5: OWX_SER::Execute: Receiving 55200c2c0c000000593c0f003a03
2014.05.21 21:21:30 5: AfterExecute: context: ProtoThreads=HASH(0x1843260), success: 1, reset: 1, owx_dev: 20.0C2C0C000000.59, writedata: 3c0f00ffff, numread: 0, readdata:
2014.05.21 21:21:30 5: OWX_Executor: item ProtoThreads=HASH(0x1843260) for 20.0C2C0C000000.59 eligible to run
2014.05.21 21:21:30 5: OWX_SER::Execute: Sending out 55200c2c0c00000059aa0000ffffffffffffffffffff
2014.05.21 21:21:30 5: OWX_SER::Execute: Receiving 55200c2c0c00000059aa0000b7fa7902c902c8e6f6c7
2014.05.21 21:21:30 5: AfterExecute: context: ProtoThreads=HASH(0x1843260), success: 1, reset: 1, owx_dev: 20.0C2C0C000000.59, writedata: aa0000, numread: 10, readdata: b7fa7902c902c8e6f6c7
2014.05.21 21:21:30 5: OWX_Executor: command 1 eligible to run
2014.05.21 21:21:30 5: OWX_ASYNC_PT_Kick: kicking DS14B20 temperature conversion
2014.05.21 21:21:30 5: OWX_Executor: command 2 eligible to run
2014.05.21 21:21:30 5: OWX_SER::Search: new alarm device found 28.810671010000.D3
2014.05.21 21:21:30 5: OWX_SER::Search: new alarm device found 29.68980C000000.DA
2014.05.21 21:21:31 5:  Alarms = 28.810671010000.D3 29.68980C000000.DA
2014.05.21 21:21:31 5: OWX_Executor: item ProtoThreads=HASH(0x1af1918) for --- eligible to run
2014.05.21 21:21:31 5: OWX_SER::Execute: Sending out cc44
2014.05.21 21:21:31 5: OWX_SER::Execute: Receiving cc44
2014.05.21 21:21:31 5: AfterExecute: context: ProtoThreads=HASH(0x1af1918), success: 1, reset: 1, owx_dev: undef, writedata: 44, numread: 0, readdata:
2014.05.21 21:21:31 5: OWX_Executor: item ProtoThreads=HASH(0x1ae8378) for 20.0C2C0C000000.59 eligible to run
2014.05.21 21:21:31 5: OWX_SER::Execute: Sending out 55200c2c0c00000059aa1000ffffffffffffffffffff
2014.05.21 21:21:31 5: OWX_SER::Execute: Receiving 55200c2c0c00000059aa1000f5ff00b900b900ff11ba
2014.05.21 21:21:31 5: AfterExecute: context: ProtoThreads=HASH(0x1ae8378), success: 1, reset: 1, owx_dev: 20.0C2C0C000000.59, writedata: aa1000, numread: 10, readdata: f5ff00b900b900ff11ba
2014.05.21 21:21:31 5: OWX_Executor: item ProtoThreads=HASH(0x1b1a160) for 20.0C2C0C000000.59 eligible to run
2014.05.21 21:21:31 5: OWX_SER::Execute: Sending out 55200c2c0c00000059aa0800ffffffffffffffffffff
2014.05.21 21:21:31 5: OWX_SER::Execute: Receiving 55200c2c0c00000059aa08000001000100010001e0cf
2014.05.21 21:21:31 5: AfterExecute: context: ProtoThreads=HASH(0x1b1a160), success: 1, reset: 1, owx_dev: 20.0C2C0C000000.59, writedata: aa0800, numread: 10, readdata: 0001000100010001e0cf
2014.05.21 21:21:31 5: OWX_Executor: item ProtoThreads=HASH(0x184f870) for 28.CA0FAC040000.04 eligible to run
2014.05.21 21:21:31 5: OWX_SER::Execute: Sending out 5528ca0fac04000004beffffffffffffffffff
2014.05.21 21:21:32 5: OWX_SER::Execute: Receiving 5528ca0fac04000004beee001e0a7fff0210d3
2014.05.21 21:21:32 5: AfterExecute: context: ProtoThreads=HASH(0x184f870), success: 1, reset: 1, owx_dev: 28.CA0FAC040000.04, writedata: be, numread: 9, readdata: ee001e0a7fff0210d3
2014.05.21 21:21:32 5: OWX_Executor: item ProtoThreads=HASH(0x184f3c0) for 10.541E0B000800.35 eligible to run
2014.05.21 21:21:32 5: OWX_SER::Execute: Sending out 5510541e0b00080035beffffffffffffffffff
2014.05.21 21:21:32 5: OWX_SER::Execute: Receiving 5510541e0b00080035be77004619ffff0410b2
2014.05.21 21:21:32 5: AfterExecute: context: ProtoThreads=HASH(0x184f3c0), success: 1, reset: 1, owx_dev: 10.541E0B000800.35, writedata: be, numread: 9, readdata: 77004619ffff0410b2
2014.05.21 21:21:32 5: OWX_Executor: item ProtoThreads=HASH(0x1845e88) for 10.787E83020800.65 eligible to run
2014.05.21 21:21:32 5: OWX_SER::Execute: Sending out 5510787e8302080065beffffffffffffffffff
2014.05.21 21:21:32 5: OWX_SER::Execute: Receiving 5510787e8302080065be3e003809ffff0910ec
2014.05.21 21:21:32 5: AfterExecute: context: ProtoThreads=HASH(0x1845e88), success: 1, reset: 1, owx_dev: 10.787E83020800.65, writedata: be, numread: 9, readdata: 3e003809ffff0910ec
2014.05.21 21:21:32 5: OWX_Executor: item ProtoThreads=HASH(0x1b3be08) for 28.810671010000.D3 eligible to run
2014.05.21 21:21:32 5: OWX_SER::Execute: Sending out 5528810671010000d3beffffffffffffffffff
2014.05.21 21:21:32 5: OWX_SER::Execute: Receiving 5528810671010000d3be8b0446087fff0510f2
2014.05.21 21:21:32 5: AfterExecute: context: ProtoThreads=HASH(0x1b3be08), success: 1, reset: 1, owx_dev: 28.810671010000.D3, writedata: be, numread: 9, readdata: 8b0446087fff0510f2
2014.05.21 21:21:32 5: OWX_Executor: item ProtoThreads=HASH(0x1875630) for 28.905F9B010000.8B eligible to run
2014.05.21 21:21:32 5: OWX_SER::Execute: Sending out 5528905f9b0100008bbeffffffffffffffffff
2014.05.21 21:21:32 5: OWX_SER::Execute: Receiving 5528905f9b0100008bbed5001e057fff0b101d
2014.05.21 21:21:32 5: AfterExecute: context: ProtoThreads=HASH(0x1875630), success: 1, reset: 1, owx_dev: 28.905F9B010000.8B, writedata: be, numread: 9, readdata: d5001e057fff0b101d
2014.05.21 21:21:32 5: OWX_Executor: item ProtoThreads=HASH(0x1ae8218) for 28.0E37AC040000.FD eligible to run
2014.05.21 21:21:32 5: OWX_SER::Execute: Sending out 55280e37ac040000fdbeffffffffffffffffff
2014.05.21 21:21:33 5: OWX_SER::Execute: Receiving 55280e37ac040000fdbe58011e0a7fff0810f4
2014.05.21 21:21:33 5: AfterExecute: context: ProtoThreads=HASH(0x1ae8218), success: 1, reset: 1, owx_dev: 28.0E37AC040000.FD, writedata: be, numread: 9, readdata: 58011e0a7fff0810f4
2014.05.21 21:21:33 5: OWX_Executor: item ProtoThreads=HASH(0x1852610) for 28.AEE870010000.B6 eligible to run
2014.05.21 21:21:33 5: OWX_SER::Execute: Sending out 5528aee870010000b6beffffffffffffffffff
2014.05.21 21:21:33 5: OWX_SER::Execute: Receiving 5528aee870010000b6bead0137037fff031075
2014.05.21 21:21:33 5: AfterExecute: context: ProtoThreads=HASH(0x1852610), success: 1, reset: 1, owx_dev: 28.AEE870010000.B6, writedata: be, numread: 9, readdata: ad0137037fff031075
2014.05.21 21:21:33 5: OWX_Executor: item ProtoThreads=HASH(0x1b8aa18) for 28.A8A49B010000.11 eligible to run
2014.05.21 21:21:33 5: OWX_SER::Execute: Sending out 5528a8a49b01000011beffffffffffffffffff
2014.05.21 21:21:33 5: OWX_SER::Execute: Receiving 5528a8a49b01000011be35055a087fff0b10e2
2014.05.21 21:21:33 5: AfterExecute: context: ProtoThreads=HASH(0x1b8aa18), success: 1, reset: 1, owx_dev: 28.A8A49B010000.11, writedata: be, numread: 9, readdata: 35055a087fff0b10e2
2014.05.21 21:21:33 5: OWX_Executor: item ProtoThreads=HASH(0x184d518) for 10.0576A8020800.6D eligible to run
2014.05.21 21:21:33 5: OWX_SER::Execute: Sending out 55100576a80208006dbeffffffffffffffffff
2014.05.21 21:21:33 5: OWX_SER::Execute: Receiving 55100576a80208006dbe96005a08ffff0d10a7
2014.05.21 21:21:33 5: AfterExecute: context: ProtoThreads=HASH(0x184d518), success: 1, reset: 1, owx_dev: 10.0576A8020800.6D, writedata: be, numread: 9, readdata: 96005a08ffff0d10a7
2014.05.21 21:21:33 5: OWX_Executor: item ProtoThreads=HASH(0x1848ea0) for 28.1307AC040000.68 eligible to run
2014.05.21 21:21:33 5: OWX_SER::Execute: Sending out 55281307ac04000068beffffffffffffffffff
2014.05.21 21:21:33 5: OWX_SER::Execute: Receiving 55281307ac04000068be47011e0a7fff09109e
2014.05.21 21:21:33 5: AfterExecute: context: ProtoThreads=HASH(0x1848ea0), success: 1, reset: 1, owx_dev: 28.1307AC040000.68, writedata: be, numread: 9, readdata: 47011e0a7fff09109e
2014.05.21 21:22:00 5: OWX_Executor: item ProtoThreads=HASH(0x1ae5d98) for 29.68980C000000.da eligible to run
2014.05.21 21:22:00 5: OWX_SER::Execute: Sending out 552968980c000000daf08800ffffffffffffffffffff
2014.05.21 21:22:00 5: OWX_SER::Execute: Receiving 552968980c000000daf08800f7f7ff000088ffff2706
2014.05.21 21:22:00 5: AfterExecute: context: ProtoThreads=HASH(0x1ae5d98), success: 1, reset: 1, owx_dev: 29.68980C000000.da, writedata: f08800, numread: 10, readdata: f7f7ff000088ffff2706
2014.05.21 21:22:00 5: OWX_Executor: command 1 eligible to run
2014.05.21 21:22:00 5: OWX_ASYNC_PT_Kick: kicking DS14B20 temperature conversion
2014.05.21 21:22:00 5: OWX_Executor: command 2 eligible to run
2014.05.21 21:22:00 5: OWX_SER::Search: new alarm device found 28.810671010000.D3
2014.05.21 21:22:00 5: OWX_SER::Search: new alarm device found 29.68980C000000.DA
2014.05.21 21:22:01 5:  Alarms = 28.810671010000.D3 29.68980C000000.DA
2014.05.21 21:22:01 5: OWX_Executor: item ProtoThreads=HASH(0x1b0b520) for --- eligible to run
2014.05.21 21:22:01 5: OWX_SER::Execute: Sending out cc44
2014.05.21 21:22:01 5: OWX_SER::Execute: Receiving cc44
2014.05.21 21:22:01 5: AfterExecute: context: ProtoThreads=HASH(0x1b0b520), success: 1, reset: 1, owx_dev: undef, writedata: 44, numread: 0, readdata:
2014.05.21 21:22:01 5: OWX_Executor: item ProtoThreads=HASH(0x1b34920) for 28.CA0FAC040000.04 eligible to run
2014.05.21 21:22:01 5: OWX_SER::Execute: Sending out 5528ca0fac04000004beffffffffffffffffff
2014.05.21 21:22:01 5: OWX_SER::Execute: Receiving 5528ca0fac04000004beee001e0a7fff0210d3
2014.05.21 21:22:01 5: AfterExecute: context: ProtoThreads=HASH(0x1b34920), success: 1, reset: 1, owx_dev: 28.CA0FAC040000.04, writedata: be, numread: 9, readdata: ee001e0a7fff0210d3
2014.05.21 21:22:01 5: OWX_Executor: item ProtoThreads=HASH(0x1b41d50) for 10.541E0B000800.35 eligible to run
2014.05.21 21:22:01 5: OWX_SER::Execute: Sending out 5510541e0b00080035beffffffffffffffffff
2014.05.21 21:22:01 5: OWX_SER::Execute: Receiving 5510541e0b00080035be77004619ffff051076
2014.05.21 21:22:01 5: AfterExecute: context: ProtoThreads=HASH(0x1b41d50), success: 1, reset: 1, owx_dev: 10.541E0B000800.35, writedata: be, numread: 9, readdata: 77004619ffff051076
2014.05.21 21:22:02 5: OWX_Executor: item ProtoThreads=HASH(0x1843bc0) for 10.787E83020800.65 eligible to run
2014.05.21 21:22:02 5: OWX_SER::Execute: Sending out 5510787e8302080065beffffffffffffffffff
2014.05.21 21:22:02 5: OWX_SER::Execute: Receiving 5510787e8302080065be3f003809ffff071073
2014.05.21 21:22:02 5: AfterExecute: context: ProtoThreads=HASH(0x1843bc0), success: 1, reset: 1, owx_dev: 10.787E83020800.65, writedata: be, numread: 9, readdata: 3f003809ffff071073
2014.05.21 21:22:02 5: OWX_Executor: item ProtoThreads=HASH(0x838048) for 28.810671010000.D3 eligible to run
2014.05.21 21:22:02 5: OWX_SER::Execute: Sending out 5528810671010000d3beffffffffffffffffff
2014.05.21 21:22:02 5: OWX_SER::Execute: Receiving 5528810671010000d3be8b0446087fff0510f2
2014.05.21 21:22:02 5: AfterExecute: context: ProtoThreads=HASH(0x838048), success: 1, reset: 1, owx_dev: 28.810671010000.D3, writedata: be, numread: 9, readdata: 8b0446087fff0510f2
2014.05.21 21:22:02 5: OWX_Executor: item ProtoThreads=HASH(0x1b2c250) for 28.905F9B010000.8B eligible to run
2014.05.21 21:22:02 5: OWX_SER::Execute: Sending out 5528905f9b0100008bbeffffffffffffffffff
2014.05.21 21:22:02 5: OWX_SER::Execute: Receiving 5528905f9b0100008bbed5001e057fff0b101d
2014.05.21 21:22:02 5: AfterExecute: context: ProtoThreads=HASH(0x1b2c250), success: 1, reset: 1, owx_dev: 28.905F9B010000.8B, writedata: be, numread: 9, readdata: d5001e057fff0b101d
2014.05.21 21:22:02 5: OWX_Executor: item ProtoThreads=HASH(0x1b238e8) for 28.0E37AC040000.FD eligible to run
2014.05.21 21:22:02 5: OWX_SER::Execute: Sending out 55280e37ac040000fdbeffffffffffffffffff
2014.05.21 21:22:02 5: OWX_SER::Execute: Receiving 55280e37ac040000fdbe58011e0a7fff0810f4
2014.05.21 21:22:02 5: AfterExecute: context: ProtoThreads=HASH(0x1b238e8), success: 1, reset: 1, owx_dev: 28.0E37AC040000.FD, writedata: be, numread: 9, readdata: 58011e0a7fff0810f4
2014.05.21 21:22:02 5: OWX_Executor: item ProtoThreads=HASH(0x1ae5ed8) for 28.AEE870010000.B6 eligible to run
2014.05.21 21:22:03 5: OWX_SER::Execute: Sending out 5528aee870010000b6beffffffffffffffffff
2014.05.21 21:22:03 5: OWX_SER::Execute: Receiving 5528aee870010000b6bead0137037fff031075
2014.05.21 21:22:03 5: AfterExecute: context: ProtoThreads=HASH(0x1ae5ed8), success: 1, reset: 1, owx_dev: 28.AEE870010000.B6, writedata: be, numread: 9, readdata: ad0137037fff031075
2014.05.21 21:22:03 5: OWX_Executor: item ProtoThreads=HASH(0x18431b0) for 28.A8A49B010000.11 eligible to run
2014.05.21 21:22:03 5: OWX_SER::Execute: Sending out 5528a8a49b01000011beffffffffffffffffff
2014.05.21 21:22:03 5: OWX_SER::Execute: Receiving 5528a8a49b01000011be35055a087fff0b10e2
2014.05.21 21:22:03 5: AfterExecute: context: ProtoThreads=HASH(0x18431b0), success: 1, reset: 1, owx_dev: 28.A8A49B010000.11, writedata: be, numread: 9, readdata: 35055a087fff0b10e2
2014.05.21 21:22:03 5: OWX_Executor: item ProtoThreads=HASH(0x1a753d0) for 10.0576A8020800.6D eligible to run
2014.05.21 21:22:03 5: OWX_SER::Execute: Sending out 55100576a80208006dbeffffffffffffffffff
2014.05.21 21:22:03 5: OWX_SER::Execute: Receiving 55100576a80208006dbe96005a08ffff0d10a7
2014.05.21 21:22:03 5: AfterExecute: context: ProtoThreads=HASH(0x1a753d0), success: 1, reset: 1, owx_dev: 10.0576A8020800.6D, writedata: be, numread: 9, readdata: 96005a08ffff0d10a7
2014.05.21 21:22:03 5: OWX_Executor: item ProtoThreads=HASH(0x1aeae60) for 28.1307AC040000.68 eligible to run
2014.05.21 21:22:03 5: OWX_SER::Execute: Sending out 55281307ac04000068beffffffffffffffffff
2014.05.21 21:22:03 5: OWX_SER::Execute: Receiving 55281307ac04000068be47011e0a7fff09109e
2014.05.21 21:22:03 5: AfterExecute: context: ProtoThreads=HASH(0x1aeae60), success: 1, reset: 1, owx_dev: 28.1307AC040000.68, writedata: be, numread: 9, readdata: 47011e0a7fff09109e
2014.05.21 21:22:30 5: OWX_Executor: item ProtoThreads=HASH(0x1b32f60) for 29.68980C000000.da eligible to run
2014.05.21 21:22:30 5: OWX_SER::Execute: Sending out 552968980c000000daf08800ffffffffffffffffffff
2014.05.21 21:22:30 5: OWX_SER::Execute: Receiving 552968980c000000daf08800f7f7ff000088ffff2706
2014.05.21 21:22:30
PI 2B+/5 Raspbian 12, Perl 5.36.0, FHEM 6.3: 295 Module in ConfigDB: Steuerung Heizkessel, FBH, Solarthermie, kontr. Lüftung mit WRG. Smarthome u.a. HMCUL, 1-Wire (FT232RL ; DS2480B), EnOcean (TCM EPS3), MQTT2. DOIF, PID20, Threshold, OWX; Micropelt IRTV, Volkszähler, SolarForecast; MariaDB