Re: [MAX] Update heute - Fehlermeldungen und Logeinträge

Begonnen von Guest, 13 Dezember 2012, 08:50:53

Vorheriges Thema - Nächstes Thema

Guest

Originally posted by: <email address deleted>

Mir sind noch 3 Kleinigkeiten aufgefallen:
 
a) Die Temperaturen 4.5 und 30.5 scheinen die Sonderfunktionen ON
respektive OFF zu haben (habs im Wiki ergänzt).
 
b) Ich glaube die Heinzungssteller gehen um 1h nach seit dem ich sie an das
CUL (COC) angelernt hab.
 
Da ich ja die Adresse vom Cube gefakt hatte blieb das Automatikprogramm
gespeichert und wird auch noch abgearbeitet, aber ein Ereignis das sagen
wir mal um 10:45 stattfinden sollte wird erst um 11:45 ausgeführt!
 
Sommerzeit Problem möchte ich ausschließen da alle Komponenten den
Erstbetrieb nach der Zeitumstellung auf MEZ hatten.
 
c) Kann an mir liegen, aber es schien als ob die Heizungsregler, wenn ich
sie z.B. über Nacht in Ruhe lasse, am nächsten Tag erstmal nicht mehr auf
Steuerbefehle vom CUL reagieren. Ich meine das ging erst wieder nachdem ich
manuell an den Reglern gespielt hatte. Ich werd das noch genauer beobachten.

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

Matthias Gehre

                                                       

@headcrash:
a) Steht auch in der Commandref. Hast aber recht, ist besser wenns auch
nochmal im Wiki steht.
b) Guter Fund. 14_CUL_MAX sendet alle 6 Stunden (wie der Cube) ein
TimeInformation Paket. Leider ist noch nicht ganz
klar, wie das gebaut wird. Also Zeit und Datum an sich geht so grob, aber
dann gibt's noch 4 Bits, bei denen ich nicht weiß, was die tun.

Immer wenn der Cube ein TimeInformation Paket sendet, schreiben wir ins Log
(verbose 5) ein
CUL_MAX_Parse: Got TimeInformation: (in GMT) year $year, mon $month, day
$day, hour $hour, min $min, sec $sec, unk ($unk1, $unk2, $unk3)

Um zu testen, ob die Zeit wirklich immer in GMT kommt, und ob unbekannten
bits (alles hinter unk) etwas mit der Zeitverschiebung zu tun haben,
könntest du mit der offiziellen Max Software auf dem Cube bel. Zeiten
einstellen und dann schauen, welche "CUL_MAX_Parse: Got TimeInformation"
Zeilen im Log auftauchen. Insbesondere würde ich Daten mit Sommer- und
welche mit Winterzeit testen.

c) Ich hab gestern/vorgestern ins culfw einen Patch committed, der solche
Probleme beheben soll. Bitte mal mit der aktuellsten Firmware testen.

@daniel:
Welches Backend benutzt du? MAXLAN oder CUL_MAX?
Passiert im Log was (verbose 5), während du die Absenk-Temperatur am Gerät
einstellst?

Bitte Logs von dem Wandthermostat mit richtiger Temperatur und Logs vom
Wandthermostat mit falscher Temperatur.


Am 13. Dezember 2012 08:50 schrieb Head Crash :

> Mir sind noch 3 Kleinigkeiten aufgefallen:
>
> a) Die Temperaturen 4.5 und 30.5 scheinen die Sonderfunktionen ON
> respektive OFF zu haben (habs im Wiki ergänzt).
>
> b) Ich glaube die Heinzungssteller gehen um 1h nach seit dem ich sie an
> das CUL (COC) angelernt hab.
>
> Da ich ja die Adresse vom Cube gefakt hatte blieb das Automatikprogramm
> gespeichert und wird auch noch abgearbeitet, aber ein Ereignis das sagen
> wir mal um 10:45 stattfinden sollte wird erst um 11:45 ausgeführt!
>
> Sommerzeit Problem möchte ich ausschließen da alle Komponenten den
> Erstbetrieb nach der Zeitumstellung auf MEZ hatten.
>
> c) Kann an mir liegen, aber es schien als ob die Heizungsregler, wenn ich
> sie z.B. über Nacht in Ruhe lasse, am nächsten Tag erstmal nicht mehr auf
> Steuerbefehle vom CUL reagieren. Ich meine das ging erst wieder nachdem ich
> manuell an den Reglern gespielt hatte. Ich werd das noch genauer beobachten.
>
> --
> To unsubscribe from this group, send email to
> fhem-users+unsubscribe@googlegroups.com
>

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

lms-daniel

                                               

Hallo,
nutze den CUBE. ein CUL habe ich leider gar nicht zur Verfügung, da der
Rest über EUL (Enocean) läuft.

*1) Thema falsche Ist-Temperatur am WT*

Ich hab hier mal einen Verbose 5 Log:
Keine Ahnung welche Daten Du genau brauchst, ich hab einfach mal einen
Ausschnitt kopiert, der hoffentlich das notwendige enthält.
Nochmal kurz zur INFO:
"WT"... ist bei mir ein Wandthermostat
"HT".. ein Heizkörperthermostat
MAX_015c0a ist ein gepairtes HT das aber gerade außer Betrieb genommen
wurde und mit noch niemanden über associate veknüpft wurde

MAX_03caf3 ist das BETREFFENDE WT das die falsche Ist-Temperatur anzeigt,
aber mit noch niemanden über associate veknüpft wurde

*2) Verstellen der hinterlegten Werte für Comfort-/ Absenktemperatur am WT*:

Womit ich ein Problem habe ist wie ich beim Thema Einstellen des
hinterlegten Wertes der Absenktemperatur am WT konkret weiterhelfen soll???
Wenn ich die Taste Absenktemperatur kurz betätige wird ein normaler
Set-Befehl an das HT gesendet, ein langer Tastendruck der bei
nicht-gepairten WTs die Temperatur zum verstellen ermöglich beweirkt bei
gepairten gar nichts.
Log Ausschnitt nach Betätigen der Taste Absenktemperatur am
WT_Arbeitszimmer:

Hier noch auffällig:
Im FHEM ist als Absenk-/ ECO-Temperatur 17 und als Comfort-Temperatur 21°C
hinterlegt.
Das WT selbst wird bei Drücken einer der Tasten 16,5 bzw. 21,5°C
ausgeführt!!!
Beim HT konnte ich die hinterlegten Werte über FHEM abändern. Diese stehen
auf 19 bzw. 22°C

Am Donnerstag, 13. Dezember 2012 21:39:12 UTC+1 schrieb Matthias Gehre:
>
> @daniel:
> Welches Backend benutzt du? MAXLAN oder CUL_MAX?
> Passiert im Log was (verbose 5), während du die Absenk-Temperatur am Gerät
> einstellst?
>
> Bitte Logs von dem Wandthermostat mit richtiger Temperatur und Logs vom
> Wandthermostat mit falscher Temperatur.
>
>

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

2012.12.15 08:41:10 5: MAXLAN_SimpleWrite:  l:
2012.12.15 08:41:10 5: Msg L:CwFZ5KgSGRUhAAAADAKwzqgSGQQhAAAA1gsBXAoDDhkAAAAAAAwDyvOoEhgEIgD6ANX=
2012.12.15 08:41:10 5: len 11, addr 0159e4, initialized 1, valid 1, rferror 0, errframetype 168, answer 0, unkbit (0,0,0)
2012.12.15 08:41:10 5: CUBE_1 dispatch MAX,1,ThermostatState,0159e4,191521000000
2012.12.15 08:41:10 5: MAX_Parse MAX,1,ThermostatState,0159e4,191521000000
2012.12.15 08:41:10 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 1, valveposition 21 %, temperaturesetpoint 16.5, until , curTemp
2012.12.15 08:41:10 5: Triggering Max_HKT_Arbeitszimmer (4 changes)
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_MAX_015c0a for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_MAX_03b668 for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_Testschalter for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking Logfile for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking WEB for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking WEBphone for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking WEBtablet for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking autocreate for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking initialUsbCheck for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking longclick for notify
2012.12.15 08:41:10 5: Max_HKT_Arbeitszimmer trigger: Checking shortclick for notify
2012.12.15 08:41:10 5: len 12, addr 02b0ce, initialized 1, valid 1, rferror 0, errframetype 168, answer 0, unkbit (0,0,0)
2012.12.15 08:41:10 5: CUBE_1 dispatch MAX,1,ThermostatState,02b0ce,190421000000d6
2012.12.15 08:41:11 5: MAX_Parse MAX,1,ThermostatState,02b0ce,190421000000d6
2012.12.15 08:41:11 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 1, valveposition 4 %, temperaturesetpoint 16.5, until , curTemp
2012.12.15 08:41:11 5: Triggering Max_WT_Arbeitszimmer (4 changes)
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_MAX_015c0a for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_MAX_03b668 for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_Testschalter for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking Logfile for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking WEB for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking WEBphone for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking WEBtablet for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking autocreate for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking initialUsbCheck for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking longclick for notify
2012.12.15 08:41:11 5: Max_WT_Arbeitszimmer trigger: Checking shortclick for notify
2012.12.15 08:41:11 5: len 11, addr 015c0a, initialized 1, valid 0, rferror 1, errframetype 3, answer 1, unkbit (0,0,0)
2012.12.15 08:41:11 5: len 12, addr 03caf3, initialized 1, valid 1, rferror 0, errframetype 168, answer 0, unkbit (0,0,0)
2012.12.15 08:41:11 5: CUBE_1 dispatch MAX,1,ThermostatState,03caf3,18042200fa00d5
2012.12.15 08:41:11 5: MAX_Parse MAX,1,ThermostatState,03caf3,18042200fa00d5
2012.12.15 08:41:11 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 0, valveposition 4 %, temperaturesetpoint 17, until , curTemp 25
2012.12.15 08:41:11 5: Triggering MAX_03caf3 (5 changes)
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking FileLog_MAX_015c0a for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking FileLog_MAX_03b668 for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking FileLog_Testschalter for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking Logfile for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking WEB for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking WEBphone for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking WEBtablet for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking autocreate for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking initialUsbCheck for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking longclick for notify
2012.12.15 08:41:11 5: MAX_03caf3 trigger: Checking shortclick for notify
2012.12.15 08:41:35 4: HTTP FHEMWEB:192.168.178.22:3357 GET /fhem?cmd=logwrapper%20Logfile%20text%20fhem-2012-12.log
2012.12.15 07:51:37 5: Cmd: >setstate CUBE_1 initalized<
2012.12.15 07:51:37 5: Cmd: >setstate EUL opened<
2012.12.15 07:51:37 5: Cmd: >setstate EnO_switch_00109442 closed<
2012.12.15 07:51:37 5: Cmd: >setstate EnO_switch_00109442 2012-12-13 17:55:26 state closed<
2012.12.15 07:51:37 5: Cmd: >setstate FileLog_EnO_switch_00109442 active<
2012.12.15 07:51:37 5: Cmd: >setstate FileLog_EnO_switch_001EC3F0 active<
2012.12.15 07:51:37 5: Cmd: >setstate FileLog_EnO_switch_0102859D active<
2012.12.15 07:51:37 5: Cmd: >setstate FileLog_MAX_015c0a active<
2012.12.15 07:51:37 5: Cmd: >setstate FileLog_MAX_03b668 active<
2012.12.15 07:51:37 5: Cmd: >setstate FileLog_MAX_03caf3 active<
2012.12.15 07:51:37 5: Cmd: >setstate FileLog_Max_HKT_Arbeitszimmer active<
2012.12.15 07:51:37 5: Cmd: >setstate FileLog_Max_WT_Arbeitszimmer active<
2012.12.15 07:51:37 5: Cmd: >setstate FileLog_Testschalter active<
2012.12.15 07:51:37 5: Cmd: >setstate FileLog_eg_wz_Fernbedienung active<
2012.12.15 07:51:37 5: Cmd: >setstate Logfile active<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_015c0a 0.0 °C<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_015c0a 2012-12-12 09:58:35 battery ok<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_015c0a 2012-12-13 20:01:09 boostDuration 5<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_015c0a 2012-12-13 20:01:09 boostValveposition 80<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_015c0a 2012-12-13 20:01:09 comfortTemperature 21<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_015c0a 2012-12-13 20:01:09 decalcification Sat, 12:00<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_015c0a 2012-12-12 09:58:35 desiredTemperature 0.0<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_015c0a 2012-12-13 20:01:09 ecoTemperature 17<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_015c0a 2012-12-13 20:01:09 maxValveSetting 100<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_015c0a 2012-12-13 20:01:09 maximumTemperature 30.5<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_015c0a 2012-12-13 20:01:09 measurementOffset 0<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_015c0a 2012-12-13 20:01:09 minimumTemperature 4.5<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_015c0a 2012-12-13 20:01:09 valveOffset 0<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_015c0a 2012-12-12 09:58:35 valveposition 0<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_015c0a 2012-12-13 20:01:09 windowOpenDuration 15<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_015c0a 2012-12-13 20:01:09 windowOpenTemperature 12<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03b668 connected<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03b668 2012-12-13 20:01:08 connection 1<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 21.0 °C<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 2012-12-15 07:50:52 battery ok<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 2012-12-13 21:00:58 boostDuration 0<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 2012-12-13 21:00:58 boostValveposition 40<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 2012-12-13 21:00:58 comfortTemperature 21<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 2012-12-13 21:00:58 decalcification Mon, 5:00<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 2012-12-15 07:50:52 desiredTemperature 21.0<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 2012-12-15 07:50:52 displayActualTemperature 1<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 2012-12-13 21:00:58 ecoTemperature 17<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 2012-12-13 21:00:58 maxValveSetting 12.5490196078431<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 2012-12-13 21:00:58 maximumTemperature 30.5<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 2012-12-13 21:00:58 measurementOffset 30.5<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 2012-12-13 21:00:58 minimumTemperature 4.5<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 2012-12-15 07:50:52 mode auto<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 2012-12-15 07:50:52 temperature 52.5<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 2012-12-13 21:00:58 valveOffset 27.0588235294118<
2012.12.15 07:51:37 5: Cmd: >setstate MAX_03caf3 2012-12-13 21:00:58 windowOpenTemperature 36<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 21.5 °C<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-15 07:50:52 battery ok<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-13 20:01:09 boostDuration 5<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-13 20:01:09 boostValveposition 80<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-13 20:01:09 comfortTemperature 22<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-13 20:01:09 decalcification Sat, 12:00<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-15 07:50:52 desiredTemperature 21.5<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-13 20:01:09 ecoTemperature 19<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-13 20:01:09 maxValveSetting 100<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-13 20:01:09 maximumTemperature 30.5<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-13 20:01:09 measurementOffset 0<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-13 20:01:09 minimumTemperature 4.5<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-15 07:50:52 mode manual<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-15 07:04:31 temperature 22<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-13 20:01:09 valveOffset 0<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-15 07:50:52 valveposition 17<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-13 20:01:09 windowOpenDuration 15<
2012.12.15 07:51:37 5: Cmd: >setstate Max_HKT_Arbeitszimmer 2012-12-13 20:01:09 windowOpenTemperature 12<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 21.5 °C<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 2012-12-15 07:50:52 battery ok<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 2012-12-13 20:01:09 boostDuration 0<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 2012-12-13 20:01:09 boostValveposition 40<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 2012-12-13 20:01:09 comfortTemperature 21<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 2012-12-13 20:01:09 decalcification Mon, 5:00<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 2012-12-15 07:50:52 desiredTemperature 21.5<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 2012-12-15 07:50:52 displayActualTemperature 1<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 2012-12-13 20:01:09 ecoTemperature 17<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 2012-12-13 20:01:09 maxValveSetting 12.5490196078431<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 2012-12-13 20:01:09 maximumTemperature 30.5<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 2012-12-13 20:01:09 measurementOffset 30.5<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 2012-12-13 20:01:09 minimumTemperature 4.5<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 2012-12-15 07:50:52 mode manual<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 2012-12-14 14:44:38 temperature 52.1<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 2012-12-13 20:01:09 valveOffset 27.0588235294118<
2012.12.15 07:51:37 5: Cmd: >setstate Max_WT_Arbeitszimmer 2012-12-13 20:01:09 windowOpenTemperature 36<
2012.12.15 07:51:37 5: Cmd: >setstate autocreate active<
2012.12.15 07:51:37 5: Cmd: >setstate global <
2012.12.15 07:51:37 5: Cmd: >setstate initialUsbCheck active<
2012.12.15 07:51:37 5: Cmd: >setstate longclick active<
2012.12.15 07:51:37 5: Cmd: >setstate shortclick active<
2012.12.15 07:51:38 5: Triggering global (1 changes)
2012.12.15 07:51:38 5: global trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.15 07:51:38 5: global trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.15 07:51:38 5: global trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.15 07:51:38 5: global trigger: Checking FileLog_MAX_015c0a for notify
2012.12.15 07:51:38 5: global trigger: Checking FileLog_MAX_03b668 for notify
2012.12.15 07:51:38 5: global trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.15 07:51:38 5: global trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.15 07:51:38 5: global trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.15 07:51:38 5: global trigger: Checking FileLog_Testschalter for notify
2012.12.15 07:51:38 5: global trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.15 07:51:38 5: global trigger: Checking Logfile for notify
2012.12.15 07:51:38 5: global trigger: Checking WEB for notify
2012.12.15 07:51:38 5: global trigger: Checking WEBphone for notify
2012.12.15 07:51:38 5: global trigger: Checking WEBtablet for notify
2012.12.15 07:51:38 5: global trigger: Checking autocreate for notify
2012.12.15 07:51:38 5: global trigger: Checking initialUsbCheck for notify
2012.12.15 07:51:38 5: global trigger: Checking longclick for notify
2012.12.15 07:51:38 5: global trigger: Checking shortclick for notify
2012.12.15 07:51:38 4: /fhem?save=Save+fhem.cfg&saveName=fhem.cfg&cmd=style+save+fhem.cfg&data=attr+global+autoload_undefined_devices+1%0D%0Aattr+global+logfile+.%2Flog%2Ffhem-%25Y-%25m.log%0D%0Aattr+global+modpath+.%0D%0Aattr+global+motd+none%0D%0Aattr+global+statefile+.%2Flog%2Ffhem.save%0D%0Aattr+global+userattr+devStateIcon+icon+webCmd%0D%0Aattr+global+verbose+5%0D%0A%23Unterdr%C3%BCcken+passwort+securityCheck%0D%0A%23Falls+man+FritzBoxPasswort+nutzt+obere+Zeile+deaktivieren+und%0D%0A%23attr+WEB+basicAuth+%7Buse+FritzBoxUtils%3B%3BFB_checkPw%28%22localhost%22%2C%22%24password%22%29+%7D+%0D%0A%0D%0A%0D%0Adefine+telnetPort+telnet+7072+global%0D%0Aattr+telnetPort+password+%7Buse+FritzBoxUtils%3B%3BFB_checkPw%28%22localhost%22%2C%22%24password%22%29+%7D%0D%0A%0D%0Adefine+WEB+FHEMWEB+8083+global%0D%0Aattr+WEB+basicAuth+%7Buse+FritzBoxUtils%3B%3BFB_checkPw%28%22localhost%22%2C%22%24password%22%29+%7D%0D%0Aattr+WEB+stylesheetPrefix+dark%0D%0A%0D%0Adefine+WEBphone+FHEMWEB+8084+global%0D%0Aattr+WEBphone+basicAuth+%7Buse+FritzBoxUtils%3B%3BFB_checkPw%28%22localhost%22%2C%22%24password%22%29+%7D%0D%0Aattr+WEBphone+smallscreen+1%0D%0A%0D%0Adefine+WEBtablet+FHEMWEB+8085+global%0D%0Aattr+WEBtablet+basicAuth+%7Buse+FritzBoxUtils%3B%3BFB_checkPw%28%22localhost%22%2C%22%24password%22%29+%7D%0D%0Aattr+WEBtablet+touchpad+1%0D%0A%0D%0A%23+Fake+FileLog+entry%2C+to+access+the+fhem+log+from+FHEMWEB+%0D%0Adefine+Logfile+FileLog+.%2Flog%2Ffhem-%25Y-%25m.log+fakelog%0D%0A%0D%0Adefine+autocreate+autocreate%0D%0Aattr+autocreate+autosave+1%0D%0Aattr+autocreate+device_room+%25TYPE%0D%0Aattr+autocreate+filelog+.%2Flog%2F%25NAME-%25Y.log%0D%0Aattr+autocreate+weblink+1%0D%0Aattr+autocreate+weblink_room+Plots%0D%0A%0D%0A%23+Disable+this+to+avoid+looking+for+new+USB+devices+on+startup%0D%0Adefine+initialUsbCheck+notify+global%3AINITIALIZED+usb+create%0D%0A%0D%0A%0D%0A%23+If+the+above+notify+did+not+helped%2C+then+you+probably+have+to+enable+some+of%0D%0A%23+the+following+lines.++Verify+first+that+%2Fdev%2Fxxx+ist+correct.%0D%0A%0D%0A%23define+FHZ+FHZ+%2Fdev%2FUSB0%0D%0A%23define+CUL+CUL+%2Fdev%2FttyACM0%409600+1234%0D%0A%23attr+CUL+rfmode+HomeMatic%0D%0A%0D%0Adefine+EUL+TCM+310+%2Fdev%2FttyACM0%4057600%0D%0A%23Orininal+meine+fruehere+Version%0D%0A%23define+TCM310+TCM+310+%2Fdev%2FttyACM0%4057600%0D%0A%23define+BscBor+TCM+120+%2Fdev%2FttyUSB0%409600%0D%0A%23define+BscSmartConnect+TCM+310+%2Fdev%2FttyUSB0%4057600%0D%0A%0D%0A%0D%0A%23MAX-CUBE%0D%0A%0D%0Adefine+CUBE_1+MAXLAN+192.168.178.41%0D%0A%0D%0Adefine+shortclick+notify+nForTimer+set+%25EVTPART0+on%3B%3Bsleep+0.5%3B%3Bset+%25EVTPART0+released%0D%0A%0D%0Adefine+longclick+notify+nForTimer+set+%25EVTPART0+on%3B%3Bsleep+5%3B%3Bset+%25EVTPART0+released%0D%0A%0D%0Adefine+eg_wz_Fernbedienung+EnOcean+002221FF%0D%0Aattr+eg_wz_Fernbedienung+room+EnOcean%0D%0Aattr+eg_wz_Fernbedienung+subType+dimmCtrl%0D%0A%23attr+eg_wz_Fernbedienung+eventMap+B0%3Aoff+BI%3Aon%0D%0A%0D%0Adefine+FileLog_eg_wz_Fernbedienung+FileLog+.%2Flog%2Feg_wz_Fernbedienung-%25Y.log+eg_wz_Fernbedienung%0D%0Aattr+FileLog_eg_wz_Fernbedienung+logtype+text%0D%0Aattr+FileLog_eg_wz_Fernbedienung+room+EnOcean%0D%0A%0D%0Adefine+EnO_switch_001EC3F0+EnOcean+001EC3F0%0D%0Aattr+EnO_switch_001EC3F0+room+EnOcean%0D%0Aattr+EnO_switch_001EC3F0+subType+dimmCtrl%0D%0A%23attr+EnO_switch_001EC3F0+eventMap+B0%3Aon+BI%3Aoff%0D%0A%0D%0Adefine+FileLog_EnO_switch_001EC3F0+FileLog+.%2Flog%2FEnO_switch_001EC3F0-%25Y.log+EnO_switch_001EC3F0%0D%0Aattr+FileLog_EnO_switch_001EC3F0+logtype+text%0D%0Aattr+FileLog_EnO_switch_001EC3F0+room+EnOcean%0D%0A%0D%0Adefine+Testschalter+EnOcean+FFF6AF81%0D%0Aattr+Testschalter+room+EnOcean%0D%0Aattr+Testschalter+subType+dimmCtrl%0D%0A%23attr+Testschalter+eventMap+B0%3Aon+BI%3Aoff%0D%0A%0D%0Adefine+FileLog_Testschalter+FileLog+.%2Flog%2FTestschalter-%25Y.log+Testschalter%0D%0Aattr+FileLog_Testschalter+logtype+text%0D%0Aattr+FileLog_Testschalter+room+EnOcean%0D%0A%0D%0Adefine+EnO_switch_0102859D+EnOcean+0102859D%0D%0Aattr+EnO_switch_0102859D+room+EnOcean%0D%0Aattr+EnO_switch_0102859D+subType+dimmer%0D%0A%23attr+EnO_switch_0102859D+eventMap+B0%3Aoff+BI%3Aon%0D%0A%0D%0Adefine+FileLog_EnO_switch_0102859D+FileLog+.%2Flog%2FEnO_switch_0102859D-%25Y.log+EnO_switch_0102859D%0D%0Aattr+FileLog_EnO_switch_0102859D+logtype+text%0D%0Aattr+FileLog_EnO_switch_0102859D+room+EnOcean%0D%0A%0D%0Adefine+EnO_switch_00109442+EnOcean+00109442%0D%0Aattr+EnO_switch_00109442+eventMap+B0%3Aoff+BI%3Aon%0D%0Aattr+EnO_switch_00109442+room+EnOcean%0D%0Aattr+EnO_switch_00109442+subType+switch%0D%0A%0D%0Adefine+FileLog_EnO_switch_00109442+FileLog+.%2Flog%2FEnO_switch_00109442-%25Y.log+EnO_switch_00109442%0D%0Aattr+FileLog_EnO_switch_00109442+logtype+text%0D%0Aattr+FileLog_EnO_switch_00109442+room+EnOcean%0D%0Adefine+MAX_03b668+MAX+Cube+03b668%0D%0Aattr+MAX_03b668+room+MAX%0D%0Adefine+FileLog_MAX_03b668+FileLog+.%2Flog%2FMAX_03b668-%25Y.log+MAX_03b668%0D%0Aattr+FileLog_MAX_03b668+logtype+text%0D%0Aattr+FileLog_MAX_03b668+room+MAX%0D%0Adefine+Max_HKT_Arbeitszimmer+MAX+HeatingThermostat+0159e4%0D%0Aattr+Max_HKT_Arbeitszimmer+room+MAX%0D%0Adefine+FileLog_Max_HKT_Arbeitszimmer+FileLog+.%2Flog%2FMax_HKT_Arbeitszimmer-%25Y.log+Max_HKT_Arbeitszimmer%0D%0Aattr+FileLog_Max_HKT_Arbeitszimmer+logtype+text%0D%0Aattr+FileLog_Max_HKT_Arbeitszimmer+room+MAX%0D%0Adefine+Max_WT_Arbeitszimmer+MAX+WallMountedThermostat+02b0ce%0D%0Aattr+Max_WT_Arbeitszimmer+room+MAX%0D%0Adefine+FileLog_Max_WT_Arbeitszimmer+FileLog+.%2Flog%2FMax_WT_Arbeitszimmer-%25Y.log+Max_WT_Arbeitszimmer%0D%0Aattr+FileLog_Max_WT_Arbeitszimmer+logtype+text%0D%0Aattr+FileLog_Max_WT_Arbeitszimmer+room+MAX%0D%0Adefine+MAX_015c0a+MAX+HeatingThermostat+015c0a%0D%0Aattr+MAX_015c0a+room+MAX%0D%0Adefine+FileLog_MAX_015c0a+FileLog+.%2Flog%2FMAX_015c0a-%25Y.log+MAX_015c0a%0D%0Aattr+FileLog_MAX_015c0a+logtype+text%0D%0Aattr+FileLog_MAX_015c0a+room+MAX%0D%0Adefine+MAX_03caf3+MAX+WallMountedThermostat+03caf3%0D%0Aattr+MAX_03caf3+room+MAX%0D%0Adefine+FileLog_MAX_03caf3+FileLog+.%2Flog%2FMAX_03caf3-%25Y.log+MAX_03caf3%0D%0Aattr+FileLog_MAX_03caf3+logtype+text%0D%0Aattr+FileLog_MAX_03caf3+room+MAX%0D%0A / RL: 1327 / text/html; charset=UTF-8 / Content-Encoding: gzip
 /
2012.12.15 07:51:38 3: Opening CUBE_1 device 192.168.178.41:62910
2012.12.15 07:51:38 3: CUBE_1 device opened
2012.12.15 07:51:38 5: Msg H:JEQ0132026,03b668,0111,00000000,3b8f36b3,00,32,0c0c0f,0733,03,0000
2012.12.15 07:51:38 5: CUBE_1 dispatch MAX,1,define,03b668,Cube,JEQ0132026,0,1
2012.12.15 07:51:38 5: MAX_Parse MAX,1,define,03b668,Cube,JEQ0132026,0,1
2012.12.15 07:51:38 5: CUBE_1 dispatch MAX,1,CubeConnectionState,03b668,1
2012.12.15 07:51:38 5: MAX_Parse MAX,1,CubeConnectionState,03b668,1
2012.12.15 07:51:38 5: Triggering MAX_03b668 (1 changes)
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking FileLog_MAX_015c0a for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking FileLog_MAX_03b668 for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking FileLog_Testschalter for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking Logfile for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking WEB for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking WEBphone for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking WEBtablet for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking autocreate for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking initialUsbCheck for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking longclick for notify
2012.12.15 07:51:38 5: MAX_03b668 trigger: Checking shortclick for notify
2012.12.15 07:51:38 5: CUBE_1 dispatch MAX,1,CubeClockState,03b668,3
2012.12.15 07:51:38 5: MAX_Parse MAX,1,CubeClockState,03b668,3
2012.12.15 07:51:38 5: MAXLAN_Parse: Got hello, connection ip 3b8f36b3, duty cycle 00, freememory 32, clockset 3
2012.12.15 07:51:38 5: Msg M:
2012.12.15 07:51:38 5: Msg C:03b668,7QO2aAARAQBKRVEwMTMyMDI2AAsABEAAAAAAAAAAAP///////////////////////////wsABEAAAAAAAAAAQf///////////////////////////2h0dHA6Ly9tYXgtcG9ydGFsLmVxLTMuZGU6ODAvbG9va3VwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAENFVAAACgADAAAOEENFU1QAAwAAAAAcIA==
2012.12.15 07:51:38 5: len 237, addr 03b668, devicetype 0, firmware 1, testresult 0, groupid 17, serial JEQ0132026
2012.12.15 07:51:38 5: CUBE_1 dispatch MAX,1,define,03b668,Cube,JEQ0132026,17,1
2012.12.15 07:51:38 5: MAX_Parse MAX,1,define,03b668,Cube,JEQ0132026,17,1
2012.12.15 07:51:38 5: CUBE_1 dispatch MAX,1,Error,03b668
2012.12.15 07:51:38 5: MAX_Parse MAX,1,Error,03b668
2012.12.15 07:51:38 5: Msg C:0159e4,0gFZ5AEAFv9KRVEwMzM0MTc4LCY9CQcYAzAM/wBESFUIRSBFIEUgRSBFIEUgRSBFIEUgRSBFIERIVQhFIEUgRSBFIEUgRSBFIEUgRSBFIEUgREhUbETMVRRFIEUgRSBFIEUgRSBFIEUgRSBESFRsRMxVFEUgRSBFIEUgRSBFIEUgRSBFIERIVGxEzFUURSBFIEUgRSBFIEUgRSBFIEUgREhUbETMVRRFIEUgRSBFIEUgRSBFIEUgRSBESFRsRMxVFEUgRSBFIEUgRSBFIEUgRSBFIA==
2012.12.15 07:51:38 5: len 210, addr 0159e4, devicetype 1, firmware 22, testresult 255, groupid 0, serial JEQ0334178
2012.12.15 07:51:38 5: CUBE_1 dispatch MAX,1,define,0159e4,HeatingThermostat,JEQ0334178,0,1
2012.12.15 07:51:38 5: MAX_Parse MAX,1,define,0159e4,HeatingThermostat,JEQ0334178,0,1
2012.12.15 07:51:38 5: comfortemp 22, ecotemp 19, boostValve 80, boostDuration 5, tempoffset 0, 4.5 minsetpointtemp, maxsetpointtemp 30.5, windowopentemp 12, windowopendur 15
2012.12.15 07:51:38 5: CUBE_1 dispatch MAX,1,ThermostatConfig,0159e4,19,22,80,5,0,30.5,4.5,12,15,100,0,0,12,444855084520452045204520452045204520452045204520452044485508452045204520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc5514452045204520452045204520452045204520
2012.12.15 07:51:38 5: MAX_Parse MAX,1,ThermostatConfig,0159e4,19,22,80,5,0,30.5,4.5,12,15,100,0,0,12,444855084520452045204520452045204520452045204520452044485508452045204520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc5514452045204520452045204520452045204520
2012.12.15 07:51:38 5: Triggering Max_HKT_Arbeitszimmer (12 changes)
2012.12.15 07:51:38 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.15 07:51:38 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.15 07:51:38 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.15 07:51:38 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_MAX_015c0a for notify
2012.12.15 07:51:38 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_MAX_03b668 for notify
2012.12.15 07:51:38 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.15 07:51:38 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.15 07:51:41 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.15 07:51:41 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_Testschalter for notify
2012.12.15 07:51:41 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.15 07:51:41 5: Max_HKT_Arbeitszimmer trigger: Checking Logfile for notify
2012.12.15 07:51:41 5: Max_HKT_Arbeitszimmer trigger: Checking WEB for notify
2012.12.15 07:51:41 5: Max_HKT_Arbeitszimmer trigger: Checking WEBphone for notify
2012.12.15 07:51:41 5: Max_HKT_Arbeitszimmer trigger: Checking WEBtablet for notify
2012.12.15 07:51:41 5: Max_HKT_Arbeitszimmer trigger: Checking autocreate for notify
2012.12.15 07:51:41 5: Max_HKT_Arbeitszimmer trigger: Checking initialUsbCheck for notify
2012.12.15 07:51:41 5: Max_HKT_Arbeitszimmer trigger: Checking longclick for notify
2012.12.15 07:51:41 5: Max_HKT_Arbeitszimmer trigger: Checking shortclick for notify
2012.12.15 07:51:42 5: CUBE_1 dispatch MAX,1,Error,0159e4
2012.12.15 07:51:42 5: MAX_Parse MAX,1,Error,0159e4
2012.12.15 07:51:42 5: Msg C:02b0ce,ywKwzgMAEgBJRVEwNDkxNzAwKiI9CURIVQhFIEUgRSBFIEUgRSBFIEUgRSBFIEUgREhVCEUgRSBFIEUgRSBFIEUgRSBFIEUgRSBESFRsRMxVFEUgRSBFIEUgRSBFIEUgRSBFIERIVGxEzFUURSBFIEUgRSBFIEUgRSBFIEUgREhUbETMVRRFIEUgRSBFIEUgRSBFIEUgRSBESFRsRMxVFEUgRSBFIEUgRSBFIEUgRSBFIERIVGxEzFUURSBFIEUgRSBFIEUgRSBFIEUg
2012.12.15 07:51:42 5: len 203, addr 02b0ce, devicetype 3, firmware 18, testresult 0, groupid 0, serial IEQ0491700
2012.12.15 07:51:42 5: CUBE_1 dispatch MAX,1,define,02b0ce,WallMountedThermostat,IEQ0491700,0,1
2012.12.15 07:51:42 5: MAX_Parse MAX,1,define,02b0ce,WallMountedThermostat,IEQ0491700,0,1
2012.12.15 07:51:42 5: comfortemp 21, ecotemp 17, boostValve 40, boostDuration 0, tempoffset 30.5, 4.5 minsetpointtemp, maxsetpointtemp 30.5, windowopentemp 36, windowopendur 425
2012.12.15 07:51:42 5: CUBE_1 dispatch MAX,1,ThermostatConfig,02b0ce,17,21,40,0,30.5,30.5,4.5,36,425,12.5490196078431,27.0588235294118,2,5,2045204520452045204520452045204520452044485508452045204520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc5514452045204520452045204520452045204520
2012.12.15 07:51:42 5: MAX_Parse MAX,1,ThermostatConfig,02b0ce,17,21,40,0,30.5,30.5,4.5,36,425,12.5490196078431,27.0588235294118,2,5,2045204520452045204520452045204520452044485508452045204520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc5514452045204520452045204520452045204520
2012.12.15 07:51:42 5: Triggering Max_WT_Arbeitszimmer (11 changes)
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_MAX_015c0a for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_MAX_03b668 for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_Testschalter for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking Logfile for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking WEB for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking WEBphone for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking WEBtablet for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking autocreate for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking initialUsbCheck for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking longclick for notify
2012.12.15 07:51:42 5: Max_WT_Arbeitszimmer trigger: Checking shortclick for notify
2012.12.15 07:51:42 5: CUBE_1 dispatch MAX,1,Error,02b0ce
2012.12.15 07:51:42 5: MAX_Parse MAX,1,Error,02b0ce
2012.12.15 07:51:42 5: Msg C:015c0a,0gFcCgEAFv9KRVEwMzM0MDY3KiI9CQcYAzAM/wBESFUIRSBFIEUgRSBFIEUgRSBFIEUgRSBFIERIVQhFIEUgRSBFIEUgRSBFIEUgRSBFIEUgREhUbETMVRRFIEUgRSBFIEUgRSBFIEUgRSBESFRsRMxVFEUgRSBFIEUgRSBFIEUgRSBFIERIVGxEzFUURSBFIEUgRSBFIEUgRSBFIEUgREhUbETMVRRFIEUgRSBFIEUgRSBFIEUgRSBESFRsRMxVFEUgRSBFIEUgRSBFIEUgRSBFIA==
2012.12.15 07:51:42 5: len 210, addr 015c0a, devicetype 1, firmware 22, testresult 255, groupid 0, serial JEQ0334067
2012.12.15 07:51:42 5: CUBE_1 dispatch MAX,1,define,015c0a,HeatingThermostat,JEQ0334067,0,1
2012.12.15 07:51:42 5: MAX_Parse MAX,1,define,015c0a,HeatingThermostat,JEQ0334067,0,1
2012.12.15 07:51:42 5: comfortemp 21, ecotemp 17, boostValve 80, boostDuration 5, tempoffset 0, 4.5 minsetpointtemp, maxsetpointtemp 30.5, windowopentemp 12, windowopendur 15
2012.12.15 07:51:42 5: CUBE_1 dispatch MAX,1,ThermostatConfig,015c0a,17,21,80,5,0,30.5,4.5,12,15,100,0,0,12,444855084520452045204520452045204520452045204520452044485508452045204520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc5514452045204520452045204520452045204520
2012.12.15 07:51:42 5: MAX_Parse MAX,1,ThermostatConfig,015c0a,17,21,80,5,0,30.5,4.5,12,15,100,0,0,12,444855084520452045204520452045204520452045204520452044485508452045204520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc5514452045204520452045204520452045204520
2012.12.15 07:51:42 5: Triggering MAX_015c0a (12 changes)
2012.12.15 07:51:42 5: MAX_015c0a trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.15 07:51:42 5: MAX_015c0a trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.15 07:51:42 5: MAX_015c0a trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.15 07:51:42 5: MAX_015c0a trigger: Checking FileLog_MAX_015c0a for notify
2012.12.15 07:51:43 5: MAX_015c0a trigger: Checking FileLog_MAX_03b668 for notify
2012.12.15 07:51:43 5: MAX_015c0a trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.15 07:51:43 5: MAX_015c0a trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.15 07:51:43 5: MAX_015c0a trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.15 07:51:43 5: MAX_015c0a trigger: Checking FileLog_Testschalter for notify
2012.12.15 07:51:43 5: MAX_015c0a trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.15 07:51:43 5: MAX_015c0a trigger: Checking Logfile for notify
2012.12.15 07:51:43 5: MAX_015c0a trigger: Checking WEB for notify
2012.12.15 07:51:43 5: MAX_015c0a trigger: Checking WEBphone for notify
2012.12.15 07:51:43 5: MAX_015c0a trigger: Checking WEBtablet for notify
2012.12.15 07:51:43 5: MAX_015c0a trigger: Checking autocreate for notify
2012.12.15 07:51:43 5: MAX_015c0a trigger: Checking initialUsbCheck for notify
2012.12.15 07:51:43 5: MAX_015c0a trigger: Checking longclick for notify
2012.12.15 07:51:43 5: MAX_015c0a trigger: Checking shortclick for notify
2012.12.15 07:51:43 5: CUBE_1 dispatch MAX,1,Error,015c0a
2012.12.15 07:51:43 5: MAX_Parse MAX,1,Error,015c0a
2012.12.15 07:51:43 5: Msg C:03caf3,ywPK8wMAEwBKRVEwMDA5NDA4KiI9CURIVQhFIEUgRSBFIEUgRSBFIEUgRSBFIEUgREhVCEUgRSBFIEUgRSBFIEUgRSBFIEUgRSBESFRsRMxVFEUgRSBFIEUgRSBFIEUgRSBFIERIVGxEzFUURSBFIEUgRSBFIEUgRSBFIEUgREhUbETMVRRFIEUgRSBFIEUgRSBFIEUgRSBESFRsRMxVFEUgRSBFIEUgRSBFIEUgRSBFIERIVGxEzFUURSBFIEUgRSBFIEUgRSBFIEUg
2012.12.15 07:51:43 5: len 203, addr 03caf3, devicetype 3, firmware 19, testresult 0, groupid 0, serial JEQ0009408
2012.12.15 07:51:43 5: CUBE_1 dispatch MAX,1,define,03caf3,WallMountedThermostat,JEQ0009408,0,1
2012.12.15 07:51:43 5: MAX_Parse MAX,1,define,03caf3,WallMountedThermostat,JEQ0009408,0,1
2012.12.15 07:51:43 5: comfortemp 21, ecotemp 17, boostValve 40, boostDuration 0, tempoffset 30.5, 4.5 minsetpointtemp, maxsetpointtemp 30.5, windowopentemp 36, windowopendur 425
2012.12.15 07:51:43 5: CUBE_1 dispatch MAX,1,ThermostatConfig,03caf3,17,21,40,0,30.5,30.5,4.5,36,425,12.5490196078431,27.0588235294118,2,5,2045204520452045204520452045204520452044485508452045204520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc5514452045204520452045204520452045204520
2012.12.15 07:51:43 5: MAX_Parse MAX,1,ThermostatConfig,03caf3,17,21,40,0,30.5,30.5,4.5,36,425,12.5490196078431,27.0588235294118,2,5,2045204520452045204520452045204520452044485508452045204520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc55144520452045204520452045204520452045204448546c44cc5514452045204520452045204520452045204520
2012.12.15 07:51:43 5: Triggering MAX_03caf3 (11 changes)
2012.12.15 07:51:43 5: MAX_03caf3 trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.15 07:51:43 5: MAX_03caf3 trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.15 07:51:43 5: MAX_03caf3 trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.15 07:51:43 5: MAX_03caf3 trigger: Checking FileLog_MAX_015c0a for notify
2012.12.15 07:51:43 5: MAX_03caf3 trigger: Checking FileLog_MAX_03b668 for notify
2012.12.15 07:51:43 5: MAX_03caf3 trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking FileLog_Testschalter for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking Logfile for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking WEB for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking WEBphone for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking WEBtablet for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking autocreate for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking initialUsbCheck for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking longclick for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking shortclick for notify
2012.12.15 07:51:44 5: CUBE_1 dispatch MAX,1,Error,03caf3
2012.12.15 07:51:44 5: MAX_Parse MAX,1,Error,03caf3
2012.12.15 07:51:44 5: Msg L:CwFZ5KgSGRErAAAADAKwzqgSGQQrAAAA2QsBXAoDDhkAAAAAAAwDyvOoEhgEKgDcANz=
2012.12.15 07:51:44 5: len 11, addr 0159e4, initialized 1, valid 1, rferror 0, errframetype 168, answer 0, unkbit (0,0,0)
2012.12.15 07:51:44 5: CUBE_1 dispatch MAX,1,ThermostatState,0159e4,19112b000000
2012.12.15 07:51:44 5: MAX_Parse MAX,1,ThermostatState,0159e4,19112b000000
2012.12.15 07:51:44 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 1, valveposition 17 %, temperaturesetpoint 21.5, until , curTemp
2012.12.15 07:51:44 5: Triggering Max_HKT_Arbeitszimmer (4 changes)
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_MAX_015c0a for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_MAX_03b668 for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_Testschalter for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking Logfile for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking WEB for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking WEBphone for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking WEBtablet for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking autocreate for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking initialUsbCheck for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking longclick for notify
2012.12.15 07:51:44 5: Max_HKT_Arbeitszimmer trigger: Checking shortclick for notify
2012.12.15 07:51:44 5: len 12, addr 02b0ce, initialized 1, valid 1, rferror 0, errframetype 168, answer 0, unkbit (0,0,0)
2012.12.15 07:51:44 5: CUBE_1 dispatch MAX,1,ThermostatState,02b0ce,19042b000000d9
2012.12.15 07:51:44 5: MAX_Parse MAX,1,ThermostatState,02b0ce,19042b000000d9
2012.12.15 07:51:44 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 1, valveposition 4 %, temperaturesetpoint 21.5, until , curTemp
2012.12.15 07:51:44 5: Triggering Max_WT_Arbeitszimmer (4 changes)
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_MAX_015c0a for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_MAX_03b668 for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_Testschalter for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking Logfile for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking WEB for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking WEBphone for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking WEBtablet for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking autocreate for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking initialUsbCheck for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking longclick for notify
2012.12.15 07:51:44 5: Max_WT_Arbeitszimmer trigger: Checking shortclick for notify
2012.12.15 07:51:44 5: len 11, addr 015c0a, initialized 1, valid 0, rferror 1, errframetype 3, answer 1, unkbit (0,0,0)
2012.12.15 07:51:44 5: len 12, addr 03caf3, initialized 1, valid 1, rferror 0, errframetype 168, answer 0, unkbit (0,0,0)
2012.12.15 07:51:44 5: CUBE_1 dispatch MAX,1,ThermostatState,03caf3,18042a00dc00dc
2012.12.15 07:51:44 5: MAX_Parse MAX,1,ThermostatState,03caf3,18042a00dc00dc
2012.12.15 07:51:44 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 0, valveposition 4 %, temperaturesetpoint 21, until , curTemp 22
2012.12.15 07:51:44 5: Triggering MAX_03caf3 (5 changes)
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking FileLog_MAX_015c0a for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking FileLog_MAX_03b668 for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking FileLog_Testschalter for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking Logfile for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking WEB for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking WEBphone for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking WEBtablet for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking autocreate for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking initialUsbCheck for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking longclick for notify
2012.12.15 07:51:44 5: MAX_03caf3 trigger: Checking shortclick for notify
2012.12.15 07:51:44 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem?cmd=logwrapper%20Logfile%20text%20fhem-2012-12.log
2012.12.15 07:51:45 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem?cmd=logwrapper%20Logfile%20text%20fhem-2012-12.log
2012.12.15 07:52:18 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem?cmd=logwrapper%20Logfile%20text%20fhem-2012-12.log
2012.12.15 07:52:18 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem/css/style.css
2012.12.15 07:52:18 4: Connection accepted from FHEMWEB:192.168.178.22:2918
2012.12.15 07:52:18 4: Connection accepted from FHEMWEB:192.168.178.22:2919
2012.12.15 07:52:18 4: HTTP FHEMWEB:192.168.178.22:2918 GET /fhem/js/svg.js
2012.12.15 07:52:18 4: HTTP FHEMWEB:192.168.178.22:2919 GET /fhem/js/fhemweb.js
2012.12.15 07:52:18 4: HTTP FHEMWEB:192.168.178.22:2918 GET /fhem/icons/icoEverything
2012.12.15 07:52:18 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem/icons/darklogo
2012.12.15 07:52:27 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem?cmd=logwrapper%20Logfile%20text%20fhem-2012-12.log
2012.12.15 07:52:27 4: HTTP FHEMWEB:192.168.178.22:2918 GET /fhem/js/svg.js
2012.12.15 07:52:27 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem/js/fhemweb.js
2012.12.15 07:52:27 4: HTTP FHEMWEB:192.168.178.22:2919 GET /fhem/css/style.css
2012.12.15 07:52:27 4: Connection accepted from FHEMWEB:192.168.178.22:2920
2012.12.15 07:52:27 4: HTTP FHEMWEB:192.168.178.22:2920 GET /fhem/icons/icoEverything
2012.12.15 07:52:27 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem/icons/darklogo
2012.12.15 07:52:40 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem?cmd=logwrapper%20Logfile%20text%20fhem-2012-12.log
2012.12.15 07:52:41 4: HTTP FHEMWEB:192.168.178.22:2918 GET /fhem/js/svg.js
2012.12.15 07:52:41 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem/css/style.css
2012.12.15 07:52:41 4: HTTP FHEMWEB:192.168.178.22:2919 GET /fhem/js/fhemweb.js
2012.12.15 07:52:41 4: HTTP FHEMWEB:192.168.178.22:2920 GET /fhem/icons/icoEverything
2012.12.15 07:52:41 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem/icons/darklogo
2012.12.15 07:52:44 5: MAXLAN_SimpleWrite:  l:
2012.12.15 07:52:44 5: Msg L:CwFZ5KgSGRErAAAADAKwzqgSGQQrAAAA2QsBXAoDDhkAAAAAAAwDyvOoEhgEKgDcANz=
2012.12.15 07:52:44 5: len 11, addr 0159e4, initialized 1, valid 1, rferror 0, errframetype 168, answer 0, unkbit (0,0,0)
2012.12.15 07:52:44 5: CUBE_1 dispatch MAX,1,ThermostatState,0159e4,19112b000000
2012.12.15 07:52:44 5: MAX_Parse MAX,1,ThermostatState,0159e4,19112b000000
2012.12.15 07:52:44 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 1, valveposition 17 %, temperaturesetpoint 21.5, until , curTemp
2012.12.15 07:52:44 5: Triggering Max_HKT_Arbeitszimmer (4 changes)
2012.12.15 07:52:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.15 07:52:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.15 07:52:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.15 07:52:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_MAX_015c0a for notify
2012.12.15 07:52:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_MAX_03b668 for notify
2012.12.15 07:52:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.15 07:52:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.15 07:52:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.15 07:52:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_Testschalter for notify
2012.12.15 07:52:44 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.15 07:52:45 5: Max_HKT_Arbeitszimmer trigger: Checking Logfile for notify
2012.12.15 07:52:45 5: Max_HKT_Arbeitszimmer trigger: Checking WEB for notify
2012.12.15 07:52:45 5: Max_HKT_Arbeitszimmer trigger: Checking WEBphone for notify
2012.12.15 07:52:45 5: Max_HKT_Arbeitszimmer trigger: Checking WEBtablet for notify
2012.12.15 07:52:45 5: Max_HKT_Arbeitszimmer trigger: Checking autocreate for notify
2012.12.15 07:52:45 5: Max_HKT_Arbeitszimmer trigger: Checking initialUsbCheck for notify
2012.12.15 07:52:45 5: Max_HKT_Arbeitszimmer trigger: Checking longclick for notify
2012.12.15 07:52:45 5: Max_HKT_Arbeitszimmer trigger: Checking shortclick for notify
2012.12.15 07:52:45 5: len 12, addr 02b0ce, initialized 1, valid 1, rferror 0, errframetype 168, answer 0, unkbit (0,0,0)
2012.12.15 07:52:45 5: CUBE_1 dispatch MAX,1,ThermostatState,02b0ce,19042b000000d9
2012.12.15 07:52:45 5: MAX_Parse MAX,1,ThermostatState,02b0ce,19042b000000d9
2012.12.15 07:52:45 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 1, valveposition 4 %, temperaturesetpoint 21.5, until , curTemp
2012.12.15 07:52:45 5: Triggering Max_WT_Arbeitszimmer (4 changes)
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_MAX_015c0a for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_MAX_03b668 for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_Testschalter for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking Logfile for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking WEB for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking WEBphone for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking WEBtablet for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking autocreate for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking initialUsbCheck for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking longclick for notify
2012.12.15 07:52:45 5: Max_WT_Arbeitszimmer trigger: Checking shortclick for notify
2012.12.15 07:52:45 5: len 11, addr 015c0a, initialized 1, valid 0, rferror 1, errframetype 3, answer 1, unkbit (0,0,0)
2012.12.15 07:52:45 5: len 12, addr 03caf3, initialized 1, valid 1, rferror 0, errframetype 168, answer 0, unkbit (0,0,0)
2012.12.15 07:52:45 5: CUBE_1 dispatch MAX,1,ThermostatState,03caf3,18042a00dc00dc
2012.12.15 07:52:45 5: MAX_Parse MAX,1,ThermostatState,03caf3,18042a00dc00dc
2012.12.15 07:52:45 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 0, valveposition 4 %, temperaturesetpoint 21, until , curTemp 22
2012.12.15 07:52:45 5: Triggering MAX_03caf3 (5 changes)
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking FileLog_MAX_015c0a for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking FileLog_MAX_03b668 for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking FileLog_Testschalter for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking Logfile for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking WEB for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking WEBphone for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking WEBtablet for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking autocreate for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking initialUsbCheck for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking longclick for notify
2012.12.15 07:52:45 5: MAX_03caf3 trigger: Checking shortclick for notify
2012.12.15 07:52:47 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem?cmd=logwrapper%20Logfile%20text%20fhem-2012-12.log
2012.12.15 07:52:47 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem/css/style.css
2012.12.15 07:52:47 4: HTTP FHEMWEB:192.168.178.22:2918 GET /fhem/js/svg.js
2012.12.15 07:52:47 4: HTTP FHEMWEB:192.168.178.22:2919 GET /fhem/js/fhemweb.js
2012.12.15 07:52:47 4: HTTP FHEMWEB:192.168.178.22:2920 GET /fhem/icons/icoEverything
2012.12.15 07:52:47 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem/icons/darklogo
2012.12.15 07:53:18 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem?cmd=logwrapper%20Logfile%20text%20fhem-2012-12.log
2012.12.15 07:53:19 4: HTTP FHEMWEB:192.168.178.22:2918 GET /fhem/js/svg.js
2012.12.15 07:53:19 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem/css/style.css
2012.12.15 07:53:19 4: HTTP FHEMWEB:192.168.178.22:2919 GET /fhem/js/fhemweb.js
2012.12.15 07:53:19 4: HTTP FHEMWEB:192.168.178.22:2920 GET /fhem/icons/icoEverything
2012.12.15 07:53:19 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem/icons/darklogo
2012.12.15 07:53:30 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem?cmd=logwrapper%20Logfile%20text%20fhem-2012-12.log
2012.12.15 07:53:30 4: HTTP FHEMWEB:192.168.178.22:2918 GET /fhem/css/style.css
2012.12.15 07:53:30 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem/js/fhemweb.js
2012.12.15 07:53:30 4: HTTP FHEMWEB:192.168.178.22:2919 GET /fhem/js/svg.js
2012.12.15 07:53:30 4: HTTP FHEMWEB:192.168.178.22:2920 GET /fhem/icons/icoEverything
2012.12.15 07:53:30 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem/icons/darklogo
2012.12.15 07:53:31 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem?cmd=logwrapper%20Logfile%20text%20fhem-2012-12.log
2012.12.15 07:53:31 4: HTTP FHEMWEB:192.168.178.22:2920 GET /fhem/js/fhemweb.js
2012.12.15 07:53:31 4: HTTP FHEMWEB:192.168.178.22:2918 GET /fhem/css/style.css
2012.12.15 07:53:31 4: HTTP FHEMWEB:192.168.178.22:2919 GET /fhem/js/svg.js
2012.12.15 07:53:31 4: HTTP FHEMWEB:192.168.178.22:2920 GET /fhem/icons/icoEverything
2012.12.15 07:53:32 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem/icons/darklogo
2012.12.15 07:53:32 4: HTTP FHEMWEB:192.168.178.22:2910 GET /fhem?cmd=logwrapper%20Logfile%20text%20fhem-2012-12.log
2012.12.15 07:53:32 4: HTTP FHEMWEB:192.168.178.22:2918 GET /fhem?cmd=logwrapper%20Logfile%20text%20fhem-2012-12.log
2012.12.15 07:53:32 4: Connection closed for FHEMWEB:192.168.178.22:2910
2012.12.15 07:53:32 4: HTTP FHEMWEB:192.168.178.22:2919 GET /fhem?cmd=logwrapper%20Logfile%20text%20fhem-2012-12.log
2012.12.15 07:53:33 4: Connection closed for FHEMWEB:192.168.178.22:2918
2012.12.15 07:53:33 4: HTTP FHEMWEB:192.168.178.22:2920 GET /fhem/js/svg.js
2012.12.15 07:53:33 4: HTTP FHEMWEB:192.168.178.22:2919 GET /fhem/css/style.css
2012.12.15 07:53:33 4: Connection accepted from FHEMWEB:192.168.178.22:2926
2012.12.15 07:53:33 4: HTTP FHEMWEB:192.168.178.22:2926 GET /fhem/js/fhemweb.js
2012.12.15 07:53:33 4: HTTP FHEMWEB:192.168.178.22:2920 GET /fhem/icons/icoEverything
2012.12.15 07:53:33 4: HTTP FHEMWEB:192.168.178.22:2919 GET /fhem/icons/darklogo
2012.12.15 07:53:45 5: MAXLAN_SimpleWrite:  l:
2012.12.15 07:53:45 5: Msg L:CwFZ5KgSGRErAAAADAKwzqgSGQQrAAAA2gsBXAoDDhkAAAAAAAwDyvOoEhgEKgDcANz=
2012.12.15 07:53:45 5: len 11, addr 0159e4, initialized 1, valid 1, rferror 0, errframetype 168, answer 0, unkbit (0,0,0)
2012.12.15 07:53:45 5: CUBE_1 dispatch MAX,1,ThermostatState,0159e4,19112b000000
2012.12.15 07:53:45 5: MAX_Parse MAX,1,ThermostatState,0159e4,19112b000000
2012.12.15 07:53:45 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 1, valveposition 17 %, temperaturesetpoint 21.5, until , curTemp
2012.12.15 07:53:45 5: Triggering Max_HKT_Arbeitszimmer (4 changes)
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_MAX_015c0a for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_MAX_03b668 for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_Testschalter for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking Logfile for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking WEB for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking WEBphone for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking WEBtablet for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking autocreate for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking initialUsbCheck for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking longclick for notify
2012.12.15 07:53:45 5: Max_HKT_Arbeitszimmer trigger: Checking shortclick for notify
2012.12.15 07:53:45 5: len 12, addr 02b0ce, initialized 1, valid 1, rferror 0, errframetype 168, answer 0, unkbit (0,0,0)
2012.12.15 07:53:45 5: CUBE_1 dispatch MAX,1,ThermostatState,02b0ce,19042b000000da
2012.12.15 07:53:45 5: MAX_Parse MAX,1,ThermostatState,02b0ce,19042b000000da
2012.12.15 07:53:45 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 1, valveposition 4 %, tem

Matthias Gehre

                                                       

1) Hab ich hin gekriegt, würde ich sagen. Teste mal bitte das Update
morgen. Vorher aus log/fhem.save alle Einträge von MAX_03caf3 löschen.

2.1) "Langes drücken der Tasten bewirkt gar nichts mehr." Ist das ein FHEM
Problem? Funktioniert das mit der offizielle Software?
2.2) "Leider kann man die Werte auch über fhem nicht ändern weil es beim
Wandthermostat keinen set-Befehl für Absenk- und Comfortthemperatur gibt."
Kommt auch mit dem Update morgen.
2.3) "Das WT selbst wird bei Drücken einer der Tasten 16,5 bzw. 21,5°C
ausgeführt!!!" Guck mal, ob immer noch die falschen Temperaturen kommen,
wenn du vorher per set comfortTemperature welche eingestellt hast.


Am 15. Dezember 2012 08:54 schrieb LMS-Daniel :

> Hallo,
> nutze den CUBE. ein CUL habe ich leider gar nicht zur Verfügung, da der
> Rest über EUL (Enocean) läuft.
>
> *1) Thema falsche Ist-Temperatur am WT*
>
> Ich hab hier mal einen Verbose 5 Log:
> Keine Ahnung welche Daten Du genau brauchst, ich hab einfach mal einen
> Ausschnitt kopiert, der hoffentlich das notwendige enthält.
> Nochmal kurz zur INFO:
> "WT"... ist bei mir ein Wandthermostat
> "HT".. ein Heizkörperthermostat
> MAX_015c0a ist ein gepairtes HT das aber gerade außer Betrieb genommen
> wurde und mit noch niemanden über associate veknüpft wurde
>
> MAX_03caf3 ist das BETREFFENDE WT das die falsche Ist-Temperatur anzeigt,
> aber mit noch niemanden über associate veknüpft wurde
>
> *2) Verstellen der hinterlegten Werte für Comfort-/ Absenktemperatur am WT
> *:
>
> Womit ich ein Problem habe ist wie ich beim Thema Einstellen des
> hinterlegten Wertes der Absenktemperatur am WT konkret weiterhelfen soll???
> Wenn ich die Taste Absenktemperatur kurz betätige wird ein normaler
> Set-Befehl an das HT gesendet, ein langer Tastendruck der bei
> nicht-gepairten WTs die Temperatur zum verstellen ermöglich beweirkt bei
> gepairten gar nichts.
> Log Ausschnitt nach Betätigen der Taste Absenktemperatur am
> WT_Arbeitszimmer:
>
> Hier noch auffällig:
> Im FHEM ist als Absenk-/ ECO-Temperatur 17 und als Comfort-Temperatur 21°C
> hinterlegt.
> Das WT selbst wird bei Drücken einer der Tasten 16,5 bzw. 21,5°C
> ausgeführt!!!
> Beim HT konnte ich die hinterlegten Werte über FHEM abändern. Diese stehen
> auf 19 bzw. 22°C
>
> Am Donnerstag, 13. Dezember 2012 21:39:12 UTC+1 schrieb Matthias Gehre:
>
>> @daniel:
>> Welches Backend benutzt du? MAXLAN oder CUL_MAX?
>> Passiert im Log was (verbose 5), während du die Absenk-Temperatur am
>> Gerät einstellst?
>>
>> Bitte Logs von dem Wandthermostat mit richtiger Temperatur und Logs vom
>> Wandthermostat mit falscher Temperatur.
>>
>>  --
> To unsubscribe from this group, send email to
> fhem-users+unsubscribe@googlegroups.com
>

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

lms-daniel

                                               

1) Hab ich hin gekriegt, würde ich sagen. Teste mal bitte das Update
morgen. Vorher aus log/fhem.save alle Einträge von MAX_03caf3 löschen.

Hab ich gemacht.

>
> 2.1) "Langes drücken der Tasten bewirkt gar nichts mehr." Ist das ein FHEM
> Problem? Funktioniert das mit der offizielle Software?
>

Weiß ich leider nicht - ich nutze die Original-Software nicht mehr.
Im Prinzip ist es auch egal, es würde denk ich ausreichen die gewünschten
Temperaturen über FHEM setzen zu können.
 

> 2.2) "Leider kann man die Werte auch über fhem nicht ändern weil es beim
> Wandthermostat keinen set-Befehl für Absenk- und Comfortthemperatur gibt."
> Kommt auch mit dem Update morgen.
>
2.3) "Das WT selbst wird bei Drücken einer der Tasten 16,5 bzw. 21,5°C
> ausgeführt!!!" Guck mal, ob immer noch die falschen Temperaturen kommen,
> wenn du vorher per set comfortTemperature welche eingestellt hast.
>

Es klappt leider noch nicht ganz. Bei Ausführen eines set-Befehls für eco
oder comfort-Temp kommt in fhem folgende Meldung:  "Invalid
windowOpenTemperatur"
In Fhem ist dann unter dem betreffendem WT die mit set-gesetzte eco- oder
comfort-Temperatur gesetzt bzw. hinterlegt, nicht aber real über die Taste
am WT abrufbar.
Zudem stimmt leider die Ist-Temperatur noch nicht, hier wird jetzt
"temperature -5.4" angezeigt, im Display 25.1

Nochmal ein langer Log:



>
> Am 15. Dezember 2012 08:54 schrieb LMS-Daniel
> >:
>
>> Hallo,
>> nutze den CUBE. ein CUL habe ich leider gar nicht zur Verfügung, da der
>> Rest über EUL (Enocean) läuft.
>>
>> *1) Thema falsche Ist-Temperatur am WT*
>>
>> Ich hab hier mal einen Verbose 5 Log:
>> Keine Ahnung welche Daten Du genau brauchst, ich hab einfach mal einen
>> Ausschnitt kopiert, der hoffentlich das notwendige enthält.
>> Nochmal kurz zur INFO:
>> "WT"... ist bei mir ein Wandthermostat
>> "HT".. ein Heizkörperthermostat
>> MAX_015c0a ist ein gepairtes HT das aber gerade außer Betrieb genommen
>> wurde und mit noch niemanden über associate veknüpft wurde
>>
>> MAX_03caf3 ist das BETREFFENDE WT das die falsche Ist-Temperatur anzeigt,
>> aber mit noch niemanden über associate veknüpft wurde
>>
>> *2) Verstellen der hinterlegten Werte für Comfort-/ Absenktemperatur am
>> WT*:
>>
>> Womit ich ein Problem habe ist wie ich beim Thema Einstellen des
>> hinterlegten Wertes der Absenktemperatur am WT konkret weiterhelfen soll???
>> Wenn ich die Taste Absenktemperatur kurz betätige wird ein normaler
>> Set-Befehl an das HT gesendet, ein langer Tastendruck der bei
>> nicht-gepairten WTs die Temperatur zum verstellen ermöglich beweirkt bei
>> gepairten gar nichts.
>> Log Ausschnitt nach Betätigen der Taste Absenktemperatur am
>> WT_Arbeitszimmer:
>>
>> Hier noch auffällig:
>> Im FHEM ist als Absenk-/ ECO-Temperatur 17 und als Comfort-Temperatur
>> 21°C hinterlegt.
>> Das WT selbst wird bei Drücken einer der Tasten 16,5 bzw. 21,5°C
>> ausgeführt!!!
>> Beim HT konnte ich die hinterlegten Werte über FHEM abändern. Diese
>> stehen auf 19 bzw. 22°C
>>
>> Am Donnerstag, 13. Dezember 2012 21:39:12 UTC+1 schrieb Matthias Gehre:
>>
>>> @daniel:
>>> Welches Backend benutzt du? MAXLAN oder CUL_MAX?
>>> Passiert im Log was (verbose 5), während du die Absenk-Temperatur am
>>> Gerät einstellst?
>>>
>>> Bitte Logs von dem Wandthermostat mit richtiger Temperatur und Logs vom
>>> Wandthermostat mit falscher Temperatur.
>>>
>>>  --
>> To unsubscribe from this group, send email to
>> fhem-users+...@googlegroups.com
>>
>
>

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com


   
EnOcean
MAX
Unsorted
 Everything
Logfile
Howto
Wiki
Details
Definition...
Edit files
Select style
Event monitor

?2012.12.16 22:24:19 4: Connection accepted from FHEMWEB:192.168.178.28:59551
2012.12.16 22:24:24 4: Connection accepted from FHEMWEB:192.168.178.28:59552
2012.12.16 22:24:24 4: CustomGetFileFromURL http://localhost/cgi-bin/webcm?getpage=../html/login_sid.xml: Got data, length: 127
2012.12.16 22:24:25 4: CustomGetFileFromURL http://localhost/cgi-bin/webcm: Got data, length: 23
2012.12.16 22:24:25 4: HTTP FHEMWEB:192.168.178.28:59552 GET /fhem?cmd=shutdown+restart
2012.12.16 22:24:25 5: Cmd: >shutdown restart<
2012.12.16 22:24:25 5: Triggering global (1 changes)
2012.12.16 22:24:25 5: global trigger: Checking FileLog_EnO_switch_00109442 for notify
2012.12.16 22:24:25 5: global trigger: Checking FileLog_EnO_switch_001EC3F0 for notify
2012.12.16 22:24:25 5: global trigger: Checking FileLog_EnO_switch_0102859D for notify
2012.12.16 22:24:25 5: global trigger: Checking FileLog_MAX_015c0a for notify
2012.12.16 22:24:25 5: global trigger: Checking FileLog_MAX_03b668 for notify
2012.12.16 22:24:25 5: global trigger: Checking FileLog_MAX_03caf3 for notify
2012.12.16 22:24:25 5: global trigger: Checking FileLog_Max_HKT_Arbeitszimmer for notify
2012.12.16 22:24:25 5: global trigger: Checking FileLog_Max_WT_Arbeitszimmer for notify
2012.12.16 22:24:25 5: global trigger: Checking FileLog_Testschalter for notify
2012.12.16 22:24:25 5: global trigger: Checking FileLog_eg_wz_Fernbedienung for notify
2012.12.16 22:24:25 5: global trigger: Checking Logfile for notify
2012.12.16 22:24:25 5: global trigger: Checking WEB for notify
2012.12.16 22:24:25 5: global trigger: Checking WEBphone for notify
2012.12.16 22:24:25 5: global trigger: Checking WEBtablet for notify
2012.12.16 22:24:25 5: global trigger: Checking autocreate for notify
2012.12.16 22:24:25 5: global trigger: Checking initialUsbCheck for notify
2012.12.16 22:24:25 5: global trigger: Checking longclick for notify
2012.12.16 22:24:25 5: global trigger: Checking shortclick for notify
2012.12.16 22:24:25 5: global trigger: Checking telnetPort for notify
2012.12.16 22:24:25 0: Server shutdown
2012.12.16 22:24:30 1: Including fhem.cfg
2012.12.16 22:24:30 5: Cmd: >attr global autoload_undefined_devices 1<
2012.12.16 22:24:30 5: Cmd: >attr global logfile ./log/fhem-%Y-%m.log<
2012.12.16 22:24:30 5: Cmd: >attr global modpath .<
2012.12.16 22:24:30 5: Loading ./FHEM/99_SUNRISE_EL.pm
2012.12.16 22:24:31 5: Loading ./FHEM/99_Utils.pm
2012.12.16 22:24:32 5: Loading ./FHEM/99_XmlList.pm
2012.12.16 22:24:32 5: Loading ./FHEM/99_myUtils.pm
2012.12.16 22:24:32 1: reload: Error:Modul 99_myUtils deactivated:
 syntax error at ./FHEM/99_myUtils.pm line 9, near "use FritzBoxUtils

sub
myUtils_Initialize($$)
"
Can't use global @_ in "my" at ./FHEM/99_myUtils.pm line 10, near "= @_"

2012.12.16 22:24:32 5: Cmd: >attr global motd none<
2012.12.16 22:24:32 5: Cmd: >attr global statefile ./log/fhem.save<
2012.12.16 22:24:32 5: Cmd: >attr global userattr devStateIcon icon webCmd<
2012.12.16 22:24:32 5: Cmd: >attr global verbose 5<
2012.12.16 22:24:32 5: Cmd: >define telnetPort telnet 7072 global<
2012.12.16 22:24:32 5: Loading ./FHEM/98_telnet.pm
2012.12.16 22:24:32 3: telnetPort: port 7072 opened
2012.12.16 22:24:32 5: Triggering global (1 changes)
2012.12.16 22:24:32 5: Cmd: >attr telnetPort password {use FritzBoxUtils;FB_checkPw("localhost","$password") }<
2012.12.16 22:24:32 5: Cmd: >define WEB FHEMWEB 8083 global<
2012.12.16 22:24:32 5: Loading ./FHEM/01_FHEMWEB.pm
2012.12.16 22:24:34 4: FHEMWEB directories:
2012.12.16 22:24:34 4:   web server root: ./www
2012.12.16 22:24:34 4:   icon directory: ./www/images
2012.12.16 22:24:34 4:     Notice: if style-specific subdirectories ./www/images/default etc. exist, icons are only read from there and not from ./www/images!
2012.12.16 22:24:34 4:   doc directory: ./docs
2012.12.16 22:24:34 4:   css directory: ./www/pgm2
2012.12.16 22:24:34 4:   gplot directory: ./www/gplot
2012.12.16 22:24:34 4:   javascript directory: ./www/pgm2
2012.12.16 22:24:34 5: WEB Icon dictionary for ./www/images follows...
2012.12.16 22:24:34 5: WEB FS20.off => default/FS20.off.png
2012.12.16 22:24:34 5: WEB FS20.on => default/FS20.on.png
2012.12.16 22:24:34 5: WEB HOME_Status.0 => default/HOME_Status.0.png
2012.12.16 22:24:34 5: WEB HOME_Status.1 => default/HOME_Status.1.png
2012.12.16 22:24:34 5: WEB HOME_Status.3 => default/HOME_Status.3.png
2012.12.16 22:24:34 5: WEB HOME_Status.4 => default/HOME_Status.4.png
2012.12.16 22:24:34 5: WEB Heizung_Hauptschalter.off => default/Heizung_Hauptschalter.off.png
2012.12.16 22:24:34 5: WEB Heizung_Hauptschalter.off-for-timer => default/Heizung_Hauptschalter.off-for-timer.png
2012.12.16 22:24:34 5: WEB Heizung_Hauptschalter.on => default/Heizung_Hauptschalter.on.png
2012.12.16 22:24:34 5: WEB Next => default/Next.png
2012.12.16 22:24:34 5: WEB Prev => default/Prev.png
2012.12.16 22:24:34 5: WEB Restart => default/Restart.png
2012.12.16 22:24:34 5: WEB Shutdown => default/Shutdown.png
2012.12.16 22:24:34 5: WEB StandBy => default/StandBy.png
2012.12.16 22:24:34 5: WEB Update => default/Update.png
2012.12.16 22:24:34 5: WEB WLAN_Status.0 => default/WLAN_Status.0.png
2012.12.16 22:24:34 5: WEB WLAN_Status.1 => default/WLAN_Status.1.png
2012.12.16 22:24:34 5: WEB Wecker.Aus => default/Wecker.Aus.png
2012.12.16 22:24:34 5: WEB Wecker.Immer => default/Wecker.Immer.png
2012.12.16 22:24:34 5: WEB Wecker.Wochenende => default/Wecker.Wochenende.png
2012.12.16 22:24:34 5: WEB Wecker.Wochentags => default/Wecker.Wochentags.png
2012.12.16 22:24:34 5: WEB Zoom-in => default/Zoom-in.png
2012.12.16 22:24:34 5: WEB Zoom-out => default/Zoom-out.png
2012.12.16 22:24:34 5: WEB back => default/back.png
2012.12.16 22:24:34 5: WEB black_FS20.off => default/black_FS20.off.png
2012.12.16 22:24:34 5: WEB black_FS20.on => default/black_FS20.on.png
2012.12.16 22:24:34 5: WEB black_Steckdose.off => default/black_Steckdose.off.png
2012.12.16 22:24:34 5: WEB black_Steckdose.on => default/black_Steckdose.on.png
2012.12.16 22:24:34 5: WEB black_down => default/black_down.png
2012.12.16 22:24:34 5: WEB black_up => default/black_up.png
2012.12.16 22:24:34 5: WEB close => default/close.png
2012.12.16 22:24:34 5: WEB closeG => default/closeG.png
2012.12.16 22:24:34 5: WEB dim06% => default/dim06%.png
2012.12.16 22:24:34 5: WEB dim100% => default/dim100%.png
2012.12.16 22:24:34 5: WEB dim12% => default/dim12%.png
2012.12.16 22:24:34 5: WEB dim18% => default/dim18%.png
2012.12.16 22:24:34 5: WEB dim25% => default/dim25%.png
2012.12.16 22:24:34 5: WEB dim31% => default/dim31%.png
2012.12.16 22:24:34 5: WEB dim37% => default/dim37%.png
2012.12.16 22:24:34 5: WEB dim43% => default/dim43%.png
2012.12.16 22:24:34 5: WEB dim50% => default/dim50%.png
2012.12.16 22:24:34 5: WEB dim56% => default/dim56%.png
2012.12.16 22:24:34 5: WEB dim62% => default/dim62%.png
2012.12.16 22:24:34 5: WEB dim68% => default/dim68%.png
2012.12.16 22:24:34 5: WEB dim75% => default/dim75%.png
2012.12.16 22:24:34 5: WEB dim81% => default/dim81%.png
2012.12.16 22:24:34 5: WEB dim87% => default/dim87%.png
2012.12.16 22:24:34 5: WEB dim93% => default/dim93%.png
2012.12.16 22:24:34 5: WEB dimdown => default/dimdown.png
2012.12.16 22:24:34 5: WEB dimup => default/dimup.png
2012.12.16 22:24:34 5: WEB favicon => default/favicon.ico
2012.12.16 22:24:34 5: WEB fhemicon => default/fhemicon.png
2012.12.16 22:24:34 5: WEB heizung.0 => default/heizung.0.png
2012.12.16 22:24:34 5: WEB icoAUSSEN => default/icoAUSSEN.png
2012.12.16 22:24:34 5: WEB icoAUSSENBEREICH => default/icoAUSSENBEREICH.png
2012.12.16 22:24:34 5: WEB icoBELEUCHTUNG => default/icoBELEUCHTUNG.png
2012.12.16 22:24:34 5: WEB icoBaum => default/icoBaum.png
2012.12.16 22:24:34 5: WEB icoBlitz => default/icoBlitz.png
2012.12.16 22:24:34 5: WEB icoEverything => default/icoEverything.png
2012.12.16 22:24:34 5: WEB icoGraph => default/icoGraph.png
2012.12.16 22:24:34 5: WEB icoHEIZUNG => default/icoHEIZUNG.png
2012.12.16 22:24:34 5: WEB icoHISTORIE => default/icoHISTORIE.png
2012.12.16 22:24:34 5: WEB icoHaus => default/icoHaus.png
2012.12.16 22:24:34 5: WEB icoHeizungAn => default/icoHeizungAn.png
2012.12.16 22:24:34 5: WEB icoHeizungReg => default/icoHeizungReg.png
2012.12.16 22:24:34 5: WEB icoHouse => default/icoHouse.png
2012.12.16 22:24:34 5: WEB icoKLIMA => default/icoKLIMA.png
2012.12.16 22:24:34 5: WEB icoLicht => default/icoLicht.png
2012.12.16 22:24:34 5: WEB icoLichtBaum => default/icoLichtBaum.png
2012.12.16 22:24:34 5: WEB icoLichtHaus => default/icoLichtHaus.png
2012.12.16 22:24:34 5: WEB icoLog => default/icoLog.png
2012.12.16 22:24:34 5: WEB icoLuefter => default/icoLuefter.png
2012.12.16 22:24:34 5: WEB icoMail => default/icoMail.png
2012.12.16 22:24:34 5: WEB icoPfeil => default/icoPfeil.png
2012.12.16 22:24:34 5: WEB icoPirAuto => default/icoPirAuto.png
2012.12.16 22:24:34 5: WEB icoPirBaum => default/icoPirBaum.png
2012.12.16 22:24:34 5: WEB icoSYSTEM => default/icoSYSTEM.png
2012.12.16 22:24:34 5: WEB icoTemp => default/icoTemp.png
2012.12.16 22:24:34 5: WEB icoTempBaum => default/icoTempBaum.png
2012.12.16 22:24:34 5: WEB icoTempHausEG => default/icoTempHausEG.png
2012.12.16 22:24:34 5: WEB icoTempHausOG => default/icoTempHausOG.png
2012.12.16 22:24:34 5: WEB icoTempHausReg => default/icoTempHausReg.png
2012.12.16 22:24:34 5: WEB icoTempHausRegEG => default/icoTempHausRegEG.png
2012.12.16 22:24:34 5: WEB icoTempHausRegOG => default/icoTempHausRegOG.png
2012.12.16 22:24:34 5: WEB icoTempHeizung => default/icoTempHeizung.png
2012.12.16 22:24:34 5: WEB icoTempWasser => default/icoTempWasser.png
2012.12.16 22:24:34 5: WEB icoTermHaus => default/icoTermHaus.png
2012.12.16 22:24:34 5: WEB icoTool => default/icoTool.png
2012.12.16 22:24:34 5: WEB icoUhr => default/icoUhr.png
2012.12.16 22:24:34 5: WEB icoWelt => default/icoWelt.png
2012.12.16 22:24:34 5: WEB icoZirkulationAn => default/icoZirkulationAn.png
2012.12.16 22:24:34 5: WEB leer => default/leer.png
2012.12.16 22:24:34 5: WEB off => default/off.png
2012.12.16 22:24:34 5: WEB off-for-timer => default/off-for-timer.png
2012.12.16 22:24:34 5: WEB on => default/on.png
2012.12.16 22:24:34 5: WEB on-for-timer => default/on-for-timer.png
2012.12.16 22:24:34 5: WEB on-till => default/on-till.png
2012.12.16 22:24:34 5: WEB shutter_closed_big => default/shutter_closed_big.png
2012.12.16 22:24:34 5: WEB shutter_open_big => default/shutter_open_big.png
2012.12.16 22:24:34 5: WEB signal_Fenster_Offen.off => default/signal_Fenster_Offen.off.png
2012.12.16 22:24:34 5: WEB signal_Fenster_Offen.on => default/signal_Fenster_Offen.on.png
2012.12.16 22:24:34 5: WEB toggle => default/toggle.png
2012.12.16 22:24:34 5: WEB weather/chance_of_rain => default/weather/chance_of_rain.png
2012.12.16 22:24:34 5: WEB weather/chance_of_rain_night => default/weather/chance_of_rain_night.png
2012.12.16 22:24:34 5: WEB weather/chance_of_sleet => default/weather/chance_of_sleet.png
2012.12.16 22:24:34 5: WEB weather/chance_of_snow => default/weather/chance_of_snow.png
2012.12.16 22:24:34 5: WEB weather/chance_of_storm => default/weather/chance_of_storm.png
2012.12.16 22:24:34 5: WEB weather/chance_of_storm_night => default/weather/chance_of_storm_night.png
2012.12.16 22:24:34 5: WEB weather/clear => default/weather/clear.png
2012.12.16 22:24:34 5: WEB weather/cloudy => default/weather/cloudy.png
2012.12.16 22:24:34 5: WEB weather/drizzle => default/weather/drizzle.png
2012.12.16 22:24:34 5: WEB weather/drizzle_night => default/weather/drizzle_night.png
2012.12.16 22:24:34 5: WEB weather/dust => default/weather/dust.png
2012.12.16 22:24:34 5: WEB weather/flurries => default/weather/flurries.png
2012.12.16 22:24:34 5: WEB weather/fog => default/weather/fog.png
2012.12.16 22:24:34 5: WEB weather/haze => default/weather/haze.png
2012.12.16 22:24:34 5: WEB weather/haze_night => default/weather/haze_night.png
2012.12.16 22:24:34 5: WEB weather/heavyrain => default/weather/heavyrain.png
2012.12.16 22:24:34 5: WEB weather/heavysnow => default/weather/heavysnow.png
2012.12.16 22:24:34 5: WEB weather/icy => default/weather/icy.png
2012.12.16 22:24:34 5: WEB weather/mist => default/weather/mist.png
2012.12.16 22:24:34 5: WEB weather/mostly_clear_night => default/weather/mostly_clear_night.png
2012.12.16 22:24:34 5: WEB weather/mostly_cloudy => default/weather/mostly_cloudy.png
2012.12.16 22:24:34 5: WEB weather/mostly_cloudy_night => default/weather/mostly_cloudy_night.png
2012.12.16 22:24:34 5: WEB weather/mostly_sunny => default/weather/mostly_sunny.png
2012.12.16 22:24:34 5: WEB weather/mostlycloudy => default/weather/mostlycloudy.png
2012.12.16 22:24:34 5: WEB weather/mostlycloudy_night => default/weather/mostlycloudy_night.png
2012.12.16 22:24:34 5: WEB weather/na => default/weather/na.png
2012.12.16 22:24:34 5: WEB weather/overcast => default/weather/overcast.png
2012.12.16 22:24:34 5: WEB weather/partly_cloudy => default/weather/partly_cloudy.png
2012.12.16 22:24:34 5: WEB weather/partly_cloudy_night => default/weather/partly_cloudy_night.png
2012.12.16 22:24:34 5: WEB weather/partlycloudy => default/weather/partlycloudy.png
2012.12.16 22:24:34 5: WEB weather/partlycloudy_night => default/weather/partlycloudy_night.png
2012.12.16 22:24:34 5: WEB weather/rain => default/weather/rain.png
2012.12.16 22:24:34 5: WEB weather/rainsnow => default/weather/rainsnow.png
2012.12.16 22:24:34 5: WEB weather/scatteredshowers => default/weather/scatteredshowers.png
2012.12.16 22:24:34 5: WEB weather/scatteredshowers_night => default/weather/scatteredshowers_night.png
2012.12.16 22:24:34 5: WEB weather/scatteredthunderstorms => default/weather/scatteredthunderstorms.png
2012.12.16 22:24:34 5: WEB weather/scatteredthunderstorms_night => default/weather/scatteredthunderstorms_night.png
2012.12.16 22:24:34 5: WEB weather/showers => default/weather/showers.png
2012.12.16 22:24:34 5: WEB weather/showers_night => default/weather/showers_night.png
2012.12.16 22:24:34 5: WEB weather/sleet => default/weather/sleet.png
2012.12.16 22:24:34 5: WEB weather/smoke => default/weather/smoke.png
2012.12.16 22:24:34 5: WEB weather/snow => default/weather/snow.png
2012.12.16 22:24:34 5: WEB weather/snowflurries => default/weather/snowflurries.png
2012.12.16 22:24:34 5: WEB weather/storm => default/weather/storm.png
2012.12.16 22:24:34 5: WEB weather/sunny => default/weather/sunny.png
2012.12.16 22:24:34 5: WEB weather/sunny_night => default/weather/sunny_night.png
2012.12.16 22:24:34 5: WEB weather/thunderstorm => default/weather/thunderstorm.png
2012.12.16 22:24:34 5: WEB weather/windy => default/weather/windy.png
2012.12.16 22:24:34 3: WEB: port 8083 opened
2012.12.16 22:24:34 5: Triggering global (1 changes)
2012.12.16 22:24:34 5: global trigger: Checking telnetPort for notify
2012.12.16 22:24:34 5: Cmd: >attr WEB basicAuth {use FritzBoxUtils;FB_checkPw("localhost","$password") }<
2012.12.16 22:24:34 5: Cmd: >attr WEB stylesheetPrefix dark<
2012.12.16 22:24:34 5: WEB Icon dictionary for ./www/images follows...
2012.12.16 22:24:34 5: WEB FS20.off => default/FS20.off.png
2012.12.16 22:24:34 5: WEB FS20.on => default/FS20.on.png
2012.12.16 22:24:34 5: WEB HOME_Status.0 => default/HOME_Status.0.png
2012.12.16 22:24:34 5: WEB HOME_Status.1 => default/HOME_Status.1.png
2012.12.16 22:24:34 5: WEB HOME_Status.3 => default/HOME_Status.3.png
2012.12.16 22:24:34 5: WEB HOME_Status.4 => default/HOME_Status.4.png
2012.12.16 22:24:34 5: WEB Heizung_Hauptschalter.off => default/Heizung_Hauptschalter.off.png
2012.12.16 22:24:34 5: WEB Heizung_Hauptschalter.off-for-timer => default/Heizung_Hauptschalter.off-for-timer.png
2012.12.16 22:24:34 5: WEB Heizung_Hauptschalter.on => default/Heizung_Hauptschalter.on.png
2012.12.16 22:24:34 5: WEB Next => default/Next.png
2012.12.16 22:24:34 5: WEB Prev => default/Prev.png
2012.12.16 22:24:34 5: WEB Restart => default/Restart.png
2012.12.16 22:24:34 5: WEB Shutdown => default/Shutdown.png
2012.12.16 22:24:34 5: WEB StandBy => default/StandBy.png
2012.12.16 22:24:34 5: WEB Update => default/Update.png
2012.12.16 22:24:34 5: WEB WLAN_Status.0 => default/WLAN_Status.0.png
2012.12.16 22:24:34 5: WEB WLAN_Status.1 => default/WLAN_Status.1.png
2012.12.16 22:24:34 5: WEB Wecker.Aus => default/Wecker.Aus.png
2012.12.16 22:24:34 5: WEB Wecker.Immer => default/Wecker.Immer.png
2012.12.16 22:24:34 5: WEB Wecker.Wochenende => default/Wecker.Wochenende.png
2012.12.16 22:24:34 5: WEB Wecker.Wochentags => default/Wecker.Wochentags.png
2012.12.16 22:24:34 5: WEB Zoom-in => default/Zoom-in.png
2012.12.16 22:24:34 5: WEB Zoom-out => default/Zoom-out.png
2012.12.16 22:24:34 5: WEB back => default/back.png
2012.12.16 22:24:34 5: WEB black_FS20.off => default/black_FS20.off.png
2012.12.16 22:24:34 5: WEB black_FS20.on => default/black_FS20.on.png
2012.12.16 22:24:34 5: WEB black_Steckdose.off => default/black_Steckdose.off.png
2012.12.16 22:24:34 5: WEB black_Steckdose.on => default/black_Steckdose.on.png
2012.12.16 22:24:34 5: WEB black_down => default/black_down.png
2012.12.16 22:24:34 5: WEB black_up => default/black_up.png
2012.12.16 22:24:34 5: WEB close => default/close.png
2012.12.16 22:24:34 5: WEB closeG => default/closeG.png
2012.12.16 22:24:34 5: WEB darklogo => dark/darklogo.png
2012.12.16 22:24:34 5: WEB dim06% => default/dim06%.png
2012.12.16 22:24:34 5: WEB dim100% => default/dim100%.png
2012.12.16 22:24:34 5: WEB dim12% => default/dim12%.png
2012.12.16 22:24:34 5: WEB dim18% => default/dim18%.png
2012.12.16 22:24:34 5: WEB dim25% => default/dim25%.png
2012.12.16 22:24:34 5: WEB dim31% => default/dim31%.png
2012.12.16 22:24:34 5: WEB dim37% => default/dim37%.png
2012.12.16 22:24:34 5: WEB dim43% => default/dim43%.png
2012.12.16 22:24:34 5: WEB dim50% => default/dim50%.png
2012.12.16 22:24:34 5: WEB dim56% => default/dim56%.png
2012.12.16 22:24:34 5: WEB dim62% => default/dim62%.png
2012.12.16 22:24:34 5: WEB dim68% => default/dim68%.png
2012.12.16 22:24:34 5: WEB dim75% => default/dim75%.png
2012.12.16 22:24:34 5: WEB dim81% => default/dim81%.png
2012.12.16 22:24:34 5: WEB dim87% => default/dim87%.png
2012.12.16 22:24:34 5: WEB dim93% => default/dim93%.png
2012.12.16 22:24:34 5: WEB dimdown => default/dimdown.png
2012.12.16 22:24:34 5: WEB dimup => default/dimup.png
2012.12.16 22:24:34 5: WEB favicon => default/favicon.ico
2012.12.16 22:24:34 5: WEB fhemicon => default/fhemicon.png
2012.12.16 22:24:34 5: WEB heizung.0 => default/heizung.0.png
2012.12.16 22:24:34 5: WEB icoAUSSEN => default/icoAUSSEN.png
2012.12.16 22:24:34 5: WEB icoAUSSENBEREICH => default/icoAUSSENBEREICH.png
2012.12.16 22:24:34 5: WEB icoBELEUCHTUNG => default/icoBELEUCHTUNG.png
2012.12.16 22:24:34 5: WEB icoBaum => default/icoBaum.png
2012.12.16 22:24:34 5: WEB icoBlitz => default/icoBlitz.png
2012.12.16 22:24:34 5: WEB icoEverything => default/icoEverything.png
2012.12.16 22:24:34 5: WEB icoGraph => default/icoGraph.png
2012.12.16 22:24:34 5: WEB icoHEIZUNG => default/icoHEIZUNG.png
2012.12.16 22:24:34 5: WEB icoHISTORIE => default/icoHISTORIE.png
2012.12.16 22:24:34 5: WEB icoHaus => default/icoHaus.png
2012.12.16 22:24:34 5: WEB icoHeizungAn => default/icoHeizungAn.png
2012.12.16 22:24:34 5: WEB icoHeizungReg => default/icoHeizungReg.png
2012.12.16 22:24:34 5: WEB icoHouse => default/icoHouse.png
2012.12.16 22:24:34 5: WEB icoKLIMA => default/icoKLIMA.png
2012.12.16 22:24:34 5: WEB icoLicht => default/icoLicht.png
2012.12.16 22:24:34 5: WEB icoLichtBaum => default/icoLichtBaum.png
2012.12.16 22:24:34 5: WEB icoLichtHaus => default/icoLichtHaus.png
2012.12.16 22:24:34 5: WEB icoLog => default/icoLog.png
2012.12.16 22:24:34 5: WEB icoLuefter => default/icoLuefter.png
2012.12.16 22:24:34 5: WEB icoMail => default/icoMail.png
2012.12.16 22:24:34 5: WEB icoPfeil => default/icoPfeil.png
2012.12.16 22:24:34 5: WEB icoPirAuto => default/icoPirAuto.png
2012.12.16 22:24:34 5: WEB icoPirBaum => default/icoPirBaum.png
2012.12.16 22:24:34 5: WEB icoSYSTEM => default/icoSYSTEM.png
2012.12.16 22:24:34 5: WEB icoTemp => default/icoTemp.png
2012.12.16 22:24:34 5: WEB icoTempBaum => default/icoTempBaum.png
2012.12.16 22:24:34 5: WEB icoTempHausEG => default/icoTempHausEG.png
2012.12.16 22:24:34 5: WEB icoTempHausOG => default/icoTempHausOG.png
2012.12.16 22:24:34 5: WEB icoTempHausReg => default/icoTempHausReg.png
2012.12.16 22:24:34 5: WEB icoTempHausRegEG => default/icoTempHausRegEG.png
2012.12.16 22:24:34 5: WEB icoTempHausRegOG => default/icoTempHausRegOG.png
2012.12.16 22:24:34 5: WEB icoTempHeizung => default/icoTempHeizung.png
2012.12.16 22:24:34 5: WEB icoTempWasser => default/icoTempWasser.png
2012.12.16 22:24:34 5: WEB icoTermHaus => default/icoTermHaus.png
2012.12.16 22:24:34 5: WEB icoTool => default/icoTool.png
2012.12.16 22:24:34 5: WEB icoUhr => default/icoUhr.png
2012.12.16 22:24:34 5: WEB icoWelt => default/icoWelt.png
2012.12.16 22:24:34 5: WEB icoZirkulationAn => default/icoZirkulationAn.png
2012.12.16 22:24:34 5: WEB leer => default/leer.png
2012.12.16 22:24:34 5: WEB off => default/off.png
2012.12.16 22:24:34 5: WEB off-for-timer => default/off-for-timer.png
2012.12.16 22:24:34 5: WEB on => default/on.png
2012.12.16 22:24:34 5: WEB on-for-timer => default/on-for-timer.png
2012.12.16 22:24:34 5: WEB on-till => default/on-till.png
2012.12.16 22:24:34 5: WEB shutter_closed_big => default/shutter_closed_big.png
2012.12.16 22:24:34 5: WEB shutter_open_big => default/shutter_open_big.png
2012.12.16 22:24:34 5: WEB signal_Fenster_Offen.off => default/signal_Fenster_Offen.off.png
2012.12.16 22:24:34 5: WEB signal_Fenster_Offen.on => default/signal_Fenster_Offen.on.png
2012.12.16 22:24:34 5: WEB toggle => default/toggle.png
2012.12.16 22:24:34 5: WEB weather/chance_of_rain => default/weather/chance_of_rain.png
2012.12.16 22:24:34 5: WEB weather/chance_of_rain_night => default/weather/chance_of_rain_night.png
2012.12.16 22:24:34 5: WEB weather/chance_of_sleet => default/weather/chance_of_sleet.png
2012.12.16 22:24:34 5: WEB weather/chance_of_snow => default/weather/chance_of_snow.png
2012.12.16 22:24:34 5: WEB weather/chance_of_storm => default/weather/chance_of_storm.png
2012.12.16 22:24:34 5: WEB weather/chance_of_storm_night => default/weather/chance_of_storm_night.png
2012.12.16 22:24:34 5: WEB weather/clear => default/weather/clear.png
2012.12.16 22:24:34 5: WEB weather/cloudy => default/weather/cloudy.png
2012.12.16 22:24:34 5: WEB weather/drizzle => default/weather/drizzle.png
2012.12.16 22:24:34 5: WEB weather/drizzle_night => default/weather/drizzle_night.png
2012.12.16 22:24:34 5: WEB weather/dust => default/weather/dust.png
2012.12.16 22:24:34 5: WEB weather/flurries => default/weather/flurries.png
2012.12.16 22:24:34 5: WEB weather/fog => default/weather/fog.png
2012.12.16 22:24:34 5: WEB weather/haze => default/weather/haze.png
2012.12.16 22:24:34 5: WEB weather/haze_night => default/weather/haze_night.png
2012.12.16 22:24:34 5: WEB weather/heavyrain => default/weather/heavyrain.png
2012.12.16 22:24:34 5: WEB weather/heavysnow => default/weather/heavysnow.png
2012.12.16 22:24:34 5: WEB weather/icy => default/weather/icy.png
2012.12.16 22:24:34 5: WEB weather/mist => default/weather/mist.png
2012.12.16 22:24:34 5: WEB weather/mostly_clear_night => default/weather/mostly_clear_night.png
2012.12.16 22:24:34 5: WEB weather/mostly_cloudy => default/weather/mostly_cloudy.png
2012.12.16 22:24:34 5: WEB weather/mostly_cloudy_night => default/weather/mostly_cloudy_night.png
2012.12.16 22:24:34 5: WEB weather/mostly_sunny => default/weather/mostly_sunny.png
2012.12.16 22:24:34 5: WEB weather/mostlycloudy => default/weather/mostlycloudy.png
2012.12.16 22:24:34 5: WEB weather/mostlycloudy_night => default/weather/mostlycloudy_night.png
2012.12.16 22:24:34 5: WEB weather/na => default/weather/na.png
2012.12.16 22:24:34 5: WEB weather/overcast => default/weather/overcast.png
2012.12.16 22:24:34 5: WEB weather/partly_cloudy => default/weather/partly_cloudy.png
2012.12.16 22:24:34 5: WEB weather/partly_cloudy_night => default/weather/partly_cloudy_night.png
2012.12.16 22:24:34 5: WEB weather/partlycloudy => default/weather/partlycloudy.png
2012.12.16 22:24:34 5: WEB weather/partlycloudy_night => default/weather/partlycloudy_night.png
2012.12.16 22:24:34 5: WEB weather/rain => default/weather/rain.png
2012.12.16 22:24:34 5: WEB weather/rainsnow => default/weather/rainsnow.png
2012.12.16 22:24:34 5: WEB weather/scatteredshowers => default/weather/scatteredshowers.png
2012.12.16 22:24:34 5: WEB weather/scatteredshowers_night => default/weather/scatteredshowers_night.png
2012.12.16 22:24:34 5: WEB weather/scatteredthunderstorms => default/weather/scatteredthunderstorms.png
2012.12.16 22:24:34 5: WEB weather/scatteredthunderstorms_night => default/weather/scatteredthunderstorms_night.png
2012.12.16 22:24:34 5: WEB weather/showers => default/weather/showers.png
2012.12.16 22:24:34 5: WEB weather/showers_night => default/weather/showers_night.png
2012.12.16 22:24:34 5: WEB weather/sleet => default/weather/sleet.png
2012.12.16 22:24:34 5: WEB weather/smoke => default/weather/smoke.png
2012.12.16 22:24:34 5: WEB weather/snow => default/weather/snow.png
2012.12.16 22:24:34 5: WEB weather/snowflurries => default/weather/snowflurries.png
2012.12.16 22:24:34 5: WEB weather/storm => default/weather/storm.png
2012.12.16 22:24:34 5: WEB weather/sunny => default/weather/sunny.png
2012.12.16 22:24:34 5: WEB weather/sunny_night => default/weather/sunny_night.png
2012.12.16 22:24:34 5: WEB weather/thunderstorm => default/weather/thunderstorm.png
2012.12.16 22:24:34 5: WEB weather/windy => default/weather/windy.png
2012.12.16 22:24:34 5: Cmd: >define WEBphone FHEMWEB 8084 global<
2012.12.16 22:24:34 4: FHEMWEB directories:
2012.12.16 22:24:34 4:   web server root: ./www
2012.12.16 22:24:34 4:   icon directory: ./www/images
2012.12.16 22:24:34 4:     Notice: if style-specific subdirectories ./www/images/default etc. exist, icons are only read from there and not from ./www/images!
2012.12.16 22:24:34 4:   doc directory: ./docs
2012.12.16 22:24:34 4:   css directory: ./www/pgm2
2012.12.16 22:24:34 4:   gplot directory: ./www/gplot
2012.12.16 22:24:34 4:   javascript directory: ./www/pgm2
2012.12.16 22:24:34 5: WEBphone Icon dictionary for ./www/images follows...
2012.12.16 22:24:34 5: WEBphone FS20.off => default/FS20.off.png
2012.12.16 22:24:34 5: WEBphone FS20.on => default/FS20.on.png
2012.12.16 22:24:34 5: WEBphone HOME_Status.0 => default/HOME_Status.0.png
2012.12.16 22:24:34 5: WEBphone HOME_Status.1 => default/HOME_Status.1.png
2012.12.16 22:24:34 5: WEBphone HOME_Status.3 => default/HOME_Status.3.png
2012.12.16 22:24:34 5: WEBphone HOME_Status.4 => default/HOME_Status.4.png
2012.12.16 22:24:34 5: WEBphone Heizung_Hauptschalter.off => default/Heizung_Hauptschalter.off.png
2012.12.16 22:24:34 5: WEBphone Heizung_Hauptschalter.off-for-timer => default/Heizung_Hauptschalter.off-for-timer.png
2012.12.16 22:24:34 5: WEBphone Heizung_Hauptschalter.on => default/Heizung_Hauptschalter.on.png
2012.12.16 22:24:34 5: WEBphone Next => default/Next.png
2012.12.16 22:24:34 5: WEBphone Prev => default/Prev.png
2012.12.16 22:24:34 5: WEBphone Restart => default/Restart.png
2012.12.16 22:24:34 5: WEBphone Shutdown => default/Shutdown.png
2012.12.16 22:24:34 5: WEBphone StandBy => default/StandBy.png
2012.12.16 22:24:34 5: WEBphone Update => default/Update.png
2012.12.16 22:24:34 5: WEBphone WLAN_Status.0 => default/WLAN_Status.0.png
2012.12.16 22:24:34 5: WEBphone WLAN_Status.1 => default/WLAN_Status.1.png
2012.12.16 22:24:34 5: WEBphone Wecker.Aus => default/Wecker.Aus.png
2012.12.16 22:24:34 5: WEBphone Wecker.Immer => default/Wecker.Immer.png
2012.12.16 22:24:34 5: WEBphone Wecker.Wochenende => default/Wecker.Wochenende.png
2012.12.16 22:24:34 5: WEBphone Wecker.Wochentags => default/Wecker.Wochentags.png
2012.12.16 22:24:34 5: WEBphone Zoom-in => default/Zoom-in.png
2012.12.16 22:24:34 5: WEBphone Zoom-out => default/Zoom-out.png
2012.12.16 22:24:34 5: WEBphone back => default/back.png
2012.12.16 22:24:34 5: WEBphone black_FS20.off => default/black_FS20.off.png
2012.12.16 22:24:34 5: WEBphone black_FS20.on => default/black_FS20.on.png
2012.12.16 22:24:35 5: WEBphone black_Steckdose.off => default/black_Steckdose.off.png
2012.12.16 22:24:35 5: WEBphone black_Steckdose.on => default/black_Steckdose.on.png
2012.12.16 22:24:35 5: WEBphone black_down => default/black_down.png
2012.12.16 22:24:35 5: WEBphone black_up => default/black_up.png
2012.12.16 22:24:35 5: WEBphone close => default/close.png
2012.12.16 22:24:35 5: WEBphone closeG => default/closeG.png
2012.12.16 22:24:35 5: WEBphone dim06% => default/dim06%.png
2012.12.16 22:24:35 5: WEBphone dim100% => default/dim100%.png
2012.12.16 22:24:35 5: WEBphone dim12% => default/dim12%.png
2012.12.16 22:24:35 5: WEBphone dim18% => default/dim18%.png
2012.12.16 22:24:35 5: WEBphone dim25% => default/dim25%.png
2012.12.16 22:24:35 5: WEBphone dim31% => default/dim31%.png
2012.12.16 22:24:35 5: WEBphone dim37% => default/dim37%.png
2012.12.16 22:24:35 5: WEBphone dim43% => default/dim43%.png
2012.12.16 22:24:35 5: WEBphone dim50% => default/dim50%.png
2012.12.16 22:24:35 5: WEBphone dim56% => default/dim56%.png
2012.12.16 22:24:35 5: WEBphone dim62% => default/dim62%.png
2012.12.16 22:24:35 5: WEBphone dim68% => default/dim68%.png
2012.12.16 22:24:35 5: WEBphone dim75% => default/dim75%.png
2012.12.16 22:24:35 5: WEBphone dim81% => default/dim81%.png
2012.12.16 22:24:35 5: WEBphone dim87% => default/dim87%.png
2012.12.16 22:24:35 5: WEBphone dim93% => default/dim93%.png
2012.12.16 22:24:35 5: WEBphone dimdown => default/dimdown.png
2012.12.16 22:24:35 5: WEBphone dimup => default/dimup.png
2012.12.16 22:24:35 5: WEBphone favicon => default/favicon.ico
2012.12.16 22:24:35 5: WEBphone fhemicon => default/fhemicon.png
2012.12.16 22:24:35 5: WEBphone heizung.0 => default/heizung.0.png
2012.12.16 22:24:35 5: WEBphone icoAUSSEN => default/icoAUSSEN.png
2012.12.16 22:24:35 5: WEBphone icoAUSSENBEREICH => default/icoAUSSENBEREICH.png
2012.12.16 22:24:35 5: WEBphone icoBELEUCHTUNG => default/icoBELEUCHTUNG.png
2012.12.16 22:24:35 5: WEBphone icoBaum => default/icoBaum.png
2012.12.16 22:24:35 5: WEBphone icoBlitz => default/icoBlitz.png
2012.12.16 22:24:35 5: WEBphone icoEverything => default/icoEverything.png
2012.12.16 22:24:35 5: WEBphone icoGraph => default/icoGraph.png
2012.12.16 22:24:35 5: WEBphone icoHEIZUNG => default/icoHEIZUNG.png
2012.12.16 22:24:35 5: WEBphone icoHISTORIE => default/icoHISTORIE.png
2012.12.16 22:24:35 5: WEBphone icoHaus => default/icoHaus.png
2012.12.16 22:24:35 5: WEBphone icoHeizungAn => default/icoHeizungAn.png
2012.12.16 22:24:35 5: WEBphone icoHeizungReg => default/icoHeizungReg.png
2012.12.16 22:24:35 5: WEBphone icoHouse => default/icoHouse.png
2012.12.16 22:24:35 5: WEBphone icoKLIMA => default/icoKLIMA.png
2012.12.16 22:24:35 5: WEBphone icoLicht => default/icoLicht.png
2012.12.16 22:24:35 5: WEBphone icoLichtBaum => default/icoLichtBaum.png
2012.12.16 22:24:35 5: WEBphone icoLichtHaus => default/icoLichtHaus.png
2012.12.16 22:24:35 5: WEBphone icoLog => default/icoLog.png
2012.12.16 22:24:35 5: WEBphone icoLuefter => default/icoLuefter.png
2012.12.16 22:24:35 5: WEBphone icoMail => default/icoMail.png
2012.12.16 22:24:35 5: WEBphone icoPfeil => default/icoPfeil.png
2012.12.16 22:24:35 5: WEBphone icoPirAuto => default/icoPirAuto.png
2012.12.16 22:24:35 5: WEBphone icoPirBaum => default/icoPirBaum.png
2012.12.16 22:24:35 5: WEBphone icoSYSTEM => default/icoSYSTEM.png
2012.12.16 22:24:35 5: WEBphone icoTemp => default/icoTemp.png
2012.12.16 22:24:35 5: WEBphone icoTempBaum => default/icoTempBaum.png
2012.12.16 22:24:35 5: WEBphone icoTempHausEG => default/icoTempHausEG.png
2012.12.16 22:24:35 5: WEBphone icoTempHausOG => default/icoTempHausOG.png
2012.12.16 22:24:35 5: WEBphone icoTempHausReg => default/icoTempHausReg.png
2012.12.16 22:24:35 5: WEBphone icoTempHausRegEG => default/icoTempHausRegEG.png
2012.12.16 22:24:35 5: WEBphone icoTempHausRegOG => default/icoTempHausRegOG.png
2012.12.16 22:24:35 5: WEBphone icoTempHeizung => default/icoTempHeizung.png
2012.12.16 22:24:35 5: WEBphone icoTempWasser => default/icoTempWasser.png
2012.12.16 22:24:35 5: WEBphone icoTermHaus => default/icoTermHaus.png
2012.12.16 22:24:35 5: WEBphone icoTool => default/icoTool.png
2012.12.16 22:24:35 5: WEBphone icoUhr => default/icoUhr.png
2012.12.16 22:24:35 5: WEBphone icoWelt => default/icoWelt.png
2012.12.16 22:24:35 5: WEBphone icoZirkulationAn => default/icoZirkulationAn.png
2012.12.16 22:24:35 5: WEBphone leer => default/leer.png
2012.12.16 22:24:35 5: WEBphone off => default/off.png
2012.12.16 22:24:35 5: WEBphone off-for-timer => default/off-for-timer.png
2012.12.16 22:24:35 5: WEBphone on => default/on.png
2012.12.16 22:24:35 5: WEBphone on-for-timer => default/on-for-timer.png
2012.12.16 22:24:35 5: WEBphone on-till => default/on-till.png
2012.12.16 22:24:35 5: WEBphone shutter_closed_big => default/shutter_closed_big.png
2012.12.16 22:24:35 5: WEBphone shutter_open_big => default/shutter_open_big.png
2012.12.16 22:24:35 5: WEBphone signal_Fenster_Offen.off => default/signal_Fenster_Offen.off.png
2012.12.16 22:24:35 5: WEBphone signal_Fenster_Offen.on => default/signal_Fenster_Offen.on.png
2012.12.16 22:24:35 5: WEBphone toggle => default/toggle.png
2012.12.16 22:24:35 5: WEBphone weather/chance_of_rain => default/weather/chance_of_rain.png
2012.12.16 22:24:35 5: WEBphone weather/chance_of_rain_night => default/weather/chance_of_rain_night.png
2012.12.16 22:24:35 5: WEBphone weather/chance_of_sleet => default/weather/chance_of_sleet.png
2012.12.16 22:24:35 5: WEBphone weather/chance_of_snow => default/weather/chance_of_snow.png
2012.12.16 22:24:35 5: WEBphone weather/chance_of_storm => default/weather/chance_of_storm.png
2012.12.16 22:24:35 5: WEBphone weather/chance_of_storm_night => default/weather/chance_of_storm_night.png
2012.12.16 22:24:35 5: WEBphone weather/clear => default/weather/clear.png
2012.12.16 22:24:35 5: WEBphone weather/cloudy => default/weather/cloudy.png
2012.12.16 22:24:35 5: WEBphone weather/drizzle => default/weather/drizzle.png
2012.12.16 22:24:35 5: WEBphone weather/drizzle_night => default/weather/drizzle_night.png
2012.12.16 22:24:35 5: WEBphone weather/dust => default/weather/dust.png
2012.12.16 22:24:35 5: WEBphone weather/flurries => default/weather/flurries.png
2012.12.16 22:24:35 5: WEBphone weather/fog => default/weather/fog.png
2012.12.16 22:24:35 5: WEBphone weather/haze => default/weather/haze.png
2012.12.16 22:24:35 5: WEBphone weather/haze_night => default/weather/haze_night.png
2012.12.16 22:24:35 5: WEBphone weather/heavyrain => default/weather/heavyrain.png
2012.12.16 22:24:35 5: WEBphone weather/heavysnow => default/weather/heavysnow.png
2012.12.16 22:24:35 5: WEBphone weather/icy => default/weather/icy.png
2012.12.16 22:24:35 5: WEBphone weather/mist => default/weather/mist.png
2012.12.16 22:24:35 5: WEBphone weather/mostly_clear_night => default/weather/mostly_clear_night.png
2012.12.16 22:24:35 5: WEBphone weather/mostly_cloudy => default/weather/mostly_cloudy.png
2012.12.16 22:24:35 5: WEBphone weather/mostly_cloudy_night => default/weather/mostly_cloudy_night.png
2012.12.16 22:24:35 5: WEBphone weather/mostly_sunny => default/weather/mostly_sunny.png
2012.12.16 22:24:35 5: WEBphone weather/mostlycloudy => default/weather/mostlycloudy.png
2012.12.16 22:24:35 5: WEBphone weather/mostlycloudy_night => default/weather/mostlycloudy_night.png
2012.12.16 22:24:35 5: WEBphone weather/na => default/weather/na.png
2012.12.16 22:24:35 5: WEBphone weather/overcast => default/weather/overcast.png
2012.12.16 22:24:35 5: WEBphone weather/partly_cloudy => default/weather/partly_cloudy.png
2012.12.16 22:24:35 5: WEBphone weather/partly_cloudy_night => default/weather/partly_cloudy_night.png
2012.12.16 22:24:35 5: WEBphone weather/partlycloudy => default/weather/partlycloudy.png
2012.12.16 22:24:35 5: WEBphone weather/partlycloudy_night => default/weather/partlycloudy_night.png
2012.12.16 22:24:35 5: WEBphone weather/rain => default/weather/rain.png
2012.12.16 22:24:35 5: WEBphone weather/rainsnow => default/weather/rainsnow.png
2012.12.16 22:24:35 5: WEBphone weather/scatteredshowers => default/weather/scatteredshowers.png
2012.12.16 22:24:35 5: WEBphone weather/scatteredshowers_night => default/weather/scatteredshowers_night.png
2012.12.16 22:24:35 5: WEBphone weather/scatteredthunderstorms => default/weather/scatteredthunderstorms.png
2012.12.16 22:24:35 5: WEBphone weather/scatteredthunderstorms_night => default/weather/scatteredthunderstorms_night.png
2012.12.16 22:24:35 5: WEBphone weather/showers => default/weather/showers.png
2012.12.16 22:24:35 5: WEBphone weather/showers_night => default/weather/showers_night.png
2012.12.16 22:24:35 5: WEBphone weather/sleet => default/weather/sleet.png
2012.12.16 22:24:35 5: WEBphone weather/smoke => default/weather/smoke.png
2012.12.16 22:24:35 5: WEBphone weather/snow => default/weather/snow.png
2012.12.16 22:24:35 5: WEBphone weather/snowflurries => default/weather/snowflurries.png
2012.12.16 22:24:35 5: WEBphone weather/storm => default/weather/storm.png
2012.12.16 22:24:35 5: WEBphone weather/sunny => default/weather/sunny.png
2012.12.16 22:24:35 5: WEBphone weather/sunny_night => default/weather/sunny_night.png
2012.12.16 22:24:35 5: WEBphone weather/thunderstorm => default/weather/thunderstorm.png
2012.12.16 22:24:35 5: WEBphone weather/windy => default/weather/windy.png
2012.12.16 22:24:35 3: WEBphone: port 8084 opened
2012.12.16 22:24:35 5: Triggering global (1 changes)
2012.12.16 22:24:35 5: global trigger: Checking WEB for notify
2012.12.16 22:24:35 5: global trigger: Checking telnetPort for notify
2012.12.16 22:24:35 5: Cmd: >attr WEBphone basicAuth {use FritzBoxUtils;FB_checkPw("localhost","$password") }<
2012.12.16 22:24:35 5: Cmd: >attr WEBphone smallscreen 1<
2012.12.16 22:24:35 5: WEBphone Icon dictionary for ./www/images follows...
2012.12.16 22:24:35 5: WEBphone FS20.off => default/FS20.off.png
2012.12.16 22:24:35 5: WEBphone FS20.on => default/FS20.on.png
2012.12.16 22:24:35 5: WEBphone HOME_Status.0 => default/HOME_Status.0.png
2012.12.16 22:24:35 5: WEBphone HOME_Status.1 => default/HOME_Status.1.png
2012.12.16 22:24:35 5: WEBphone HOME_Status.3 => default/HOME_Status.3.png
2012.12.16 22:24:35 5: WEBphone HOME_Status.4 => default/HOME_Status.4.png
2012.12.16 22:24:35 5: WEBphone Heizung_Hauptschalter.off => default/Heizung_Hauptschalter.off.png
2012.12.16 22:24:35 5: WEBphone Heizung_Hauptschalter.off-for-timer => default/Heizung_Hauptschalter.off-for-timer.png
2012.12.16 22:24:35 5: WEBphone Heizung_Hauptschalter.on => default/Heizung_Hauptschalter.on.png
2012.12.16 22:24:35 5: WEBphone Next => default/Next.png
2012.12.16 22:24:35 5: WEBphone Prev => default/Prev.png
2012.12.16 22:24:35 5: WEBphone Restart => default/Restart.png
2012.12.16 22:24:35 5: WEBphone Shutdown => default/Shutdown.png
2012.12.16 22:24:35 5: WEBphone StandBy => default/StandBy.png
2012.12.16 22:24:35 5: WEBphone Update => default/Update.png
2012.12.16 22:24:35 5: WEBphone WLAN_Status.0 => default/WLAN_Status.0.png
2012.12.16 22:24:35 5: WEBphone WLAN_Status.1 => default/WLAN_Status.1.png
2012.12.16 22:24:35 5: WEBphone Wecker.Aus => default/Wecker.Aus.png
2012.12.16 22:24:35 5: WEBphone Wecker.Immer => default/Wecker.Immer.png
2012.12.16 22:24:35 5: WEBphone Wecker.Wochenende => default/Wecker.Wochenende.png
2012.12.16 22:24:35 5: WEBphone Wecker.Wochentags => default/Wecker.Wochentags.png
2012.12.16 22:24:35 5: WEBphone Zoom-in => default/Zoom-in.png
2012.12.16 22:24:35 5: WEBphone Zoom-out => default/Zoom-out.png
2012.12.16 22:24:35 5: WEBphone back => default/back.png
2012.12.16 22:24:35 5: WEBphone black_FS20.off => default/black_FS20.off.png
2012.12.16 22:24:35 5: WEBphone black_FS20.on => default/black_FS20.on.png
2012.12.16 22:24:35 5: WEBphone black_Steckdose.off => default/black_Steckdose.off.png
2012.12.16 22:24:35 5: WEBphone black_Steckdose.on => default/black_Steckdose.on.png
2012.12.16 22:24:35 5: WEBphone black_down => default/black_down.png
2012.12.16 22:24:35 5: WEBphone black_up => default/black_up.png
2012.12.16 22:24:35 5: WEBphone close => default/close.png
2012.12.16 22:24:35 5: WEBphone closeG => default/closeG.png
2012.12.16 22:24:35 5: WEBphone dim06% => default/dim06%.png
2012.12.16 22:24:35 5: WEBphone dim100% => default/dim100%.png
2012.12.16 22:24:35 5: WEBphone dim12% => default/dim12%.png
2012.12.16 22:24:35 5: WEBphone dim18% => default/dim18%.png
2012.12.16 22:24:35 5: WEBphone dim25% => default/dim25%.png
2012.12.16 22:24:35 5: WEBphone dim31% => default/dim31%.png
2012.12.16 22:24:35 5: WEBphone dim37% => default/dim37%.png
2012.12.16 22:24:35 5: WEBphone dim43% => default/dim43%.png
2012.12.16 22:24:35 5: WEBphone dim50% => default/dim50%.png
2012.12.16 22:24:35 5: WEBphone dim56% => default/dim56%.png
2012.12.16 22:24:35 5: WEBphone dim62% => default/dim62%.png
2012.12.16 22:24:35 5: WEBphone dim68% => default/dim68%.png
2012.12.16 22:24:35 5: WEBphone dim75% => default/dim75%.png
2012.12.16 22:24:35 5: WEBphone dim81% => default/dim81%.png
2012.12.16 22:24:35 5: WEBphone dim87% => default/dim87%.png
2012.12.16 22:24:35 5: WEBphone dim93% => default/dim93%.png
2012.12.16 22:24:35 5: WEBphone dimdown => default/dimdown.png
2012.12.16 22:24:35 5: WEBphone dimup => default/dimup.png
2012.12.16 22:24:35 5: WEBphone favicon => default/favicon.ico
2012.12.16 22:24:35 5: WEBphone fhem_smallscreen => smallscreen/fhem_smallscreen.png
2012.12.16 22:24:35 5: WEBphone fhemicon => default/fhemicon.png
2012.12.16 22:24:35 5: WEBphone heizung.0 => default/heizung.0.png
2012.12.16 22:24:35 5: WEBphone icoAUSSEN => default/icoAUSSEN.png
2012.12.16 22:24:35 5: WEBphone icoAUSSENBEREICH => default/icoAUSSENBEREICH.png
2012.12.16 22:24:35 5: WEBphone icoBELEUCHTUNG => default/icoBELEUCHTUNG.png
2012.12.16 22:24:35 5: WEBphone icoBaum => default/icoBaum.png
2012.12.16 22:24:35 5: WEBphone icoBlitz => default/icoBlitz.png
2012.12.16 22:24:35 5: WEBphone icoEverything => default/icoEverything.png
2012.12.16 22:24:35 5: WEBphone icoGraph => default/icoGraph.png
2012.12.16 22:24:35 5: WEBphone icoHEIZUNG => default/icoHEIZUNG.png
2012.12.16 22:24:35 5: WEBphone icoHISTORIE => default/icoHISTORIE.png
2012.12.16 22:24:35 5: WEBphone icoHaus => default/icoHaus.png
2012.12.16 22:24:35 5: WEBphone icoHeizungAn => default/icoHeizungAn.png
2012.12.16 22:24:35 5: WEBphone icoHeizungReg => default/icoHeizungReg.png
2012.12.16 22:24:35 5: WEBphone icoHouse => default/icoHouse.png
2012.12.16 22:24:35 5: WEBphone icoKLIMA => default/icoKLIMA.png
2012.12.16 22:24:35 5: WEBphone icoLicht => default/icoLicht.png
2012.12.16 22:24:35 5: WEBphone icoLichtBaum => default/icoLichtBaum.png
2012.12.16 22:24:35 5: WEBphone icoLichtHaus => default/icoLichtHaus.png
2012.12.16 22:24:35 5: WEBphone icoLog => default/icoLog.png
2012.12.16 22:24:35 5: WEBphone icoLuefter => default/icoLuefter.png
2012.12.16 22:24:35 5: WEBphone icoMail => default/icoMail.png
2012.12.16 22:24:35 5: WEBphone icoPfeil => default/icoPfeil.png
2012.12.16 22:24:35 5: WEBphone icoPirAuto => default/icoPirAuto.png
2012.12.16 22:24:35 5: WEBphone icoPirBaum => default/icoPirBaum.png
2012.12.16 22:24:35 5: WEBphone icoSYSTEM => default/icoSYSTEM.png
2012.12.16 22:24:35 5: WEBphone icoTemp => default/icoTemp.png
2012.12.16 22:24:35 5: WEBphone icoTempBaum => default/icoTempBaum.png
2012.12.16 22:24:35 5: WEBphone icoTempHausEG => default/icoTempHausEG.png
2012.12.16 22:24:35 5: WEBphone icoTempHausOG => default/icoTempHausOG.png
2012.12.16 22:24:35 5: WEBphone icoTempHausReg => default/icoTempHausReg.png
2012.12.16 22:24:35 5: WEBphone icoTempHausRegEG => default/icoTempHausRegEG.png
2012.12.16 22:24:35 5: WEBphone icoTempHausRegOG => default/icoTempHausRegOG.png
2012.12.16 22:24:35 5: WEBphone icoTempHeizung => default/icoTempHeizung.png
2012.12.16 22:24:35 5: WEBphone icoTempWasser => default/icoTempWasser.png
2012.12.16 22:24:35 5: WEBphone icoTermHaus => default/icoTermHaus.png
2012.12.16 22:24:35 5: WEBphone icoTool => default/icoTool.png
2012.12.16 22:24:35 5: WEBphone icoUhr => default/icoUhr.png
2012.12.16 22:24:35 5: WEBphone icoWelt => default/icoWelt.png
2012.12.16 22:24:35 5: WEBphone icoZirkulationAn => default/icoZirkulationAn.png
2012.12.16 22:24:35 5: WEBphone leer => default/leer.png
2012.12.16 22:24:35 5: WEBphone off => default/off.png
2012.12.16 22:24:35 5: WEBphone off-for-timer => default/off-for-timer.png
2012.12.16 22:24:35 5: WEBphone on => default/on.png
2012.12.16 22:24:35 5: WEBphone on-for-timer => default/on-for-timer.png
2012.12.16 22:24:35 5: WEBphone on-till => default/on-till.png
2012.12.16 22:24:35 5: WEBphone shutter_closed_big => default/shutter_closed_big.png
2012.12.16 22:24:35 5: WEBphone shutter_open_big => default/shutter_open_big.png
2012.12.16 22:24:35 5: WEBphone signal_Fenster_Offen.off => default/signal_Fenster_Offen.off.png
2012.12.16 22:24:35 5: WEBphone signal_Fenster_Offen.on => default/signal_Fenster_Offen.on.png
2012.12.16 22:24:35 5: WEBphone toggle => default/toggle.png
2012.12.16 22:24:35 5: WEBphone weather/chance_of_rain => default/weather/chance_of_rain.png
2012.12.16 22:24:35 5: WEBphone weather/chance_of_rain_night => default/weather/chance_of_rain_night.png
2012.12.16 22:24:35 5: WEBphone weather/chance_of_sleet => default/weather/chance_of_sleet.png
2012.12.16 22:24:35 5: WEBphone weather/chance_of_snow => default/weather/chance_of_snow.png
2012.12.16 22:24:35 5: WEBphone weather/chance_of_storm => default/weather/chance_of_storm.png
2012.12.16 22:24:35 5: WEBphone weather/chance_of_storm_night => default/weather/chance_of_storm_night.png
2012.12.16 22:24:35 5: WEBphone weather/clear => default/weather/clear.png
2012.12.16 22:24:35 5: WEBphone weather/cloudy => default/weather/cloudy.png
2012.12.16 22:24:35 5: WEBphone weather/drizzle => default/weather/drizzle.png
2012.12.16 22:24:35 5: WEBphone weather/drizzle_night => default/weather/drizzle_night.png
2012.12.16 22:24:35 5: WEBphone weather/dust => default/weather/dust.png
2012.12.16 22:24:35 5: WEBphone weather/flurries => default/weather/flurries.png
2012.12.16 22:24:35 5: WEBphone weather/fog => default/weather/fog.png
2012.12.16 22:24:35 5: WEBphone weather/haze => default/weather/haze.png
2012.12.16 22:24:35 5: WEBphone weather/haze_night => default/weather/haze_night.png
2012.12.16 22:24:35 5: WEBphone weather/heavyrain => default/weather/heavyrain.png
2012.12.16 22:24:35 5: WEBphone weather/heavysnow => default/weather/heavysnow.png
2012.12.16 22:24:35 5: WEBphone weather/icy => default/weather/icy.png
2012.12.16 22:24:35 5: WEBphone weather/mist => default/weather/mist.png
2012.12.16 22:24:35 5: WEBphone weather/mostly_clear_night => default/weather/mostly_clear_night.png
2012.12.16 22:24:35 5: WEBphone weather/mostly_cloudy => default/weather/mostly_cloudy.png
2012.12.16 22:24:35 5: WEBphone weather/mostly_cloudy_night => default/weather/mostly_cloudy_night.png
2012.12.16 22:24:35 5: WEBphone weather/mostly_sunny => default/weather/mostly_sunny.png
2012.12.16 22:24:35 5: WEBphone weather/mostlycloudy => default/weather/mostlycloudy.png
2012.12.16 22:24:35 5: WEBphone weather/mostlycloudy_night => default/weather/mostlycloudy_night.png
2012.12.16 22:24:35 5: WEBphone weather/na => default/weather/na.png
2012.12.16 22:24:35 5: WEBphone weather/overcast => default/weather/overcast.png
2012.12.16 22:24:35 5: WEBphone weather/partly_cloudy => default/weather/partly_cloudy.png
2012.12.16 22:24:35 5: WEBphone weather/partly_cloudy_night => default/weather/partly_cloudy_night.png
2012.12.16 22:24:35 5: WEBphone weather/partlycloudy => default/weather/partlycloudy.png
2012.12.16 22:24:35 5: WEBphone weather/partlycloudy_night => default/weather/partlycloudy_night.png
2012.12.16 22:24:35 5: WEBphone weather/rain => default/weather/rain.png
2012.12.16 22:24:35 5: WEBphone weather/rainsnow => default/weather/rainsnow.png
2012.12.16 22:24:35 5: WEBphone weather/scatteredshowers => default/weather/scatteredshowers.png
2012.12.16 22:24:35 5: WEBphone weather/scatteredshowers_night => default/weather/scatteredshowers_night.png
2012.12.16 22:24:35 5: WEBphone weather/scatteredthunderstorms => default/weather/scatteredthunderstorms.png
2012.12.16 22:24:35 5: WEBphone weather/scatteredthunderstorms_night => default/weather/scatteredthunderstorms_night.png
2012.12.16 22:24:35 5: WEBphone weather/showers => default/weather/showers.png
2012.12.16 22:24:35 5: WEBphone weather/showers_night => default/weather/showers_night.png
2012.12.16 22:24:35 5: WEBphone weather/sleet => default/weather/sleet.png
2012.12.16 22:24:35 5: WEBphone weather/smoke => default/weather/smoke.png
2012.12.16 22:24:35 5: WEBphone weather/snow => default/weather/snow.png
2012.12.16 22:24:35 5: WEBphone weather/snowflurries => default/weather/snowflurries.png
2012.12.16 22:24:35 5: WEBphone weather/storm => default/weather/storm.png
2012.12.16 22:24:35 5: WEBphone weather/sunny => default/weather/sunny.png
2012.12.16 22:24:35 5: WEBphone weather/sunny_night => default/weather/sunny_night.png
2012.12.16 22:24:35 5: WEBphone weather/thunderstorm => default/weather/thunderstorm.png
2012.12.16 22:24:35 5: WEBphone weather/windy => default/weather/windy.png
2012.12.16 22:24:35 5: Cmd: >define WEBtablet FHEMWEB 8085 global<
2012.12.16 22:24:35 4: FHEMWEB directories:
2012.12.16 22:24:35 4:   web server root: ./www
2012.12.16 22:24:35 4:   icon directory: ./www/images
2012.12.16 22:24:35 4:     Notice: if style-specific subdirectories ./www/images/default etc. exist, icons are only read from there and not from ./www/images!
2012.12.16 22:24:35 4:   doc directory: ./docs
2012.12.16 22:24:35 4:   css directory: ./www/pgm2
2012.12.16 22:24:35 4:   gplot directory: ./www/gplot
2012.12.16 22:24:35 4:   javascript directory: ./www/pgm2
2012.12.16 22:24:35 5: WEBtablet Icon dictionary for ./www/images follows...
2012.12.16 22:24:35 5: WEBtablet FS20.off => default/FS20.off.png
2012.12.16 22:24:35 5: WEBtablet FS20.on => default/FS20.on.png
2012.12.16 22:24:35 5: WEBtablet HOME_Status.0 => default/HOME_Status.0.png
2012.12.16 22:24:35 5: WEBtablet HOME_Status.1 => default/HOME_Status.1.png
2012.12.16 22:24:35 5: WEBtablet HOME_Status.3 => default/HOME_Status.3.png
2012.12.16 22:24:35 5: WEBtablet HOME_Status.4 => default/HOME_Status.4.png
2012.12.16 22:24:35 5: WEBtablet Heizung_Hauptschalter.off => default/Heizung_Hauptschalter.off.png
2012.12.16 22:24:35 5: WEBtablet Heizung_Hauptschalter.off-for-timer => default/Heizung_Hauptschalter.off-for-timer.png
2012.12.16 22:24:35 5: WEBtablet Heizung_Hauptschalter.on => default/Heizung_Hauptschalter.on.png
2012.12.16 22:24:35 5: WEBtablet Next => default/Next.png
2012.12.16 22:24:35 5: WEBtablet Prev => default/Prev.png
2012.12.16 22:24:36 5: WEBtablet Restart => default/Restart.png
2012.12.16 22:24:36 5: WEBtablet Shutdown => default/Shutdown.png
2012.12.16 22:24:36 5: WEBtablet StandBy => default/StandBy.png
2012.12.16 22:24:36 5: WEBtablet Update => default/Update.png
2012.12.16 22:24:36 5: WEBtablet WLAN_Status.0 => default/WLAN_Status.0.png
2012.12.16 22:24:36 5: WEBtablet WLAN_Status.1 => default/WLAN_Status.1.png
2012.12.16 22:24:36 5: WEBtablet Wecker.Aus => default/Wecker.Aus.png
2012.12.16 22:24:36 5: WEBtablet Wecker.Immer => default/Wecker.Immer.png
2012.12.16 22:24:36 5: WEBtablet Wecker.Wochenende => default/Wecker.Wochenende.png
2012.12.16 22:24:36 5: WEBtablet Wecker.Wochentags => default/Wecker.Wochentags.png
2012.12.16 22:24:36 5: WEBtablet Zoom-in => default/Zoom-in.png
2012.12.16 22:24:36 5: WEBtablet Zoom-out => default/Zoom-out.png
2012.12.16 22:24:36 5: WEBtablet back => default/back.png
2012.12.16 22:24:36 5: WEBtablet black_FS20.off => default/black_FS20.off.png
2012.12.16 22:24:36 5: WEBtablet black_FS20.on => default/black_FS20.on.png
2012.12.16 22:24:36 5: WEBtablet black_Steckdose.off => default/black_Steckdose.off.png
2012.12.16 22:24:36 5: WEBtablet black_Steckdose.on => default/black_Steckdose.on.png
2012.12.16 22:24:36 5: WEBtablet black_down => default/black_down.png
2012.12.16 22:24:36 5: WEBtablet black_up => default/black_up.png
2012.12.16 22:24:36 5: WEBtablet close => default/close.png
2012.12.16 22:24:36 5: WEBtablet closeG => default/closeG.png
2012.12.16 22:24:36 5: WEBtablet dim06% => default/dim06%.png
2012.12.16 22:24:36 5: WEBtablet dim100% => default/dim100%.png
2012.12.16 22:24:36 5: WEBtablet dim12% => default/dim12%.png
2012.12.16 22:24:36 5: WEBtablet dim18% => default/dim18%.png
2012.12.16 22:24:36 5: WEBtablet dim25% => default/dim25%.png
2012.12.16 22:24:36 5: WEBtablet dim31% => default/dim31%.png
2012.12.16 22:24:36 5: WEBtablet dim37% => default/dim37%.png
2012.12.16 22:24:36 5: WEBtablet dim43% => default/dim43%.png
2012.12.16 22:24:36 5: WEBtablet dim50% => default/dim50%.png
2012.12.16 22:24:36 5: WEBtablet dim56% => default/dim56%.png
2012.12.16 22:24:36 5: WEBtablet dim62% => default/dim62%.png
2012.12.16 22:24:36 5: WEBtablet dim68% => default/dim68%.png
2012.12.16 22:24:36 5: WEBtablet dim75% => default/dim75%.png
2012.12.16 22:24:36 5: WEBtablet dim81% => default/dim81%.png
2012.12.16 22:24:36 5: WEBtablet dim87% => default/dim87%.png
2012.12.16 22:24:36 5: WEBtablet dim93% => default/dim93%.png
2012.12.16 22:24:36 5: WEBtablet dimdown => default/dimdown.png
2012.12.16 22:24:36 5: WEBtablet dimup => default/dimup.png
2012.12.16 22:24:36 5: WEBtablet favicon => default/favicon.ico
2012.12.16 22:24:36 5: WEBtablet fhemicon => default/fhemicon.png
2012.12.16 22:24:36 5: WEBtablet heizung.0 => default/heizung.0.png
2012.12.16 22:24:36 5: WEBtablet icoAUSSEN => default/icoAUSSEN.png
2012.12.16 22:24:36 5: WEBtablet icoAUSSENBEREICH => default/icoAUSSENBEREICH.png
2012.12.16 22:24:36 5: WEBtablet icoBELEUCHTUNG => default/icoBELEUCHTUNG.png
2012.12.16 22:24:36 5: WEBtablet icoBaum => default/icoBaum.png
2012.12.16 22:24:36 5: WEBtablet icoBlitz => default/icoBlitz.png
2012.12.16 22:24:36 5: WEBtablet icoEverything => default/icoEverything.png
2012.12.16 22:24:36 5: WEBtablet icoGraph => default/icoGraph.png
2012.12.16 22:24:36 5: WEBtablet icoHEIZUNG => default/icoHEIZUNG.png
2012.12.16 22:24:36 5: WEBtablet icoHISTORIE => default/icoHISTORIE.png
2012.12.16 22:24:36 5: WEBtablet icoHaus => default/icoHaus.png
2012.12.16 22:24:36 5: WEBtablet icoHeizungAn => default/icoHeizungAn.png
2012.12.16 22:24:36 5: WEBtablet icoHeizungReg => default/icoHeizungReg.png
2012.12.16 22:24:36 5: WEBtablet icoHouse => default/icoHouse.png
2012.12.16 22:24:36 5: WEBtablet icoKLIMA => default/icoKLIMA.png
2012.12.16 22:24:36 5: WEBtablet icoLicht => default/icoLicht.png
2012.12.16 22:24:36 5: WEBtablet icoLichtBaum => default/icoLichtBaum.png
2012.12.16 22:24:36 5: WEBtablet icoLichtHaus => default/icoLichtHaus.png
2012.12.16 22:24:36 5: WEBtablet icoLog => default/icoLog.png
2012.12.16 22:24:36 5: WEBtablet icoLuefter => default/icoLuefter.png
2012.12.16 22:24:36 5: WEBtablet icoMail => default/icoMail.png
2012.12.16 22:24:36 5: WEBtablet icoPfeil => default/icoPfeil.png
2012.12.16 22:24:36 5: WEBtablet icoPirAuto => default/icoPirAuto.png
2012.12.16 22:24:36 5: WEBtablet icoPirBaum => default/icoPirBaum.png
2012.12.16 22:24:36 5: WEBtablet icoSYSTEM => default/icoSYSTEM.png
2012.12.16 22:24:36 5: WEBtablet icoTemp => default/icoTemp.png
2012.12.16 22:24:36 5: WEBtablet icoTempBaum => default/icoTempBaum.png
2012.12.16 22:24:36 5: WEBtablet icoTempHausEG => default/icoTempHausEG.png
2012.12.16 22:24:36 5: WEBtablet icoTempHausOG => default/icoTempHausOG.png
2012.12.16 22:24:36 5: WEBtablet icoTempHausReg => default/icoTempHausReg.png
2012.12.16 22:24:36 5: WEBtablet icoTempHausRegEG => default/icoTempHausRegEG.png
2012.12.16 22:24:36 5: WEBtablet icoTempHausRegOG => default/icoTempHausRegOG.png
2012.12.16 22:24:36 5: WEBtablet icoTempHeizung => default/icoTempHeizung.png
2012.12.16 22:24:36 5: WEBtablet icoTempWasser => default/icoTempWasser.png
2012.12.16 22:24:36 5: WEBtablet icoTermHaus => default/icoTermHaus.png
2012.12.16 22:24:36 5: WEBtablet icoTool => default/icoTool.png
2012.12.16 22:24:36 5: WEBtablet icoUhr => default/icoUhr.png
2012.12.16 22:24:36 5: WEBtablet icoWelt => default/icoWelt.png
2012.12.16 22:24:36 5: WEBtablet ico

lms-daniel

                                               

Ich hole diesen Thread mal wieder hoch,
weil das leider noch nicht ganz klappt --> siehe meinen letzten post zu
2.2/ 2.3

Am Sonntag, 16. Dezember 2012 22:37:37 UTC+1 schrieb LMS-Daniel:
>
> 1) Hab ich hin gekriegt, würde ich sagen. Teste mal bitte das Update
> morgen. Vorher aus log/fhem.save alle Einträge von MAX_03caf3 löschen.
>
> Hab ich gemacht.
>
>>
>> 2.1) "Langes drücken der Tasten bewirkt gar nichts mehr." Ist das ein
>> FHEM Problem? Funktioniert das mit der offizielle Software?
>>
>
> Weiß ich leider nicht - ich nutze die Original-Software nicht mehr.
> Im Prinzip ist es auch egal, es würde denk ich ausreichen die gewünschten
> Temperaturen über FHEM setzen zu können.
>  
>
>> 2.2) "Leider kann man die Werte auch über fhem nicht ändern weil es beim
>> Wandthermostat keinen set-Befehl für Absenk- und Comfortthemperatur gibt."
>> Kommt auch mit dem Update morgen.
>>
> 2.3) "Das WT selbst wird bei Drücken einer der Tasten 16,5 bzw. 21,5°C
>> ausgeführt!!!" Guck mal, ob immer noch die falschen Temperaturen kommen,
>> wenn du vorher per set comfortTemperature welche eingestellt hast.
>>
>
> Es klappt leider noch nicht ganz. Bei Ausführen eines set-Befehls für eco
> oder comfort-Temp kommt in fhem folgende Meldung:  "Invalid
> windowOpenTemperatur"
> In Fhem ist dann unter dem betreffendem WT die mit set-gesetzte eco- oder
> comfort-Temperatur gesetzt bzw. hinterlegt, nicht aber real über die Taste
> am WT abrufbar.
> Zudem stimmt leider die Ist-Temperatur noch nicht, hier wird jetzt
> "temperature -5.4" angezeigt, im Display 25.1
>
> Nochmal ein langer Log:
>
>
>
>>
>> Am 15. Dezember 2012 08:54 schrieb LMS-Daniel :
>>
>>> Hallo,
>>> nutze den CUBE. ein CUL habe ich leider gar nicht zur Verfügung, da der
>>> Rest über EUL (Enocean) läuft.
>>>
>>> *1) Thema falsche Ist-Temperatur am WT*
>>>
>>> Ich hab hier mal einen Verbose 5 Log:
>>> Keine Ahnung welche Daten Du genau brauchst, ich hab einfach mal einen
>>> Ausschnitt kopiert, der hoffentlich das notwendige enthält.
>>> Nochmal kurz zur INFO:
>>> "WT"... ist bei mir ein Wandthermostat
>>> "HT".. ein Heizkörperthermostat
>>> MAX_015c0a ist ein gepairtes HT das aber gerade außer Betrieb genommen
>>> wurde und mit noch niemanden über associate veknüpft wurde
>>>
>>> MAX_03caf3 ist das BETREFFENDE WT das die falsche Ist-Temperatur
>>> anzeigt, aber mit noch niemanden über associate veknüpft wurde
>>>
>>> *2) Verstellen der hinterlegten Werte für Comfort-/ Absenktemperatur am
>>> WT*:
>>>
>>> Womit ich ein Problem habe ist wie ich beim Thema Einstellen des
>>> hinterlegten Wertes der Absenktemperatur am WT konkret weiterhelfen soll???
>>> Wenn ich die Taste Absenktemperatur kurz betätige wird ein normaler
>>> Set-Befehl an das HT gesendet, ein langer Tastendruck der bei
>>> nicht-gepairten WTs die Temperatur zum verstellen ermöglich beweirkt bei
>>> gepairten gar nichts.
>>> Log Ausschnitt nach Betätigen der Taste Absenktemperatur am
>>> WT_Arbeitszimmer:
>>>
>>> Hier noch auffällig:
>>> Im FHEM ist als Absenk-/ ECO-Temperatur 17 und als Comfort-Temperatur
>>> 21°C hinterlegt.
>>> Das WT selbst wird bei Drücken einer der Tasten 16,5 bzw. 21,5°C
>>> ausgeführt!!!
>>> Beim HT konnte ich die hinterlegten Werte über FHEM abändern. Diese
>>> stehen auf 19 bzw. 22°C
>>>
>>> Am Donnerstag, 13. Dezember 2012 21:39:12 UTC+1 schrieb Matthias Gehre:
>>>
>>>> @daniel:
>>>> Welches Backend benutzt du? MAXLAN oder CUL_MAX?
>>>> Passiert im Log was (verbose 5), während du die Absenk-Temperatur am
>>>> Gerät einstellst?
>>>>
>>>> Bitte Logs von dem Wandthermostat mit richtiger Temperatur und Logs vom
>>>> Wandthermostat mit falscher Temperatur.
>>>>
>>>>  --
>>> To unsubscribe from this group, send email to
>>> fhem-users+...@googlegroups.com
>>>
>>
>>

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

Meesus

                                                     

Hallo Matthias,

ich habe hier noch ein Prbl. mit meinem WT(+)

(version Fhem 5.3 (DEVELOPMENT), $Id: fhem.pl 2271 2012-12-06
20:44:21Z martinp876 $, pid 1456)
Hier die Max Hardware:
Cul 433 mit IT Patch / CUL MAX
+
HeatingThermostat 01788d
+
WallMountedThermostat 01c7e1 (die "+" Version)
In meinem Log erscheint alle ca. 3 Minuten folgender Hinweis:
"2012.12.19 11:09:58 1: MAX_Parse: Unknown message WallThermostatState
"

Im Modus  5:

"2012.12.19 11:06:48 5: CUL/RAW: /Z0C7D044201C7E101788D002AE7D6

2012.12.19 11:06:48 5: CUL1: Z0C7D044201C7E101788D002AE7 -95
2012.12.19 11:06:48 5: CUL1 dispatch Z0C7D044201C7E101788D002AE7
2012.12.19 11:06:48 5: CUL_MAX_Parse: len 12, msgcnt 7D, msgflag 04,
msgTypeRaw WallThermostatState, src 01c7e1, dst 01788d, groupid 0,
payload 2AE7
2012.12.19 11:06:48 5: CULMAX0 dispatch MAX,0,WallThermostatState,
01c7e1,2AE7
2012.12.19 11:06:48 5: MAX_Parse MAX,0,WallThermostatState,01c7e1,2AE7
2012.12.19 11:06:48 1: MAX_Parse: Unknown message WallThermostatState
"

Ich hatte nun nochmals bei beiden Geräten nach o.g. SW Update ein
Reset der Geräte gemacht. Mit dem Paring habe ich zur Zeit Prbl., das
HT funktioniert, aber das verheiraten mit dem WTH + TH scheitert zur
Zeit. Meldung vom WHT habe ich aber immer noch.

Ist der IT Patch für die CUL433 jetzt offiziell ab der neueren CUL f.
433 jetzt eingbaut , falls sich die FW jetzt mal aktualisiert? Weil
zur Zeit setzte ich die V 1.49 CUL433 mit Deinem Patch f. IT ein.

Gruss Micha



--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com
Raspberry 4 - FHEM 6.1 - HMLAN, CUL V3 433Mhz & 868Mhz, HM, Intertechno, HUE, Tasmota, Shelly, ESP Devices, Max! und Alexa - Banana PI zum testen

Matthias Gehre

                                                       

Am 19. Dezember 2012 21:46 schrieb meesus :

> Hallo Matthias,
>
> ich habe hier noch ein Prbl. mit meinem WT(+)
>
> (version Fhem 5.3 (DEVELOPMENT), $Id: fhem.pl 2271 2012-12-06
> 20:44:21Z martinp876 $, pid 1456)
> Hier die Max Hardware:
> Cul 433 mit IT Patch / CUL MAX
> +
> HeatingThermostat 01788d
> +
> WallMountedThermostat 01c7e1 (die "+" Version)
> In meinem Log erscheint alle ca. 3 Minuten folgender Hinweis:
> "2012.12.19 11:09:58 1: MAX_Parse: Unknown message WallThermostatState
> "
>
> Im Modus  5:
>
> "2012.12.19 11:06:48 5: CUL/RAW: /Z0C7D044201C7E101788D002AE7D6
>
> 2012.12.19 11:06:48 5: CUL1: Z0C7D044201C7E101788D002AE7 -95
> 2012.12.19 11:06:48 5: CUL1 dispatch Z0C7D044201C7E101788D002AE7
> 2012.12.19 11:06:48 5: CUL_MAX_Parse: len 12, msgcnt 7D, msgflag 04,
> msgTypeRaw WallThermostatState, src 01c7e1, dst 01788d, groupid 0,
> payload 2AE7
> 2012.12.19 11:06:48 5: CULMAX0 dispatch MAX,0,WallThermostatState,
> 01c7e1,2AE7
> 2012.12.19 11:06:48 5: MAX_Parse MAX,0,WallThermostatState,01c7e1,2AE7
> 2012.12.19 11:06:48 1: MAX_Parse: Unknown message WallThermostatState
> "
>
Das ist wohl die Meldung der aktuellen Temperatur des WallThermostates and
das HeatingThermostat.
Die Temperatur ist irgendwo im Payload (hier 2AE7). Dazu müsstest du mir
einmal den Payload + die
gemessene und eingestellte Temperatur am Wandthermostat schreiben. Dann
können wir das bestimmt
entschlüsseln.

Ich hatte nun nochmals bei beiden Geräten nach o.g. SW Update ein

> Reset der Geräte gemacht. Mit dem Paring habe ich zur Zeit Prbl., das
> HT funktioniert, aber das verheiraten mit dem WTH + TH scheitert zur
> Zeit. Meldung vom WHT habe ich aber immer noch.
>
Was genau ist das Problem? Welcher Fehler tritt auf?
Hast du associate sowohl auf den WHT als auch auf dem HT gemacht?


> Ist der IT Patch für die CUL433 jetzt offiziell ab der neueren CUL f.
> 433 jetzt eingbaut , falls sich die FW jetzt mal aktualisiert? Weil
> zur Zeit setzte ich die V 1.49 CUL433 mit Deinem Patch f. IT ein.
>
> Hab ich in die offizielle Firmware eingebaut.

Gruss Micha
>
>
>
> --
> To unsubscribe from this group, send email to
> fhem-users+unsubscribe@googlegroups.com
>

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com

Meesus

                                                     

Hallo Matthias,

hier einmal der genaue Log zum WTS+
Ich habe hier vorher das FHEM bereinigt, bzw. nur jetzt testweise die
CUL433 u. das WTS+ im Einsatz.
WTS+ resetet und im Log ein Kommentar ab wann ich es angelernt habe.
Das WTS meldet 20 Grad, aber die IST-Temperatur konnte ich an dem WTS
nicht ablesen.
Das danach angelernte TS meldet ca. 20,9 Grad

Das Prbl. was ich leider noch habe ist, nach dem Reset der 2 Geräte
werden diese zwar im FHEM erkannt,
aber nur noch das HT reagiert und übermittelt die geänderte Tmp. Der
"associate" Befehl funktioniert mit dem WHT nicht mehr. Das Prbl. habe
nicht wenn ich die Geräte ohne FHEM miteinander verheiratete.
Der 2. Log ist der Versuch das WHT u. HT zu paaren.

Sorry, aber wie bekomme ich hier ein Dateianhang rein? ....

Gruss Micha

1. Log WHT
-------------------
2012.12.20 11:25:16 5: Cmd: >define CUL1 CUL /dev/ttyACM0@9600 1234<
2012.12.20 11:25:16 5: Loading ./FHEM/00_CUL.pm
2012.12.20 11:25:17 3: Opening CUL1 device /dev/ttyACM0
2012.12.20 11:25:17 3: Setting CUL1 baudrate to 9600
2012.12.20 11:25:17 3: CUL1 device opened
2012.12.20 11:25:17 5: SW: V
2012.12.20 11:25:17 5: CUL/RAW (ReadAnswer): V 1.49 CUL433

2012.12.20 11:25:17 5: SW: ?
2012.12.20 11:25:17 5: CUL/RAW (ReadAnswer): ? (? is unknown) Use one
of B C F i A Z E G M R T V W X e f m l t u x

2012.12.20 11:25:17 3: CUL1: Possible commands: BCFiAZEGMRTVWXefmltux
2012.12.20 11:25:17 5: SW: X21
2012.12.20 11:25:17 5: SW: T01
2012.12.20 11:25:17 5: CUL/RAW (ReadAnswer): 1234

2012.12.20 11:25:17 5: GOT CUL fhtid: 1234
2012.12.20 11:25:17 5: Triggering global (1 changes)
2012.12.20 11:25:17 5: global trigger: Checking Logfile for notify
2012.12.20 11:25:17 5: global trigger: Checking telnetPort for notify
2012.12.20 11:25:17 5: Cmd: >attr CUL1 rfmode MAX<
2012.12.20 11:25:17 5: SW: Ax
2012.12.20 11:25:17 5: SW: X21
Zr
2012.12.20 11:25:17 2: Switched CUL1 rfmode to MAX
2012.12.20 11:26:59 5: CUL/RAW: /Z0C7C044201C7E10000000014E2DE

2012.12.20 11:26:59 5: CUL1: Z0C7C044201C7E10000000014E2 -91
2012.12.20 11:26:59 5: CUL1 dispatch Z0C7C044201C7E10000000014E2
2012.12.20 11:26:59 5: CUL_MAX_Parse: len 12, msgcnt 7C, msgflag 04,
msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
payload 14E2
2012.12.20 11:26:59 5: CULMAX0 dispatch MAX,0,WallThermostatState,
01c7e1,14E2
2012.12.20 11:26:59 5: Loading ./FHEM/10_MAX.pm
2012.12.20 11:26:59 5: Calling MAX_Initialize
2012.12.20 11:26:59 5: MAX_Parse MAX,0,WallThermostatState,01c7e1,14E2
2012.12.20 11:26:59 2: Got message for undefined device, and failed to
guess type from msg 'WallThermostatState' - ignoring
2012.12.20 11:27:40 5: CUL/RAW: /
Z1700000001C7E1000000001003004A455130313636393437EF

2012.12.20 11:27:40 5: CUL1:
Z1700000001C7E1000000001003004A455130313636393437 -82.5
2012.12.20 11:27:40 5: CUL1 dispatch
Z1700000001C7E1000000001003004A455130313636393437
2012.12.20 11:27:40 5: CUL_MAX_Parse: len 23, msgcnt 00, msgflag 00,
msgTypeRaw PairPing, src 01c7e1, dst 000000, groupid 0, payload
1003004A455130313636393437
2012.12.20 11:27:40 5: CUL_MAX_Parse: Got PairPing (dst 000000,
pairmode 0), unk1 16, type 3, unk2 0, serial JEQ0166947
2012.12.20 11:27:50 5: CUL/RAW: /Z0C7D044201C7E10000000022E6D7

2012.12.20 11:27:50 5: CUL1: Z0C7D044201C7E10000000022E6 -94.5
2012.12.20 11:27:50 5: CUL1 dispatch Z0C7D044201C7E10000000022E6
2012.12.20 11:27:50 5: CUL_MAX_Parse: len 12, msgcnt 7D, msgflag 04,
msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
payload 22E6
2012.12.20 11:27:50 5: CULMAX0 dispatch MAX,0,WallThermostatState,
01c7e1,22E6
2012.12.20 11:27:50 5: MAX_Parse MAX,0,WallThermostatState,01c7e1,22E6
2012.12.20 11:27:50 2: Got message for undefined device, and failed to
guess type from msg 'WallThermostatState' - ignoring
2012.12.20 11:28:05 4: Connection accepted from FHEMWEB:
192.168.0.40:1109
2012.12.20 11:28:05 4: HTTP FHEMWEB:192.168.0.40:1109 GET /fhem
2012.12.20 11:28:05 4: /fhem / RL: 738 / text/html; charset=UTF-8 /
Content-Encoding: gzip
 /
2012.12.20 11:30:41 5: CUL/RAW: /Z0C7E044201C7E10000000028F2DE

2012.12.20 11:30:41 5: CUL1: Z0C7E044201C7E10000000028F2 -91
2012.12.20 11:30:41 5: CUL1 dispatch Z0C7E044201C7E10000000028F2
2012.12.20 11:30:41 5: CUL_MAX_Parse: len 12, msgcnt 7E, msgflag 04,
msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
payload 28F2
2012.12.20 11:30:41 5: CULMAX0 dispatch MAX,0,WallThermostatState,
01c7e1,28F2
2012.12.20 11:30:41 5: MAX_Parse MAX,0,WallThermostatState,01c7e1,28F2
2012.12.20 11:30:41 2: Got message for undefined device, and failed to
guess type from msg 'WallThermostatState' - ignoring
2012.12.20 11:31:40 5: CUL/RAW: /
Z1700040001C7E1000000001003004A455130313636393437E0
#
##########################################
Ab hier  "WallThermostat" angelernt#
##########################################
#
2012.12.20 11:31:40 5: CUL1:
Z1700040001C7E1000000001003004A455130313636393437 -90
2012.12.20 11:31:40 5: CUL1 dispatch
Z1700040001C7E1000000001003004A455130313636393437
2012.12.20 11:31:40 5: CUL_MAX_Parse: len 23, msgcnt 00, msgflag 04,
msgTypeRaw PairPing, src 01c7e1, dst 000000, groupid 0, payload
1003004A455130313636393437
2012.12.20 11:31:40 5: CUL_MAX_Parse: Got PairPing (dst 000000,
pairmode 1), unk1 16, type 3, unk2 0, serial JEQ0166947
2012.12.20 11:31:40 3: CUL_MAX_Parse: Pairing device 01c7e1 of type
WallMountedThermostat with serial JEQ0166947
2012.12.20 11:31:40 5: CUL1 sending Zs0b01000112345601c7e10000
2012.12.20 11:31:40 5: SW: Zs0b01000112345601c7e10000
2012.12.20 11:31:40 5: CULMAX0 dispatch MAX,0,define,
01c7e1,WallMountedThermostat,JEQ0166947,0,0
2012.12.20 11:31:40 5: MAX_Parse MAX,0,define,
01c7e1,WallMountedThermostat,JEQ0166947,0,0
2012.12.20 11:31:40 5: Triggering global (1 changes)
2012.12.20 11:31:40 5: global trigger: Checking FileLog_CULMAX0 for
notify
2012.12.20 11:31:40 5: global trigger: Checking Logfile for notify
2012.12.20 11:31:40 5: global trigger: Checking WEB for notify
2012.12.20 11:31:40 5: global trigger: Checking WEBphone for notify
2012.12.20 11:31:40 5: global trigger: Checking WEBtablet for notify
2012.12.20 11:31:40 5: global trigger: Checking autocreate for notify
2012.12.20 11:31:40 2: autocreate: define MAX_01c7e1 MAX
WallMountedThermostat 01c7e1
2012.12.20 11:31:40 5: Max_define WallMountedThermostat with addr
01c7e1
2012.12.20 11:31:40 5: Triggering global (2 changes)
2012.12.20 11:31:40 2: autocreate: define FileLog_MAX_01c7e1 FileLog ./
log/MAX_01c7e1-%Y.log MAX_01c7e1
2012.12.20 11:31:40 5: Triggering global (3 changes)
2012.12.20 11:31:40 5: global trigger: Checking telnetPort for notify
2012.12.20 11:31:40 5: CULMAX0 dispatch MAX,0,ThermostatConfig,
01c7e1,17,21,80,5,0,30.5,4.5,12,15
2012.12.20 11:31:40 5: MAX_Parse MAX,0,ThermostatConfig,
01c7e1,17,21,80,5,0,30.5,4.5,12,15
2012.12.20 11:31:40 5: Triggering MAX_01c7e1 (5 changes)
2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking FileLog_CULMAX0
for notify
2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking Logfile for notify
2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking WEB for notify
2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking WEBphone for
notify
2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking WEBtablet for
notify
2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking autocreate for
notify
2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking telnetPort for
notify
2012.12.20 11:31:40 5: CUL/RAW: /Z0E01000201C7E11234560001090128E0

2012.12.20 11:31:40 5: CUL1: Z0E01000201C7E11234560001090128 -90
2012.12.20 11:31:40 5: CUL1 dispatch Z0E01000201C7E11234560001090128
2012.12.20 11:31:40 5: CUL_MAX_Parse: len 14, msgcnt 01, msgflag 00,
msgTypeRaw Ack, src 01c7e1, dst 123456, groupid 0, payload 01090128
2012.12.20 11:31:40 5: CULMAX0 dispatch MAX,1,Ack,01c7e1,01090128
2012.12.20 11:31:40 5: MAX_Parse MAX,1,Ack,01c7e1,01090128
2012.12.20 11:31:40 5: MAX_Parse MAX,1,ThermostatState,01c7e1,090128
2012.12.20 11:31:40 5: battery 0, rferror 0, panel 0, langateway 0,
dstsetting 1, mode 1, valveposition 1 %, temperaturesetpoint 20,
until , curTemp
2012.12.20 11:31:40 5: Triggering MAX_01c7e1 (4 changes)
2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking FileLog_CULMAX0
for notify
2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking Logfile for notify
2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking WEB for notify
2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking WEBphone for
notify
2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking WEBtablet for
notify
2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking autocreate for
notify
2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking telnetPort for
notify
2012.12.20 11:31:40 5: Got matching ack
2012.12.20 11:31:42 5: CUL/RAW: /Z0A000A0301C7E112345600DA

2012.12.20 11:31:42 5: CUL1: Z0A000A0301C7E112345600 -93
2012.12.20 11:31:42 5: CUL1 dispatch Z0A000A0301C7E112345600
2012.12.20 11:31:42 5: CUL_MAX_Parse: len 10, msgcnt 00, msgflag 0A,
msgTypeRaw TimeInformation, src 01c7e1, dst 123456, groupid 0,
payload
2012.12.20 11:31:42 5: Got request for TimeInformation, sending it
2012.12.20 11:31:42 5: broadcast time to 01c7e1
2012.12.20 11:31:42 5: CUL1 sending Zs0f01030312345601c7e1000c140adf2a
2012.12.20 11:31:42 5: SW: Zs0f01030312345601c7e1000c140adf2a
2012.12.20 11:31:45 2: CUL_MAX_Resend: Missing ack from 01c7e1 for
0f01030312345601c7e1000c140adf2a
2012.12.20 11:31:45 1: CUL_MAX_Resend: Giving up on that packet
2012.12.20 11:31:45 5: Triggering CULMAX0 (1 changes)
2012.12.20 11:33:30 5: CUL/RAW: /Z0C7F044201C7E10000000028FEDA

2012.12.20 11:33:30 5: CUL1: Z0C7F044201C7E10000000028FE -93
2012.12.20 11:33:30 5: CUL1 dispatch Z0C7F044201C7E10000000028FE
2012.12.20 11:33:30 5: CUL_MAX_Parse: len 12, msgcnt 7F, msgflag 04,
msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
payload 28FE
2012.12.20 11:33:30 5: CULMAX0 dispatch MAX,0,WallThermostatState,
01c7e1,28FE
2012.12.20 11:33:30 5: MAX_Parse MAX,0,WallThermostatState,01c7e1,28FE
2012.12.20 11:33:30 1: MAX_Parse: Unknown message WallThermostatState
2012.12.20 11:34:30 5: CUL/RAW: /Z0F01047001C7E1000000001901280100DB

2012.12.20 11:34:30 5: CUL1: Z0F01047001C7E1000000001901280100 -92.5
2012.12.20 11:34:30 5: CUL1 dispatch Z0F01047001C7E1000000001901280100
2012.12.20 11:34:30 5: CUL_MAX_Parse: len 15, msgcnt 01, msgflag 04,
msgTypeRaw 70, src 01c7e1, dst 000000, groupid 0, payload 1901280100
2012.12.20 11:34:30 2: CUL_MAX_Parse: Got unhandled message type 70

2. Log WTS+HT paaren
--------------------------------
2012.12.20 12:00:35 5: Cmd: >set CULMAX0 pairmode 60<
2012.12.20 12:00:35 5: Triggering CULMAX0 (1 changes)
2012.12.20 12:00:35 5: CULMAX0 trigger: Checking FileLog_CULMAX0 for
notify
2012.12.20 12:00:35 5: CULMAX0 trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 12:00:35 5: CULMAX0 trigger: Checking Logfile for notify
2012.12.20 12:00:35 5: CULMAX0 trigger: Checking WEB for notify
2012.12.20 12:00:35 5: CULMAX0 trigger: Checking WEBphone for notify
2012.12.20 12:00:35 5: CULMAX0 trigger: Checking WEBtablet for notify
2012.12.20 12:00:35 5: CULMAX0 trigger: Checking autocreate for notify
2012.12.20 12:00:35 5: CULMAX0 trigger: Checking telnetPort for notify
2012.12.20 12:00:45 5: CUL/RAW: /
Z1700040001788D000000001601FF4A455130333338323939C4
2012.12.20 12:00:45 5: CUL1:
Z1700040001788D000000001601FF4A455130333338323939 -104
2012.12.20 12:00:45 5: CUL1 dispatch
Z1700040001788D000000001601FF4A455130333338323939
2012.12.20 12:00:45 5: CUL_MAX_Parse: len 23, msgcnt 00, msgflag 04,
msgTypeRaw PairPing, src 01788d, dst 000000, groupid 0, payload
1601FF4A455130333338323939
2012.12.20 12:00:45 5: CUL_MAX_Parse: Got PairPing (dst 000000,
pairmode 1), unk1 22, type 1, unk2 255, serial JEQ0338299
2012.12.20 12:00:45 3: CUL_MAX_Parse: Pairing device 01788d of type
HeatingThermostat with serial JEQ0338299
2012.12.20 12:00:45 5: CUL1 sending Zs0b01000112345601788d0000
2012.12.20 12:00:45 5: SW: Zs0b01000112345601788d0000
2012.12.20 12:00:45 5: CULMAX0 dispatch MAX,0,define,
01788d,HeatingThermostat,JEQ0338299,0,0
2012.12.20 12:00:45 5: MAX_Parse MAX,0,define,
01788d,HeatingThermostat,JEQ0338299,0,0
2012.12.20 12:00:45 5: Triggering global (1 changes)
2012.12.20 12:00:45 5: global trigger: Checking FileLog_CULMAX0 for
notify
2012.12.20 12:00:45 5: global trigger: Checking FileLog_MAX_01c7e1 for
notify
2012.12.20 12:00:45 5: global trigger: Checking Logfile for notify
2012.12.20 12:00:45 5: global trigger: Checking WEB for notify
2012.12.20 12:00:45 5: global trigger: Checking WEBphone for notify
2012.12.20 12:00:45 5: global trigger: Checking WEBtablet for notify
2012.12.20 12:00:45 5: global trigger: Checking autocreate for notify
2012.12.20 12:00:45 2: autocreate: define MAX_01788d MAX
HeatingThermostat 01788d
2012.12.20 12:00:45 5: Max_define HeatingThermostat with addr 01788d
2012.12.20 12:00:45 5: Triggering global (2 changes)
2012.12.20 12:00:45 2: autocreate: define FileLog_MAX_01788d FileLog ./
log/MAX_01788d-%Y.log MAX_01788d
2012.12.20 12:00:45 5: Triggering global (3 changes)
2012.12.20 12:00:45 4: WriteStatefile MAX_01c7e1 msgcnt: Missing TIME,
using current time
2012.12.20 12:00:45 5: global trigger: Checking telnetPort for notify
2012.12.20 12:00:45 5: CULMAX0 dispatch MAX,0,ThermostatConfig,01788d,
17,21,80,5,0,30.5,4.5,12,15
2012.12.20 12:00:45 5: MAX_Parse MAX,0,ThermostatConfig,01788d,
17,21,80,5,0,30.5,4.5,12,15
2012.12.20 12:00:45 5: Triggering MAX_01788d (12 changes)
2012.12.20 12:00:45 5: MAX_01788d trigger: Checking FileLog_CULMAX0
for notify
2012.12.20 12:00:45 5: MAX_01788d trigger: Checking FileLog_MAX_01788d
for notify
2012.12.20 12:00:45 5: MAX_01788d trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 12:00:45 5: MAX_01788d trigger: Checking Logfile for notify
2012.12.20 12:00:45 5: MAX_01788d trigger: Checking WEB for notify
2012.12.20 12:00:45 5: MAX_01788d trigger: Checking WEBphone for
notify
2012.12.20 12:00:45 5: MAX_01788d trigger: Checking WEBtablet for
notify
2012.12.20 12:00:45 5: MAX_01788d trigger: Checking autocreate for
notify
2012.12.20 12:00:45 5: MAX_01788d trigger: Checking telnetPort for
notify
2012.12.20 12:00:46 5: CUL/RAW: /Z0E01020201788D1234560001193C28CE

2012.12.20 12:00:46 5: CUL1: Z0E01020201788D1234560001193C28 -99
2012.12.20 12:00:46 5: CUL1 dispatch Z0E01020201788D1234560001193C28
2012.12.20 12:00:46 5: CUL_MAX_Parse: len 14, msgcnt 01, msgflag 02,
msgTypeRaw Ack, src 01788d, dst 123456, groupid 0, payload 01193C28
2012.12.20 12:00:46 5: CULMAX0 dispatch MAX,1,Ack,01788d,01193C28
2012.12.20 12:00:46 5: MAX_Parse MAX,1,Ack,01788d,01193C28
2012.12.20 12:00:46 5: MAX_Parse MAX,1,ThermostatState,01788d,193C28
2012.12.20 12:00:46 5: battery 0, rferror 0, panel 0, langateway 1,
dstsetting 1, mode 1, valveposition 60 %, temperaturesetpoint 20,
until , curTemp
2012.12.20 12:00:46 5: Triggering MAX_01788d (4 changes)
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking FileLog_CULMAX0
for notify
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking FileLog_MAX_01788d
for notify
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking Logfile for notify
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking WEB for notify
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking WEBphone for
notify
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking WEBtablet for
notify
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking autocreate for
notify
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking telnetPort for
notify
2012.12.20 12:00:46 5: Got matching ack
2012.12.20 12:00:46 5: CUL/RAW: /Z0F00046001788D00000000193C2800BBCF
2012.12.20 12:00:46 5: CUL1: Z0F00046001788D00000000193C2800BB -98.5
2012.12.20 12:00:46 5: CUL1 dispatch Z0F00046001788D00000000193C2800BB
2012.12.20 12:00:46 5: CUL_MAX_Parse: len 15, msgcnt 00, msgflag 04,
msgTypeRaw ThermostatState, src 01788d, dst 000000, groupid 0, payload
193C2800BB
2012.12.20 12:00:46 5: CULMAX0 dispatch MAX,0,ThermostatState,01788d,
193C2800BB
2012.12.20 12:00:46 5: MAX_Parse MAX,0,ThermostatState,01788d,
193C2800BB
2012.12.20 12:00:46 5: battery 0, rferror 0, panel 0, langateway 1,
dstsetting 1, mode 1, valveposition 60 %, temperaturesetpoint 20,
until , curTemp 18.7
2012.12.20 12:00:46 5: Triggering MAX_01788d (5 changes)
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking FileLog_CULMAX0
for notify
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking FileLog_MAX_01788d
for notify
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking Logfile for notify
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking WEB for notify
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking WEBphone for
notify
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking WEBtablet for
notify
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking autocreate for
notify
2012.12.20 12:00:46 5: MAX_01788d trigger: Checking telnetPort for
notify
2012.12.20 12:00:47 5: CUL/RAW: /Z0A000A0301788D12345600DA
2012.12.20 12:00:47 5: CUL1: Z0A000A0301788D12345600 -93
2012.12.20 12:00:47 5: CUL1 dispatch Z0A000A0301788D12345600
2012.12.20 12:00:47 5: CUL_MAX_Parse: len 10, msgcnt 00, msgflag 0A,
msgTypeRaw TimeInformation, src 01788d, dst 123456, groupid 0,
payload
2012.12.20 12:00:47 5: Got request for TimeInformation, sending it
2012.12.20 12:00:47 5: broadcast time to 01788d
2012.12.20 12:00:47 5: CUL1 sending Zs0f01030312345601788d000c140bc02f
2012.12.20 12:00:47 5: SW: Zs0f01030312345601788d000c140bc02f
2012.12.20 12:00:50 2: CUL_MAX_Resend: Missing ack from 01788d for
0f01030312345601788d000c140bc02f
2012.12.20 12:00:50 1: CUL_MAX_Resend: Giving up on that packet
2012.12.20 12:00:50 5: Triggering CULMAX0 (1 changes)
2012.12.20 12:00:50 5: CULMAX0 trigger: Checking FileLog_CULMAX0 for
notify
2012.12.20 12:00:50 5: CULMAX0 trigger: Checking FileLog_MAX_01788d
for notify
2012.12.20 12:00:50 5: CULMAX0 trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 12:00:50 5: CULMAX0 trigger: Checking Logfile for notify
2012.12.20 12:00:50 5: CULMAX0 trigger: Checking WEB for notify
2012.12.20 12:00:50 5: CULMAX0 trigger: Checking WEBphone for notify
2012.12.20 12:00:50 5: CULMAX0 trigger: Checking WEBtablet for notify
2012.12.20 12:00:50 5: CULMAX0 trigger: Checking autocreate for notify
2012.12.20 12:00:50 5: CULMAX0 trigger: Checking telnetPort for notify
2012.12.20 12:01:37 5: Cmd: >set MAX_01788d associate MAX_01c7e1<
2012.12.20 12:01:37 5: Using dest 01c7e1, destType 3
2012.12.20 12:01:37 5: CUL_MAX_SendDeviceCmd:
0e02002012345601788d0001c7e103
2012.12.20 12:01:37 5: CUL1 sending Zs0e02002012345601788d0001c7e103
2012.12.20 12:01:37 5: SW: Zs0e02002012345601788d0001c7e103
2012.12.20 12:01:37 5: Triggering MAX_01788d (1 changes)
2012.12.20 12:01:37 5: MAX_01788d trigger: Checking FileLog_CULMAX0
for notify
2012.12.20 12:01:37 5: MAX_01788d trigger: Checking FileLog_MAX_01788d
for notify
2012.12.20 12:01:37 5: MAX_01788d trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 12:01:37 5: MAX_01788d trigger: Checking Logfile for notify
2012.12.20 12:01:37 5: MAX_01788d trigger: Checking WEB for notify
2012.12.20 12:01:37 5: MAX_01788d trigger: Checking WEBphone for
notify
2012.12.20 12:01:37 5: MAX_01788d trigger: Checking WEBtablet for
notify
2012.12.20 12:01:37 5: MAX_01788d trigger: Checking autocreate for
notify
2012.12.20 12:01:37 5: MAX_01788d trigger: Checking telnetPort for
notify
2012.12.20 12:01:40 2: CUL_MAX_Resend: Missing ack from 01788d for
0e02002012345601788d0001c7e103
2012.12.20 12:01:40 1: CUL_MAX_Resend: Giving up on that packet
2012.12.20 12:01:40 5: Triggering CULMAX0 (1 changes)
2012.12.20 12:01:40 5: CULMAX0 trigger: Checking FileLog_CULMAX0 for
notify
2012.12.20 12:01:40 5: CULMAX0 trigger: Checking FileLog_MAX_01788d
for notify
2012.12.20 12:01:40 5: CULMAX0 trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 12:01:40 5: CULMAX0 trigger: Checking Logfile for notify
2012.12.20 12:01:40 5: CULMAX0 trigger: Checking WEB for notify
2012.12.20 12:01:40 5: CULMAX0 trigger: Checking WEBphone for notify
2012.12.20 12:01:40 5: CULMAX0 trigger: Checking WEBtablet for notify
2012.12.20 12:01:40 5: CULMAX0 trigger: Checking autocreate for notify
2012.12.20 12:01:40 5: CULMAX0 trigger: Checking telnetPort for notify
2012.12.20 12:01:56 5: CUL/RAW: /Z0C89044201C7E1000000009F04CC
2012.12.20 12:01:56 5: CUL1: Z0C89044201C7E1000000009F04 -100
2012.12.20 12:01:56 5: CUL1 dispatch Z0C89044201C7E1000000009F04
2012.12.20 12:01:56 5: CUL_MAX_Parse: len 12, msgcnt 89, msgflag 04,
msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
payload 9F04
2012.12.20 12:01:56 5: CULMAX0 dispatch MAX,0,WallThermostatState,
01c7e1,9F04
2012.12.20 12:01:56 5: MAX_Parse MAX,0,WallThermostatState,01c7e1,9F04
2012.12.20 12:01:56 1: MAX_Parse: Unknown message WallThermostatState
2012.12.20 12:02:03 5: CUL1: Z0B19054001C7E1123456001E -90.5
2012.12.20 12:02:03 5: CUL1 dispatch Z0B19054001C7E1123456001E
2012.12.20 12:02:03 5: CUL_MAX_Parse: len 11, msgcnt 19, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
1E
2012.12.20 12:02:03 5: Unhandled message SetTemperature
2012.12.20 12:02:08 5: CUL/RAW: /Z0B1A054001C7E1123456001EE2
2012.12.20 12:02:08 5: CUL1: Z0B1A054001C7E1123456001E -89
2012.12.20 12:02:08 5: CUL1 dispatch Z0B1A054001C7E1123456001E
2012.12.20 12:02:08 5: CUL_MAX_Parse: len 11, msgcnt 1A, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
1E
2012.12.20 12:02:08 5: Unhandled message SetTemperature
2012.12.20 12:02:13 5: CUL/RAW: /Z0B1B054001C7E1123456001EE0
2012.12.20 12:02:13 5: CUL1: Z0B1B054001C7E1123456001E -90
2012.12.20 12:02:13 5: CUL1 dispatch Z0B1B054001C7E1123456001E
2012.12.20 12:02:13 5: CUL_MAX_Parse: len 11, msgcnt 1B, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
1E
2012.12.20 12:02:13 5: Unhandled message SetTemperature
2012.12.20 12:02:34 5: Cmd: >set MAX_01c7e1 associate MAX_01788d<
2012.12.20 12:02:34 5: Using dest 01788d, destType 1
2012.12.20 12:02:34 5: CUL_MAX_SendDeviceCmd:
0e03002012345601c7e10001788d01
2012.12.20 12:02:34 5: CUL1 sending Zs0e03002012345601c7e10001788d01
2012.12.20 12:02:34 5: SW: Zs0e03002012345601c7e10001788d01
2012.12.20 12:02:34 5: Triggering MAX_01c7e1 (1 changes)
2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking FileLog_CULMAX0
for notify
2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking FileLog_MAX_01788d
for notify
2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking Logfile for notify
2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking WEB for notify
2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking WEBphone for
notify
2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking WEBtablet for
notify
2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking autocreate for
notify
2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking telnetPort for
notify
2012.12.20 12:02:37 2: CUL_MAX_Resend: Missing ack from 01c7e1 for
0e03002012345601c7e10001788d01
2012.12.20 12:02:37 1: CUL_MAX_Resend: Giving up on that packet
2012.12.20 12:02:46 5: CUL/RAW: /Z0F00046001788D00000000193C2700C3D3
2012.12.20 12:02:46 5: CUL1: Z0F00046001788D00000000193C2700C3 -96.5
2012.12.20 12:02:46 5: CUL1 dispatch Z0F00046001788D00000000193C2700C3
2012.12.20 12:02:46 5: CUL_MAX_Parse: len 15, msgcnt 00, msgflag 04,
msgTypeRaw ThermostatState, src 01788d, dst 000000, groupid 0, payload
193C2700C3
2012.12.20 12:02:46 5: CULMAX0 dispatch MAX,0,ThermostatState,01788d,
193C2700C3
2012.12.20 12:02:46 5: MAX_Parse MAX,0,ThermostatState,01788d,
193C2700C3
2012.12.20 12:02:46 5: battery 0, rferror 0, panel 0, langateway 1,
dstsetting 1, mode 1, valveposition 60 %, temperaturesetpoint 19.5,
until , curTemp 19.5
2012.12.20 12:02:46 5: Triggering MAX_01788d (5 changes)
2012.12.20 12:02:46 5: MAX_01788d trigger: Checking FileLog_CULMAX0
for notify
2012.12.20 12:02:46 5: MAX_01788d trigger: Checking FileLog_MAX_01788d
for notify
2012.12.20 12:02:46 5: MAX_01788d trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 12:02:46 5: MAX_01788d trigger: Checking Logfile for notify
2012.12.20 12:02:46 5: MAX_01788d trigger: Checking WEB for notify
2012.12.20 12:02:46 5: MAX_01788d trigger: Checking WEBphone for
notify
2012.12.20 12:02:46 5: MAX_01788d trigger: Checking WEBtablet for
notify
2012.12.20 12:02:46 5: MAX_01788d trigger: Checking autocreate for
notify
2012.12.20 12:02:46 5: MAX_01788d trigger: Checking telnetPort for
notify
2012.12.20 12:03:10 5: CUL/RAW: /Z0B1C054001C7E11234560019DC
2012.12.20 12:03:10 5: CUL1: Z0B1C054001C7E11234560019 -92
2012.12.20 12:03:10 5: CUL1 dispatch Z0B1C054001C7E11234560019
2012.12.20 12:03:10 5: CUL_MAX_Parse: len 11, msgcnt 1C, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
19
2012.12.20 12:03:10 5: Unhandled message SetTemperature
2012.12.20 12:03:15 5: CUL/RAW: /Z0B1D054001C7E11234560019DE
2012.12.20 12:03:15 5: CUL1: Z0B1D054001C7E11234560019 -91
2012.12.20 12:03:15 5: CUL1 dispatch Z0B1D054001C7E11234560019
2012.12.20 12:03:15 5: CUL_MAX_Parse: len 11, msgcnt 1D, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
19
2012.12.20 12:03:15 5: Unhandled message SetTemperature
2012.12.20 12:03:20 5: CUL/RAW: /Z0B1E054001C7E11234560019DC
2012.12.20 12:03:20 5: CUL1: Z0B1E054001C7E11234560019 -92
2012.12.20 12:03:20 5: CUL1 dispatch Z0B1E054001C7E11234560019
2012.12.20 12:03:20 5: CUL_MAX_Parse: len 11, msgcnt 1E, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
19
2012.12.20 12:03:20 5: Unhandled message SetTemperature
2012.12.20 12:03:35 5: Cmd: >set MAX_01788d associate MAX_01c7e1<
2012.12.20 12:03:35 5: Using dest 01c7e1, destType 3
2012.12.20 12:03:35 5: CUL_MAX_SendDeviceCmd:
0e03002012345601788d0001c7e103
2012.12.20 12:03:35 5: CUL1 sending Zs0e03002012345601788d0001c7e103
2012.12.20 12:03:35 5: SW: Zs0e03002012345601788d0001c7e103
2012.12.20 12:03:35 5: Triggering MAX_01788d (1 changes)
2012.12.20 12:03:35 5: MAX_01788d trigger: Checking FileLog_CULMAX0
for notify
2012.12.20 12:03:35 5: MAX_01788d trigger: Checking FileLog_MAX_01788d
for notify
2012.12.20 12:03:35 5: MAX_01788d trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 12:03:35 5: MAX_01788d trigger: Checking Logfile for notify
2012.12.20 12:03:35 5: MAX_01788d trigger: Checking WEB for notify
2012.12.20 12:03:35 5: MAX_01788d trigger: Checking WEBphone for
notify
2012.12.20 12:03:35 5: MAX_01788d trigger: Checking WEBtablet for
notify
2012.12.20 12:03:35 5: MAX_01788d trigger: Checking autocreate for
notify
2012.12.20 12:03:35 5: MAX_01788d trigger: Checking telnetPort for
notify
2012.12.20 12:03:38 2: CUL_MAX_Resend: Missing ack from 01788d for
0e03002012345601788d0001c7e103
2012.12.20 12:03:38 1: CUL_MAX_Resend: Giving up on that packet
2012.12.20 12:03:38 5: Triggering CULMAX0 (1 changes)
2012.12.20 12:03:38 5: CULMAX0 trigger: Checking FileLog_CULMAX0 for
notify
2012.12.20 12:03:38 5: CULMAX0 trigger: Checking FileLog_MAX_01788d
for notify
2012.12.20 12:03:38 5: CULMAX0 trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 12:03:38 5: CULMAX0 trigger: Checking Logfile for notify
2012.12.20 12:03:38 5: CULMAX0 trigger: Checking WEB for notify
2012.12.20 12:03:38 5: CULMAX0 trigger: Checking WEBphone for notify
2012.12.20 12:03:38 5: CULMAX0 trigger: Checking WEBtablet for notify
2012.12.20 12:03:38 5: CULMAX0 trigger: Checking autocreate for notify
2012.12.20 12:03:38 5: CULMAX0 trigger: Checking telnetPort for notify
2012.12.20 12:03:45 5: CUL/RAW: /Z0F1F047001C7E10000000018011900FED9
2012.12.20 12:03:45 5: CUL1: Z0F1F047001C7E10000000018011900FE -93.5
2012.12.20 12:03:45 5: CUL1 dispatch Z0F1F047001C7E10000000018011900FE
2012.12.20 12:03:45 5: CUL_MAX_Parse: len 15, msgcnt 1F, msgflag 04,
msgTypeRaw 70, src 01c7e1, dst 000000, groupid 0, payload 18011900FE
2012.12.20 12:03:45 2: CUL_MAX_Parse: Got unhandled message type 70
2012.12.20 12:04:46 5: CUL/RAW: /Z0F00046001788D0000000019001B00D1D4
2012.12.20 12:04:46 5: CUL1: Z0F00046001788D0000000019001B00D1 -96
2012.12.20 12:04:46 5: CUL1 dispatch Z0F00046001788D0000000019001B00D1
2012.12.20 12:04:46 5: CUL_MAX_Parse: len 15, msgcnt 00, msgflag 04,
msgTypeRaw ThermostatState, src 01788d, dst 000000, groupid 0, payload
19001B00D1
2012.12.20 12:04:46 5: CULMAX0 dispatch MAX,0,ThermostatState,01788d,
19001B00D1
2012.12.20 12:04:46 5: MAX_Parse MAX,0,ThermostatState,01788d,
19001B00D1
2012.12.20 12:04:46 5: battery 0, rferror 0, panel 0, langateway 1,
dstsetting 1, mode 1, valveposition 0 %, temperaturesetpoint 13.5,
until , curTemp 20.9
2012.12.20 12:04:46 5: Triggering MAX_01788d (5 changes)
2012.12.20 12:04:46 5: MAX_01788d trigger: Checking FileLog_CULMAX0
for notify
2012.12.20 12:04:46 5: MAX_01788d trigger: Checking FileLog_MAX_01788d
for notify
2012.12.20 12:04:46 5: MAX_01788d trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 12:04:46 5: MAX_01788d trigger: Checking Logfile for notify
2012.12.20 12:04:46 5: MAX_01788d trigger: Checking WEB for notify
2012.12.20 12:04:46 5: MAX_01788d trigger: Checking WEBphone for
notify
2012.12.20 12:04:46 5: MAX_01788d trigger: Checking WEBtablet for
notify
2012.12.20 12:04:46 5: MAX_01788d trigger: Checking autocreate for
notify
2012.12.20 12:04:46 5: MAX_01788d trigger: Checking telnetPort for
notify
2012.12.20 12:04:53 5: CUL/RAW: /Z0C8A044201C7E10000000019FDCE
2012.12.20 12:04:53 5: CUL1: Z0C8A044201C7E10000000019FD -99
2012.12.20 12:04:53 5: CUL1 dispatch Z0C8A044201C7E10000000019FD
2012.12.20 12:04:53 5: CUL_MAX_Parse: len 12, msgcnt 8A, msgflag 04,
msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
payload 19FD
2012.12.20 12:04:53 5: CULMAX0 dispatch MAX,0,WallThermostatState,
01c7e1,19FD
2012.12.20 12:04:53 5: MAX_Parse MAX,0,WallThermostatState,01c7e1,19FD
2012.12.20 12:04:53 1: MAX_Parse: Unknown message WallThermostatState
2012.12.20 12:05:12 5: CUL/RAW: /Z0B20054001C7E1123456002ACC
2012.12.20 12:05:12 5: CUL1: Z0B20054001C7E1123456002A -100
2012.12.20 12:05:12 5: CUL1 dispatch Z0B20054001C7E1123456002A
2012.12.20 12:05:12 5: CUL_MAX_Parse: len 11, msgcnt 20, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
2A
2012.12.20 12:05:12 5: Unhandled message SetTemperature
2012.12.20 12:05:17 5: CUL/RAW: /Z0B21054001C7E1123456002ACC
2012.12.20 12:05:17 5: CUL1: Z0B21054001C7E1123456002A -100
2012.12.20 12:05:17 5: CUL1 dispatch Z0B21054001C7E1123456002A
2012.12.20 12:05:17 5: CUL_MAX_Parse: len 11, msgcnt 21, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
2A
2012.12.20 12:05:17 5: Unhandled message SetTemperature
2012.12.20 12:05:22 5: CUL/RAW: /Z0B22054001C7E1123456002ACC
2012.12.20 12:05:22 5: CUL1: Z0B22054001C7E1123456002A -100
2012.12.20 12:05:22 5: CUL1 dispatch Z0B22054001C7E1123456002A
2012.12.20 12:05:22 5: CUL_MAX_Parse: len 11, msgcnt 22, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
2A
2012.12.20 12:05:22 5: Unhandled message SetTemperature
2012.12.20 12:06:26 5: Cmd: >set MAX_01788d associate MAX_01c7e1<
2012.12.20 12:06:26 5: Using dest 01c7e1, destType 3
2012.12.20 12:06:26 5: CUL_MAX_SendDeviceCmd:
0e04002012345601788d0001c7e103
2012.12.20 12:06:26 5: CUL1 sending Zs0e04002012345601788d0001c7e103
2012.12.20 12:06:26 5: SW: Zs0e04002012345601788d0001c7e103
2012.12.20 12:06:26 5: Triggering MAX_01788d (1 changes)
2012.12.20 12:06:26 5: MAX_01788d trigger: Checking FileLog_CULMAX0
for notify
2012.12.20 12:06:26 5: MAX_01788d trigger: Checking FileLog_MAX_01788d
for notify
2012.12.20 12:06:26 5: MAX_01788d trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 12:06:26 5: MAX_01788d trigger: Checking Logfile for notify
2012.12.20 12:06:26 5: MAX_01788d trigger: Checking WEB for notify
2012.12.20 12:06:26 5: MAX_01788d trigger: Checking WEBphone for
notify
2012.12.20 12:06:26 5: MAX_01788d trigger: Checking WEBtablet for
notify
2012.12.20 12:06:26 5: MAX_01788d trigger: Checking autocreate for
notify
2012.12.20 12:06:26 5: MAX_01788d trigger: Checking telnetPort for
notify
2012.12.20 12:06:29 2: CUL_MAX_Resend: Missing ack from 01788d for
0e04002012345601788d0001c7e103
2012.12.20 12:06:29 1: CUL_MAX_Resend: Giving up on that packet
2012.12.20 12:06:29 5: Triggering CULMAX0 (1 changes)
2012.12.20 12:06:29 5: CULMAX0 trigger: Checking FileLog_CULMAX0 for
notify
2012.12.20 12:06:29 5: CULMAX0 trigger: Checking FileLog_MAX_01788d
for notify
2012.12.20 12:06:29 5: CULMAX0 trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 12:06:29 5: CULMAX0 trigger: Checking Logfile for notify
2012.12.20 12:06:29 5: CULMAX0 trigger: Checking WEB for notify
2012.12.20 12:06:29 5: CULMAX0 trigger: Checking WEBphone for notify
2012.12.20 12:06:29 5: CULMAX0 trigger: Checking WEBtablet for notify
2012.12.20 12:06:29 5: CULMAX0 trigger: Checking autocreate for notify
2012.12.20 12:06:29 5: CULMAX0 trigger: Checking telnetPort for notify
2012.12.20 12:06:43 5: CUL/RAW: /Z0B23054001C7E11234560030C2
2012.12.20 12:06:43 5: CUL1: Z0B23054001C7E11234560030 -105
2012.12.20 12:06:43 5: CUL1 dispatch Z0B23054001C7E11234560030
2012.12.20 12:06:43 5: CUL_MAX_Parse: len 11, msgcnt 23, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
30
2012.12.20 12:06:43 5: Unhandled message SetTemperature
2012.12.20 12:06:45 5: CUL/RAW: /Z0F24047001C7E10000000058013000FBC8
2012.12.20 12:06:45 5: CUL1: Z0F24047001C7E10000000058013000FB -102
2012.12.20 12:06:45 5: CUL1 dispatch Z0F24047001C7E10000000058013000FB
2012.12.20 12:06:45 5: CUL_MAX_Parse: len 15, msgcnt 24, msgflag 04,
msgTypeRaw 70, src 01c7e1, dst 000000, groupid 0, payload 58013000FB
2012.12.20 12:06:45 2: CUL_MAX_Parse: Got unhandled message type 70
2012.12.20 12:06:48 5: CUL/RAW: /Z0B25054001C7E11234560030C8
2012.12.20 12:06:48 5: CUL1: Z0B25054001C7E11234560030 -102
2012.12.20 12:06:48 5: CUL1 dispatch Z0B25054001C7E11234560030
2012.12.20 12:06:48 5: CUL_MAX_Parse: len 11, msgcnt 25, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
30
2012.12.20 12:06:48 5: Unhandled message SetTemperature
2012.12.20 12:06:53 5: CUL/RAW: /Z0B26054001C7E11234560030CA
2012.12.20 12:06:53 5: CUL1: Z0B26054001C7E11234560030 -101
2012.12.20 12:06:53 5: CUL1 dispatch Z0B26054001C7E11234560030
2012.12.20 12:06:53 5: CUL_MAX_Parse: len 11, msgcnt 26, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
30
2012.12.20 12:06:53 5: Unhandled message SetTemperature
2012.12.20 12:07:46 5: CUL/RAW: /Z0C8B044201C7E10000000030FBDB
2012.12.20 12:07:46 5: CUL1: Z0C8B044201C7E10000000030FB -92.5
2012.12.20 12:07:46 5: CUL1 dispatch Z0C8B044201C7E10000000030FB
2012.12.20 12:07:46 5: CUL_MAX_Parse: len 12, msgcnt 8B, msgflag 04,
msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
payload 30FB
2012.12.20 12:07:46 5: CULMAX0 dispatch MAX,0,WallThermostatState,
01c7e1,30FB
2012.12.20 12:07:46 5: MAX_Parse MAX,0,WallThermostatState,01c7e1,30FB
2012.12.20 12:07:46 1: MAX_Parse: Unknown message WallThermostatState
2012.12.20 12:08:42 4: Connection accepted from FHEMWEB:
192.168.0.6:50216
2012.12.20 12:09:25 5: CUL/RAW: /Z0A000A0301788D12345600DF
2012.12.20 12:09:25 5: CUL1: Z0A000A0301788D12345600 -90.5
2012.12.20 12:09:25 5: CUL1 dispatch Z0A000A0301788D12345600
2012.12.20 12:09:25 5: CUL_MAX_Parse: len 10, msgcnt 00, msgflag 0A,
msgTypeRaw TimeInformation, src 01788d, dst 123456, groupid 0,
payload
2012.12.20 12:09:25 5: Got request for TimeInformation, sending it
2012.12.20 12:09:25 5: broadcast time to 01788d
2012.12.20 12:09:25 5: CUL1 sending Zs0f05030312345601788d000c140bc919
2012.12.20 12:09:25 5: SW: Zs0f05030312345601788d000c140bc919
2012.12.20 12:09:28 2: CUL_MAX_Resend: Missing ack from 01788d for
0f05030312345601788d000c140bc919
2012.12.20 12:09:28 1: CUL_MAX_Resend: Giving up on that packet
2012.12.20 12:09:28 5: Triggering CULMAX0 (1 changes)
2012.12.20 12:09:28 5: CULMAX0 trigger: Checking FileLog_CULMAX0 for
notify
2012.12.20 12:09:28 5: CULMAX0 trigger: Checking FileLog_MAX_01788d
for notify
2012.12.20 12:09:28 5: CULMAX0 trigger: Checking FileLog_MAX_01c7e1
for notify
2012.12.20 12:09:28 5: CULMAX0 trigger: Checking Logfile for notify
2012.12.20 12:09:28 5: CULMAX0 trigger: Checking WEB for notify
2012.12.20 12:09:28 5: CULMAX0 trigger: Checking WEBphone for notify
2012.12.20 12:09:28 5: CULMAX0 trigger: Checking WEBtablet for notify
2012.12.20 12:09:28 5: CULMAX0 trigger: Checking autocreate for notify
2012.12.20 12:09:28 5: CULMAX0 trigger: Checking telnetPort for notify

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com
Raspberry 4 - FHEM 6.1 - HMLAN, CUL V3 433Mhz & 868Mhz, HM, Intertechno, HUE, Tasmota, Shelly, ESP Devices, Max! und Alexa - Banana PI zum testen

Matthias Gehre

Nach den associate Befehlen bekommst du immer ein
 CUL_MAX_Resend: Missing ack from ...
also das jeweilige Gerät antwortet nicht.

Hast du die neuste CUL fw vom 17. De.z ? Die Version ist immer noch 1.49,
sind aber Neuerungen zu MAX drin.
Hast du FHEM auf der neusten Version?

Zumindest das HT sollte damit ohne "Missing ack" ein associate entgegen
nehmen.

Nochmal den LOG kondensiert (grep -e CUL_MAX -e '>set'):

2012.12.20 11:26:59 5: CUL_MAX_Parse: len 12, msgcnt 7C, msgflag
04,msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid
0,payload 14E2
#Pairing von 01c7e1 WallMountedThermostat
2012.12.20 11:27:40 5: CUL_MAX_Parse: len 23, msgcnt 00, msgflag 00,
msgTypeRaw PairPing, src 01c7e1, dst 000000, groupid 0, payload
1003004A455130313636393437
2012.12.20 11:27:40 5: CUL_MAX_Parse: Got PairPing (dst 000000, pairmode
0), unk1 16, type 3, unk2 0, serial JEQ0166947
2012.12.20 11:27:50 5: CUL_MAX_Parse: len 12, msgcnt 7D, msgflag
04,msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid
0,payload 22E6
2012.12.20 11:30:41 5: CUL_MAX_Parse: len 12, msgcnt 7E, msgflag
04,msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid
0,payload 28F2
2012.12.20 11:31:40 5: CUL_MAX_Parse: len 23, msgcnt 00, msgflag
04,msgTypeRaw PairPing, src 01c7e1, dst 000000, groupid 0, payload
1003004A455130313636393437
2012.12.20 11:31:40 5: CUL_MAX_Parse: Got PairPing (dst 000000,pairmode 1),
unk1 16, type 3, unk2 0, serial JEQ0166947
2012.12.20 11:31:40 3: CUL_MAX_Parse: Pairing device 01c7e1 of type
WallMountedThermostat with serial JEQ0166947
2012.12.20 11:31:40 5: CUL_MAX_Parse: len 14, msgcnt 01, msgflag
00,msgTypeRaw Ack, src 01c7e1, dst 123456, groupid 0, payload 01090128
# Time information -> missing ack
2012.12.20 11:31:42 5: CUL_MAX_Parse: len 10, msgcnt 00, msgflag 0A,
msgTypeRaw TimeInformation, src 01c7e1, dst 123456, groupid 0, payload
2012.12.20 11:31:45 2: CUL_MAX_Resend: Missing ack from 01c7e1 for
2012.12.20 11:31:45 1: CUL_MAX_Resend: Giving up on that packet
# State
2012.12.20 11:33:30 5: CUL_MAX_Parse: len 12, msgcnt 7F, msgflag 04,
msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
2012.12.20 11:34:30 5: CUL_MAX_Parse: len 15, msgcnt 01, msgflag 04,
msgTypeRaw 70, src 01c7e1, dst 000000, groupid 0, payload 1901280100
2012.12.20 11:34:30 2: CUL_MAX_Parse: Got unhandled message type 70
#Pairing 01788d HeatingThermostat
2012.12.20 12:00:35 5: Cmd: >set CULMAX0 pairmode 60<
2012.12.20 12:00:45 5: CUL_MAX_Parse: len 23, msgcnt 00, msgflag 04,
msgTypeRaw PairPing, src 01788d, dst 000000, groupid 0, payload
1601FF4A455130333338323939
2012.12.20 12:00:45 5: CUL_MAX_Parse: Got PairPing (dst 000000,pairmode 1),
unk1 22, type 1, unk2 255, serial JEQ0338299
2012.12.20 12:00:45 3: CUL_MAX_Parse: Pairing device 01788d of type
HeatingThermostat with serial JEQ0338299
2012.12.20 12:00:46 5: CUL_MAX_Parse: len 14, msgcnt 01, msgflag 02,
msgTypeRaw Ack, src 01788d, dst 123456, groupid 0, payload 01193C28
2012.12.20 12:00:46 5: CUL_MAX_Parse: len 15, msgcnt 00, msgflag 04,
msgTypeRaw ThermostatState, src 01788d, dst 000000, groupid 0, payload...
#Time information (missing ack)
2012.12.20 12:00:47 5: CUL_MAX_Parse: len 10, msgcnt 00, msgflag 0A,
msgTypeRaw TimeInformation, src 01788d, dst 123456, groupid 0,
2012.12.20 12:00:50 2: CUL_MAX_Resend: Missing ack from 01788d for
2012.12.20 12:00:50 1: CUL_MAX_Resend: Giving up on that packet
#Associate HeatingThermostat to WMT
2012.12.20 12:01:37 5: Cmd: >set MAX_01788d associate MAX_01c7e1<
2012.12.20 12:01:37 5: CUL_MAX_SendDeviceCmd:
2012.12.20 12:01:40 2: CUL_MAX_Resend: Missing ack from 01788d for
2012.12.20 12:01:40 1: CUL_MAX_Resend: Giving up on that packet
2012.12.20 12:01:56 5: CUL_MAX_Parse: len 12, msgcnt 89, msgflag 04,
msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
2012.12.20 12:02:03 5: CUL_MAX_Parse: len 11, msgcnt 19, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
2012.12.20 12:02:08 5: CUL_MAX_Parse: len 11, msgcnt 1A, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
2012.12.20 12:02:13 5: CUL_MAX_Parse: len 11, msgcnt 1B, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
#Associate WMT to HT
2012.12.20 12:02:34 5: Cmd: >set MAX_01c7e1 associate MAX_01788d<
2012.12.20 12:02:34 5: CUL_MAX_SendDeviceCmd:
2012.12.20 12:02:37 2: CUL_MAX_Resend: Missing ack from 01c7e1 for
2012.12.20 12:02:37 1: CUL_MAX_Resend: Giving up on that packet
2012.12.20 12:02:46 5: CUL_MAX_Parse: len 15, msgcnt 00, msgflag 04,
msgTypeRaw ThermostatState, src 01788d, dst 000000, groupid 0, payload
2012.12.20 12:03:10 5: CUL_MAX_Parse: len 11, msgcnt 1C, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
2012.12.20 12:03:15 5: CUL_MAX_Parse: len 11, msgcnt 1D, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
2012.12.20 12:03:20 5: CUL_MAX_Parse: len 11, msgcnt 1E, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
#Associate HeatingThermostat to WMT
2012.12.20 12:03:35 5: Cmd: >set MAX_01788d associate MAX_01c7e1<
2012.12.20 12:03:35 5: CUL_MAX_SendDeviceCmd:
2012.12.20 12:03:38 2: CUL_MAX_Resend: Missing ack from 01788d for
2012.12.20 12:03:38 1: CUL_MAX_Resend: Giving up on that packet
2012.12.20 12:03:45 5: CUL_MAX_Parse: len 15, msgcnt 1F, msgflag 04,
msgTypeRaw 70, src 01c7e1, dst 000000, groupid 0, payload 18011900FE
2012.12.20 12:03:45 2: CUL_MAX_Parse: Got unhandled message type 70
2012.12.20 12:04:46 5: CUL_MAX_Parse: len 15, msgcnt 00, msgflag 04,
msgTypeRaw ThermostatState, src 01788d, dst 000000, groupid 0, payload
2012.12.20 12:04:53 5: CUL_MAX_Parse: len 12, msgcnt 8A, msgflag 04,
msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
2012.12.20 12:05:12 5: CUL_MAX_Parse: len 11, msgcnt 20, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
2012.12.20 12:05:17 5: CUL_MAX_Parse: len 11, msgcnt 21, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
2012.12.20 12:05:22 5: CUL_MAX_Parse: len 11, msgcnt 22, msgflag 05,
msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload 2A
#Associate HeatingThermostat to WMT
2012.12.20 12:06:26 5: Cmd: >set MAX_01788d associate MAX_01c7e1<
2012.12.20 12:06:26 5: CUL_MAX_SendDeviceCmd:
2012.12.20 12:06:29 2: CUL_MAX_Resend: Missing ack from 01788d for
2012.12.20 12:06:29 1: CUL_MAX_Resend: Giving up on that packet
2012.12.20 12:06:43 5: CUL_MAX_Parse: len 11, msgcnt 23, msgflag
05,msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload 30
2012.12.20 12:06:45 5: CUL_MAX_Parse: len 15, msgcnt 24, msgflag
04,msgTypeRaw 70, src 01c7e1, dst 000000, groupid 0, payload 58013000FB
2012.12.20 12:06:45 2: CUL_MAX_Parse: Got unhandled message type 70
2012.12.20 12:06:48 5: CUL_MAX_Parse: len 11, msgcnt 25, msgflag
05,msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload 30
2012.12.20 12:06:53 5: CUL_MAX_Parse: len 11, msgcnt 26, msgflag
05,msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload 30
2012.12.20 12:07:46 5: CUL_MAX_Parse: len 12, msgcnt 8B, msgflag 04,
2012.12.20 12:09:25 5: CUL_MAX_Parse: len 10, msgcnt 00, msgflag 0A,
msgTypeRaw TimeInformation, src 01788d, dst 123456, groupid 0,
2012.12.20 12:09:28 2: CUL_MAX_Resend: Missing ack from 01788d for
2012.12.20 12:09:28 1: CUL_MAX_Resend: Giving up on that packet



Am 20. Dezember 2012 13:53 schrieb meesus :

> Hallo Matthias,
>
> hier einmal der genaue Log zum WTS+
> Ich habe hier vorher das FHEM bereinigt, bzw. nur jetzt testweise die
> CUL433 u. das WTS+ im Einsatz.
> WTS+ resetet und im Log ein Kommentar ab wann ich es angelernt habe.
> Das WTS meldet 20 Grad, aber die IST-Temperatur konnte ich an dem WTS
> nicht ablesen.
> Das danach angelernte TS meldet ca. 20,9 Grad
>
> Das Prbl. was ich leider noch habe ist, nach dem Reset der 2 Geräte
> werden diese zwar im FHEM erkannt,
> aber nur noch das HT reagiert und übermittelt die geänderte Tmp. Der
> "associate" Befehl funktioniert mit dem WHT nicht mehr. Das Prbl. habe
> nicht wenn ich die Geräte ohne FHEM miteinander verheiratete.
> Der 2. Log ist der Versuch das WHT u. HT zu paaren.
>
> Sorry, aber wie bekomme ich hier ein Dateianhang rein? ....
>
> Gruss Micha
>
> 1. Log WHT
> -------------------
> 2012.12.20 11:25:16 5: Cmd: >define CUL1 CUL /dev/ttyACM0@9600 1234<
> 2012.12.20 11:25:16 5: Loading ./FHEM/00_CUL.pm
> 2012.12.20 11:25:17 3: Opening CUL1 device /dev/ttyACM0
> 2012.12.20 11:25:17 3: Setting CUL1 baudrate to 9600
> 2012.12.20 11:25:17 3: CUL1 device opened
> 2012.12.20 11:25:17 5: SW: V
> 2012.12.20 11:25:17 5: CUL/RAW (ReadAnswer): V 1.49 CUL433
>
> 2012.12.20 11:25:17 5: SW: ?
> 2012.12.20 11:25:17 5: CUL/RAW (ReadAnswer): ? (? is unknown) Use one
> of B C F i A Z E G M R T V W X e f m l t u x
>
> 2012.12.20 11:25:17 3: CUL1: Possible commands: BCFiAZEGMRTVWXefmltux
> 2012.12.20 11:25:17 5: SW: X21
> 2012.12.20 11:25:17 5: SW: T01
> 2012.12.20 11:25:17 5: CUL/RAW (ReadAnswer): 1234
>
> 2012.12.20 11:25:17 5: GOT CUL fhtid: 1234
> 2012.12.20 11:25:17 5: Triggering global (1 changes)
> 2012.12.20 11:25:17 5: global trigger: Checking Logfile for notify
> 2012.12.20 11:25:17 5: global trigger: Checking telnetPort for notify
> 2012.12.20 11:25:17 5: Cmd: >attr CUL1 rfmode MAX<
> 2012.12.20 11:25:17 5: SW: Ax
> 2012.12.20 11:25:17 5: SW: X21
> Zr
> 2012.12.20 11:25:17 2: Switched CUL1 rfmode to MAX
> 2012.12.20 11:26:59 5: CUL/RAW: /Z0C7C044201C7E10000000014E2DE
>
> 2012.12.20 11:26:59 5: CUL1: Z0C7C044201C7E10000000014E2 -91
> 2012.12.20 11:26:59 5: CUL1 dispatch Z0C7C044201C7E10000000014E2
> 2012.12.20 11:26:59 5: CUL_MAX_Parse: len 12, msgcnt 7C, msgflag 04,
> msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
> payload 14E2
> 2012.12.20 11:26:59 5: CULMAX0 dispatch MAX,0,WallThermostatState,
> 01c7e1,14E2
> 2012.12.20 11:26:59 5: Loading ./FHEM/10_MAX.pm
> 2012.12.20 11:26:59 5: Calling MAX_Initialize
> 2012.12.20 11:26:59 5: MAX_Parse MAX,0,WallThermostatState,01c7e1,14E2
> 2012.12.20 11:26:59 2: Got message for undefined device, and failed to
> guess type from msg 'WallThermostatState' - ignoring
> 2012.12.20 11:27:40 5: CUL/RAW: /
> Z1700000001C7E1000000001003004A455130313636393437EF
>
> 2012.12.20 11:27:40 5: CUL1:
> Z1700000001C7E1000000001003004A455130313636393437 -82.5
> 2012.12.20 11:27:40 5: CUL1 dispatch
> Z1700000001C7E1000000001003004A455130313636393437
> 2012.12.20 11:27:40 5: CUL_MAX_Parse: len 23, msgcnt 00, msgflag 00,
> msgTypeRaw PairPing, src 01c7e1, dst 000000, groupid 0, payload
> 1003004A455130313636393437
> 2012.12.20 11:27:40 5: CUL_MAX_Parse: Got PairPing (dst 000000,
> pairmode 0), unk1 16, type 3, unk2 0, serial JEQ0166947
> 2012.12.20 11:27:50 5: CUL/RAW: /Z0C7D044201C7E10000000022E6D7
>
> 2012.12.20 11:27:50 5: CUL1: Z0C7D044201C7E10000000022E6 -94.5
> 2012.12.20 11:27:50 5: CUL1 dispatch Z0C7D044201C7E10000000022E6
> 2012.12.20 11:27:50 5: CUL_MAX_Parse: len 12, msgcnt 7D, msgflag 04,
> msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
> payload 22E6
> 2012.12.20 11:27:50 5: CULMAX0 dispatch MAX,0,WallThermostatState,
> 01c7e1,22E6
> 2012.12.20 11:27:50 5: MAX_Parse MAX,0,WallThermostatState,01c7e1,22E6
> 2012.12.20 11:27:50 2: Got message for undefined device, and failed to
> guess type from msg 'WallThermostatState' - ignoring
> 2012.12.20 11:28:05 4: Connection accepted from FHEMWEB:
> 192.168.0.40:1109
> 2012.12.20 11:28:05 4: HTTP FHEMWEB:192.168.0.40:1109 GET /fhem
> 2012.12.20 11:28:05 4: /fhem / RL: 738 / text/html; charset=UTF-8 /
> Content-Encoding: gzip
>  /
> 2012.12.20 11:30:41 5: CUL/RAW: /Z0C7E044201C7E10000000028F2DE
>
> 2012.12.20 11:30:41 5: CUL1: Z0C7E044201C7E10000000028F2 -91
> 2012.12.20 11:30:41 5: CUL1 dispatch Z0C7E044201C7E10000000028F2
> 2012.12.20 11:30:41 5: CUL_MAX_Parse: len 12, msgcnt 7E, msgflag 04,
> msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
> payload 28F2
> 2012.12.20 11:30:41 5: CULMAX0 dispatch MAX,0,WallThermostatState,
> 01c7e1,28F2
> 2012.12.20 11:30:41 5: MAX_Parse MAX,0,WallThermostatState,01c7e1,28F2
> 2012.12.20 11:30:41 2: Got message for undefined device, and failed to
> guess type from msg 'WallThermostatState' - ignoring
> 2012.12.20 11:31:40 5: CUL/RAW: /
> Z1700040001C7E1000000001003004A455130313636393437E0
> #
> ##########################################
> Ab hier  "WallThermostat" angelernt#
> ##########################################
> #
> 2012.12.20 11:31:40 5: CUL1:
> Z1700040001C7E1000000001003004A455130313636393437 -90
> 2012.12.20 11:31:40 5: CUL1 dispatch
> Z1700040001C7E1000000001003004A455130313636393437
> 2012.12.20 11:31:40 5: CUL_MAX_Parse: len 23, msgcnt 00, msgflag 04,
> msgTypeRaw PairPing, src 01c7e1, dst 000000, groupid 0, payload
> 1003004A455130313636393437
> 2012.12.20 11:31:40 5: CUL_MAX_Parse: Got PairPing (dst 000000,
> pairmode 1), unk1 16, type 3, unk2 0, serial JEQ0166947
> 2012.12.20 11:31:40 3: CUL_MAX_Parse: Pairing device 01c7e1 of type
> WallMountedThermostat with serial JEQ0166947
> 2012.12.20 11:31:40 5: CUL1 sending Zs0b01000112345601c7e10000
> 2012.12.20 11:31:40 5: SW: Zs0b01000112345601c7e10000
> 2012.12.20 11:31:40 5: CULMAX0 dispatch MAX,0,define,
> 01c7e1,WallMountedThermostat,JEQ0166947,0,0
> 2012.12.20 11:31:40 5: MAX_Parse MAX,0,define,
> 01c7e1,WallMountedThermostat,JEQ0166947,0,0
> 2012.12.20 11:31:40 5: Triggering global (1 changes)
> 2012.12.20 11:31:40 5: global trigger: Checking FileLog_CULMAX0 for
> notify
> 2012.12.20 11:31:40 5: global trigger: Checking Logfile for notify
> 2012.12.20 11:31:40 5: global trigger: Checking WEB for notify
> 2012.12.20 11:31:40 5: global trigger: Checking WEBphone for notify
> 2012.12.20 11:31:40 5: global trigger: Checking WEBtablet for notify
> 2012.12.20 11:31:40 5: global trigger: Checking autocreate for notify
> 2012.12.20 11:31:40 2: autocreate: define MAX_01c7e1 MAX
> WallMountedThermostat 01c7e1
> 2012.12.20 11:31:40 5: Max_define WallMountedThermostat with addr
> 01c7e1
> 2012.12.20 11:31:40 5: Triggering global (2 changes)
> 2012.12.20 11:31:40 2: autocreate: define FileLog_MAX_01c7e1 FileLog ./
> log/MAX_01c7e1-%Y.log MAX_01c7e1
> 2012.12.20 11:31:40 5: Triggering global (3 changes)
> 2012.12.20 11:31:40 5: global trigger: Checking telnetPort for notify
> 2012.12.20 11:31:40 5: CULMAX0 dispatch MAX,0,ThermostatConfig,
> 01c7e1,17,21,80,5,0,30.5,4.5,12,15
> 2012.12.20 11:31:40 5: MAX_Parse MAX,0,ThermostatConfig,
> 01c7e1,17,21,80,5,0,30.5,4.5,12,15
> 2012.12.20 11:31:40 5: Triggering MAX_01c7e1 (5 changes)
> 2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking FileLog_CULMAX0
> for notify
> 2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking Logfile for notify
> 2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking WEB for notify
> 2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking WEBphone for
> notify
> 2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking WEBtablet for
> notify
> 2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking autocreate for
> notify
> 2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking telnetPort for
> notify
> 2012.12.20 11:31:40 5: CUL/RAW: /Z0E01000201C7E11234560001090128E0
>
> 2012.12.20 11:31:40 5: CUL1: Z0E01000201C7E11234560001090128 -90
> 2012.12.20 11:31:40 5: CUL1 dispatch Z0E01000201C7E11234560001090128
> 2012.12.20 11:31:40 5: CUL_MAX_Parse: len 14, msgcnt 01, msgflag 00,
> msgTypeRaw Ack, src 01c7e1, dst 123456, groupid 0, payload 01090128
> 2012.12.20 11:31:40 5: CULMAX0 dispatch MAX,1,Ack,01c7e1,01090128
> 2012.12.20 11:31:40 5: MAX_Parse MAX,1,Ack,01c7e1,01090128
> 2012.12.20 11:31:40 5: MAX_Parse MAX,1,ThermostatState,01c7e1,090128
> 2012.12.20 11:31:40 5: battery 0, rferror 0, panel 0, langateway 0,
> dstsetting 1, mode 1, valveposition 1 %, temperaturesetpoint 20,
> until , curTemp
> 2012.12.20 11:31:40 5: Triggering MAX_01c7e1 (4 changes)
> 2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking FileLog_CULMAX0
> for notify
> 2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking Logfile for notify
> 2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking WEB for notify
> 2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking WEBphone for
> notify
> 2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking WEBtablet for
> notify
> 2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking autocreate for
> notify
> 2012.12.20 11:31:40 5: MAX_01c7e1 trigger: Checking telnetPort for
> notify
> 2012.12.20 11:31:40 5: Got matching ack
> 2012.12.20 11:31:42 5: CUL/RAW: /Z0A000A0301C7E112345600DA
>
> 2012.12.20 11:31:42 5: CUL1: Z0A000A0301C7E112345600 -93
> 2012.12.20 11:31:42 5: CUL1 dispatch Z0A000A0301C7E112345600
> 2012.12.20 11:31:42 5: CUL_MAX_Parse: len 10, msgcnt 00, msgflag 0A,
> msgTypeRaw TimeInformation, src 01c7e1, dst 123456, groupid 0,
> payload
> 2012.12.20 11:31:42 5: Got request for TimeInformation, sending it
> 2012.12.20 11:31:42 5: broadcast time to 01c7e1
> 2012.12.20 11:31:42 5: CUL1 sending Zs0f01030312345601c7e1000c140adf2a
> 2012.12.20 11:31:42 5: SW: Zs0f01030312345601c7e1000c140adf2a
> 2012.12.20 11:31:45 2: CUL_MAX_Resend: Missing ack from 01c7e1 for
> 0f01030312345601c7e1000c140adf2a
> 2012.12.20 11:31:45 1: CUL_MAX_Resend: Giving up on that packet
> 2012.12.20 11:31:45 5: Triggering CULMAX0 (1 changes)
> 2012.12.20 11:33:30 5: CUL/RAW: /Z0C7F044201C7E10000000028FEDA
>
> 2012.12.20 11:33:30 5: CUL1: Z0C7F044201C7E10000000028FE -93
> 2012.12.20 11:33:30 5: CUL1 dispatch Z0C7F044201C7E10000000028FE
> 2012.12.20 11:33:30 5: CUL_MAX_Parse: len 12, msgcnt 7F, msgflag 04,
> msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
> payload 28FE
> 2012.12.20 11:33:30 5: CULMAX0 dispatch MAX,0,WallThermostatState,
> 01c7e1,28FE
> 2012.12.20 11:33:30 5: MAX_Parse MAX,0,WallThermostatState,01c7e1,28FE
> 2012.12.20 11:33:30 1: MAX_Parse: Unknown message WallThermostatState
> 2012.12.20 11:34:30 5: CUL/RAW: /Z0F01047001C7E1000000001901280100DB
>
> 2012.12.20 11:34:30 5: CUL1: Z0F01047001C7E1000000001901280100 -92.5
> 2012.12.20 11:34:30 5: CUL1 dispatch Z0F01047001C7E1000000001901280100
> 2012.12.20 11:34:30 5: CUL_MAX_Parse: len 15, msgcnt 01, msgflag 04,
> msgTypeRaw 70, src 01c7e1, dst 000000, groupid 0, payload 1901280100
> 2012.12.20 11:34:30 2: CUL_MAX_Parse: Got unhandled message type 70
>
> 2. Log WTS+HT paaren
> --------------------------------
> 2012.12.20 12:00:35 5: Cmd: >set CULMAX0 pairmode 60<
> 2012.12.20 12:00:35 5: Triggering CULMAX0 (1 changes)
> 2012.12.20 12:00:35 5: CULMAX0 trigger: Checking FileLog_CULMAX0 for
> notify
> 2012.12.20 12:00:35 5: CULMAX0 trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 12:00:35 5: CULMAX0 trigger: Checking Logfile for notify
> 2012.12.20 12:00:35 5: CULMAX0 trigger: Checking WEB for notify
> 2012.12.20 12:00:35 5: CULMAX0 trigger: Checking WEBphone for notify
> 2012.12.20 12:00:35 5: CULMAX0 trigger: Checking WEBtablet for notify
> 2012.12.20 12:00:35 5: CULMAX0 trigger: Checking autocreate for notify
> 2012.12.20 12:00:35 5: CULMAX0 trigger: Checking telnetPort for notify
> 2012.12.20 12:00:45 5: CUL/RAW: /
> Z1700040001788D000000001601FF4A455130333338323939C4
> 2012.12.20 12:00:45 5: CUL1:
> Z1700040001788D000000001601FF4A455130333338323939 -104
> 2012.12.20 12:00:45 5: CUL1 dispatch
> Z1700040001788D000000001601FF4A455130333338323939
> 2012.12.20 12:00:45 5: CUL_MAX_Parse: len 23, msgcnt 00, msgflag 04,
> msgTypeRaw PairPing, src 01788d, dst 000000, groupid 0, payload
> 1601FF4A455130333338323939
> 2012.12.20 12:00:45 5: CUL_MAX_Parse: Got PairPing (dst 000000,
> pairmode 1), unk1 22, type 1, unk2 255, serial JEQ0338299
> 2012.12.20 12:00:45 3: CUL_MAX_Parse: Pairing device 01788d of type
> HeatingThermostat with serial JEQ0338299
> 2012.12.20 12:00:45 5: CUL1 sending Zs0b01000112345601788d0000
> 2012.12.20 12:00:45 5: SW: Zs0b01000112345601788d0000
> 2012.12.20 12:00:45 5: CULMAX0 dispatch MAX,0,define,
> 01788d,HeatingThermostat,JEQ0338299,0,0
> 2012.12.20 12:00:45 5: MAX_Parse MAX,0,define,
> 01788d,HeatingThermostat,JEQ0338299,0,0
> 2012.12.20 12:00:45 5: Triggering global (1 changes)
> 2012.12.20 12:00:45 5: global trigger: Checking FileLog_CULMAX0 for
> notify
> 2012.12.20 12:00:45 5: global trigger: Checking FileLog_MAX_01c7e1 for
> notify
> 2012.12.20 12:00:45 5: global trigger: Checking Logfile for notify
> 2012.12.20 12:00:45 5: global trigger: Checking WEB for notify
> 2012.12.20 12:00:45 5: global trigger: Checking WEBphone for notify
> 2012.12.20 12:00:45 5: global trigger: Checking WEBtablet for notify
> 2012.12.20 12:00:45 5: global trigger: Checking autocreate for notify
> 2012.12.20 12:00:45 2: autocreate: define MAX_01788d MAX
> HeatingThermostat 01788d
> 2012.12.20 12:00:45 5: Max_define HeatingThermostat with addr 01788d
> 2012.12.20 12:00:45 5: Triggering global (2 changes)
> 2012.12.20 12:00:45 2: autocreate: define FileLog_MAX_01788d FileLog ./
> log/MAX_01788d-%Y.log MAX_01788d
> 2012.12.20 12:00:45 5: Triggering global (3 changes)
> 2012.12.20 12:00:45 4: WriteStatefile MAX_01c7e1 msgcnt: Missing TIME,
> using current time
> 2012.12.20 12:00:45 5: global trigger: Checking telnetPort for notify
> 2012.12.20 12:00:45 5: CULMAX0 dispatch MAX,0,ThermostatConfig,01788d,
> 17,21,80,5,0,30.5,4.5,12,15
> 2012.12.20 12:00:45 5: MAX_Parse MAX,0,ThermostatConfig,01788d,
> 17,21,80,5,0,30.5,4.5,12,15
> 2012.12.20 12:00:45 5: Triggering MAX_01788d (12 changes)
> 2012.12.20 12:00:45 5: MAX_01788d trigger: Checking FileLog_CULMAX0
> for notify
> 2012.12.20 12:00:45 5: MAX_01788d trigger: Checking FileLog_MAX_01788d
> for notify
> 2012.12.20 12:00:45 5: MAX_01788d trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 12:00:45 5: MAX_01788d trigger: Checking Logfile for notify
> 2012.12.20 12:00:45 5: MAX_01788d trigger: Checking WEB for notify
> 2012.12.20 12:00:45 5: MAX_01788d trigger: Checking WEBphone for
> notify
> 2012.12.20 12:00:45 5: MAX_01788d trigger: Checking WEBtablet for
> notify
> 2012.12.20 12:00:45 5: MAX_01788d trigger: Checking autocreate for
> notify
> 2012.12.20 12:00:45 5: MAX_01788d trigger: Checking telnetPort for
> notify
> 2012.12.20 12:00:46 5: CUL/RAW: /Z0E01020201788D1234560001193C28CE
>
> 2012.12.20 12:00:46 5: CUL1: Z0E01020201788D1234560001193C28 -99
> 2012.12.20 12:00:46 5: CUL1 dispatch Z0E01020201788D1234560001193C28
> 2012.12.20 12:00:46 5: CUL_MAX_Parse: len 14, msgcnt 01, msgflag 02,
> msgTypeRaw Ack, src 01788d, dst 123456, groupid 0, payload 01193C28
> 2012.12.20 12:00:46 5: CULMAX0 dispatch MAX,1,Ack,01788d,01193C28
> 2012.12.20 12:00:46 5: MAX_Parse MAX,1,Ack,01788d,01193C28
> 2012.12.20 12:00:46 5: MAX_Parse MAX,1,ThermostatState,01788d,193C28
> 2012.12.20 12:00:46 5: battery 0, rferror 0, panel 0, langateway 1,
> dstsetting 1, mode 1, valveposition 60 %, temperaturesetpoint 20,
> until , curTemp
> 2012.12.20 12:00:46 5: Triggering MAX_01788d (4 changes)
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking FileLog_CULMAX0
> for notify
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking FileLog_MAX_01788d
> for notify
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking Logfile for notify
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking WEB for notify
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking WEBphone for
> notify
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking WEBtablet for
> notify
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking autocreate for
> notify
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking telnetPort for
> notify
> 2012.12.20 12:00:46 5: Got matching ack
> 2012.12.20 12:00:46 5: CUL/RAW: /Z0F00046001788D00000000193C2800BBCF
> 2012.12.20 12:00:46 5: CUL1: Z0F00046001788D00000000193C2800BB -98.5
> 2012.12.20 12:00:46 5: CUL1 dispatch Z0F00046001788D00000000193C2800BB
> 2012.12.20 12:00:46 5: CUL_MAX_Parse: len 15, msgcnt 00, msgflag 04,
> msgTypeRaw ThermostatState, src 01788d, dst 000000, groupid 0, payload
> 193C2800BB
> 2012.12.20 12:00:46 5: CULMAX0 dispatch MAX,0,ThermostatState,01788d,
> 193C2800BB
> 2012.12.20 12:00:46 5: MAX_Parse MAX,0,ThermostatState,01788d,
> 193C2800BB
> 2012.12.20 12:00:46 5: battery 0, rferror 0, panel 0, langateway 1,
> dstsetting 1, mode 1, valveposition 60 %, temperaturesetpoint 20,
> until , curTemp 18.7
> 2012.12.20 12:00:46 5: Triggering MAX_01788d (5 changes)
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking FileLog_CULMAX0
> for notify
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking FileLog_MAX_01788d
> for notify
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking Logfile for notify
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking WEB for notify
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking WEBphone for
> notify
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking WEBtablet for
> notify
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking autocreate for
> notify
> 2012.12.20 12:00:46 5: MAX_01788d trigger: Checking telnetPort for
> notify
> 2012.12.20 12:00:47 5: CUL/RAW: /Z0A000A0301788D12345600DA
> 2012.12.20 12:00:47 5: CUL1: Z0A000A0301788D12345600 -93
> 2012.12.20 12:00:47 5: CUL1 dispatch Z0A000A0301788D12345600
> 2012.12.20 12:00:47 5: CUL_MAX_Parse: len 10, msgcnt 00, msgflag 0A,
> msgTypeRaw TimeInformation, src 01788d, dst 123456, groupid 0,
> payload
> 2012.12.20 12:00:47 5: Got request for TimeInformation, sending it
> 2012.12.20 12:00:47 5: broadcast time to 01788d
> 2012.12.20 12:00:47 5: CUL1 sending Zs0f01030312345601788d000c140bc02f
> 2012.12.20 12:00:47 5: SW: Zs0f01030312345601788d000c140bc02f
> 2012.12.20 12:00:50 2: CUL_MAX_Resend: Missing ack from 01788d for
> 0f01030312345601788d000c140bc02f
> 2012.12.20 12:00:50 1: CUL_MAX_Resend: Giving up on that packet
> 2012.12.20 12:00:50 5: Triggering CULMAX0 (1 changes)
> 2012.12.20 12:00:50 5: CULMAX0 trigger: Checking FileLog_CULMAX0 for
> notify
> 2012.12.20 12:00:50 5: CULMAX0 trigger: Checking FileLog_MAX_01788d
> for notify
> 2012.12.20 12:00:50 5: CULMAX0 trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 12:00:50 5: CULMAX0 trigger: Checking Logfile for notify
> 2012.12.20 12:00:50 5: CULMAX0 trigger: Checking WEB for notify
> 2012.12.20 12:00:50 5: CULMAX0 trigger: Checking WEBphone for notify
> 2012.12.20 12:00:50 5: CULMAX0 trigger: Checking WEBtablet for notify
> 2012.12.20 12:00:50 5: CULMAX0 trigger: Checking autocreate for notify
> 2012.12.20 12:00:50 5: CULMAX0 trigger: Checking telnetPort for notify
> 2012.12.20 12:01:37 5: Cmd: >set MAX_01788d associate MAX_01c7e1<
> 2012.12.20 12:01:37 5: Using dest 01c7e1, destType 3
> 2012.12.20 12:01:37 5: CUL_MAX_SendDeviceCmd:
> 0e02002012345601788d0001c7e103
> 2012.12.20 12:01:37 5: CUL1 sending Zs0e02002012345601788d0001c7e103
> 2012.12.20 12:01:37 5: SW: Zs0e02002012345601788d0001c7e103
> 2012.12.20 12:01:37 5: Triggering MAX_01788d (1 changes)
> 2012.12.20 12:01:37 5: MAX_01788d trigger: Checking FileLog_CULMAX0
> for notify
> 2012.12.20 12:01:37 5: MAX_01788d trigger: Checking FileLog_MAX_01788d
> for notify
> 2012.12.20 12:01:37 5: MAX_01788d trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 12:01:37 5: MAX_01788d trigger: Checking Logfile for notify
> 2012.12.20 12:01:37 5: MAX_01788d trigger: Checking WEB for notify
> 2012.12.20 12:01:37 5: MAX_01788d trigger: Checking WEBphone for
> notify
> 2012.12.20 12:01:37 5: MAX_01788d trigger: Checking WEBtablet for
> notify
> 2012.12.20 12:01:37 5: MAX_01788d trigger: Checking autocreate for
> notify
> 2012.12.20 12:01:37 5: MAX_01788d trigger: Checking telnetPort for
> notify
> 2012.12.20 12:01:40 2: CUL_MAX_Resend: Missing ack from 01788d for
> 0e02002012345601788d0001c7e103
> 2012.12.20 12:01:40 1: CUL_MAX_Resend: Giving up on that packet
> 2012.12.20 12:01:40 5: Triggering CULMAX0 (1 changes)
> 2012.12.20 12:01:40 5: CULMAX0 trigger: Checking FileLog_CULMAX0 for
> notify
> 2012.12.20 12:01:40 5: CULMAX0 trigger: Checking FileLog_MAX_01788d
> for notify
> 2012.12.20 12:01:40 5: CULMAX0 trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 12:01:40 5: CULMAX0 trigger: Checking Logfile for notify
> 2012.12.20 12:01:40 5: CULMAX0 trigger: Checking WEB for notify
> 2012.12.20 12:01:40 5: CULMAX0 trigger: Checking WEBphone for notify
> 2012.12.20 12:01:40 5: CULMAX0 trigger: Checking WEBtablet for notify
> 2012.12.20 12:01:40 5: CULMAX0 trigger: Checking autocreate for notify
> 2012.12.20 12:01:40 5: CULMAX0 trigger: Checking telnetPort for notify
> 2012.12.20 12:01:56 5: CUL/RAW: /Z0C89044201C7E1000000009F04CC
> 2012.12.20 12:01:56 5: CUL1: Z0C89044201C7E1000000009F04 -100
> 2012.12.20 12:01:56 5: CUL1 dispatch Z0C89044201C7E1000000009F04
> 2012.12.20 12:01:56 5: CUL_MAX_Parse: len 12, msgcnt 89, msgflag 04,
> msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
> payload 9F04
> 2012.12.20 12:01:56 5: CULMAX0 dispatch MAX,0,WallThermostatState,
> 01c7e1,9F04
> 2012.12.20 12:01:56 5: MAX_Parse MAX,0,WallThermostatState,01c7e1,9F04
> 2012.12.20 12:01:56 1: MAX_Parse: Unknown message WallThermostatState
> 2012.12.20 12:02:03 5: CUL1: Z0B19054001C7E1123456001E -90.5
> 2012.12.20 12:02:03 5: CUL1 dispatch Z0B19054001C7E1123456001E
> 2012.12.20 12:02:03 5: CUL_MAX_Parse: len 11, msgcnt 19, msgflag 05,
> msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
> 1E
> 2012.12.20 12:02:03 5: Unhandled message SetTemperature
> 2012.12.20 12:02:08 5: CUL/RAW: /Z0B1A054001C7E1123456001EE2
> 2012.12.20 12:02:08 5: CUL1: Z0B1A054001C7E1123456001E -89
> 2012.12.20 12:02:08 5: CUL1 dispatch Z0B1A054001C7E1123456001E
> 2012.12.20 12:02:08 5: CUL_MAX_Parse: len 11, msgcnt 1A, msgflag 05,
> msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
> 1E
> 2012.12.20 12:02:08 5: Unhandled message SetTemperature
> 2012.12.20 12:02:13 5: CUL/RAW: /Z0B1B054001C7E1123456001EE0
> 2012.12.20 12:02:13 5: CUL1: Z0B1B054001C7E1123456001E -90
> 2012.12.20 12:02:13 5: CUL1 dispatch Z0B1B054001C7E1123456001E
> 2012.12.20 12:02:13 5: CUL_MAX_Parse: len 11, msgcnt 1B, msgflag 05,
> msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
> 1E
> 2012.12.20 12:02:13 5: Unhandled message SetTemperature
> 2012.12.20 12:02:34 5: Cmd: >set MAX_01c7e1 associate MAX_01788d<
> 2012.12.20 12:02:34 5: Using dest 01788d, destType 1
> 2012.12.20 12:02:34 5: CUL_MAX_SendDeviceCmd:
> 0e03002012345601c7e10001788d01
> 2012.12.20 12:02:34 5: CUL1 sending Zs0e03002012345601c7e10001788d01
> 2012.12.20 12:02:34 5: SW: Zs0e03002012345601c7e10001788d01
> 2012.12.20 12:02:34 5: Triggering MAX_01c7e1 (1 changes)
> 2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking FileLog_CULMAX0
> for notify
> 2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking FileLog_MAX_01788d
> for notify
> 2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking Logfile for notify
> 2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking WEB for notify
> 2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking WEBphone for
> notify
> 2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking WEBtablet for
> notify
> 2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking autocreate for
> notify
> 2012.12.20 12:02:34 5: MAX_01c7e1 trigger: Checking telnetPort for
> notify
> 2012.12.20 12:02:37 2: CUL_MAX_Resend: Missing ack from 01c7e1 for
> 0e03002012345601c7e10001788d01
> 2012.12.20 12:02:37 1: CUL_MAX_Resend: Giving up on that packet
> 2012.12.20 12:02:46 5: CUL/RAW: /Z0F00046001788D00000000193C2700C3D3
> 2012.12.20 12:02:46 5: CUL1: Z0F00046001788D00000000193C2700C3 -96.5
> 2012.12.20 12:02:46 5: CUL1 dispatch Z0F00046001788D00000000193C2700C3
> 2012.12.20 12:02:46 5: CUL_MAX_Parse: len 15, msgcnt 00, msgflag 04,
> msgTypeRaw ThermostatState, src 01788d, dst 000000, groupid 0, payload
> 193C2700C3
> 2012.12.20 12:02:46 5: CULMAX0 dispatch MAX,0,ThermostatState,01788d,
> 193C2700C3
> 2012.12.20 12:02:46 5: MAX_Parse MAX,0,ThermostatState,01788d,
> 193C2700C3
> 2012.12.20 12:02:46 5: battery 0, rferror 0, panel 0, langateway 1,
> dstsetting 1, mode 1, valveposition 60 %, temperaturesetpoint 19.5,
> until , curTemp 19.5
> 2012.12.20 12:02:46 5: Triggering MAX_01788d (5 changes)
> 2012.12.20 12:02:46 5: MAX_01788d trigger: Checking FileLog_CULMAX0
> for notify
> 2012.12.20 12:02:46 5: MAX_01788d trigger: Checking FileLog_MAX_01788d
> for notify
> 2012.12.20 12:02:46 5: MAX_01788d trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 12:02:46 5: MAX_01788d trigger: Checking Logfile for notify
> 2012.12.20 12:02:46 5: MAX_01788d trigger: Checking WEB for notify
> 2012.12.20 12:02:46 5: MAX_01788d trigger: Checking WEBphone for
> notify
> 2012.12.20 12:02:46 5: MAX_01788d trigger: Checking WEBtablet for
> notify
> 2012.12.20 12:02:46 5: MAX_01788d trigger: Checking autocreate for
> notify
> 2012.12.20 12:02:46 5: MAX_01788d trigger: Checking telnetPort for
> notify
> 2012.12.20 12:03:10 5: CUL/RAW: /Z0B1C054001C7E11234560019DC
> 2012.12.20 12:03:10 5: CUL1: Z0B1C054001C7E11234560019 -92
> 2012.12.20 12:03:10 5: CUL1 dispatch Z0B1C054001C7E11234560019
> 2012.12.20 12:03:10 5: CUL_MAX_Parse: len 11, msgcnt 1C, msgflag 05,
> msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
> 19
> 2012.12.20 12:03:10 5: Unhandled message SetTemperature
> 2012.12.20 12:03:15 5: CUL/RAW: /Z0B1D054001C7E11234560019DE
> 2012.12.20 12:03:15 5: CUL1: Z0B1D054001C7E11234560019 -91
> 2012.12.20 12:03:15 5: CUL1 dispatch Z0B1D054001C7E11234560019
> 2012.12.20 12:03:15 5: CUL_MAX_Parse: len 11, msgcnt 1D, msgflag 05,
> msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
> 19
> 2012.12.20 12:03:15 5: Unhandled message SetTemperature
> 2012.12.20 12:03:20 5: CUL/RAW: /Z0B1E054001C7E11234560019DC
> 2012.12.20 12:03:20 5: CUL1: Z0B1E054001C7E11234560019 -92
> 2012.12.20 12:03:20 5: CUL1 dispatch Z0B1E054001C7E11234560019
> 2012.12.20 12:03:20 5: CUL_MAX_Parse: len 11, msgcnt 1E, msgflag 05,
> msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
> 19
> 2012.12.20 12:03:20 5: Unhandled message SetTemperature
> 2012.12.20 12:03:35 5: Cmd: >set MAX_01788d associate MAX_01c7e1<
> 2012.12.20 12:03:35 5: Using dest 01c7e1, destType 3
> 2012.12.20 12:03:35 5: CUL_MAX_SendDeviceCmd:
> 0e03002012345601788d0001c7e103
> 2012.12.20 12:03:35 5: CUL1 sending Zs0e03002012345601788d0001c7e103
> 2012.12.20 12:03:35 5: SW: Zs0e03002012345601788d0001c7e103
> 2012.12.20 12:03:35 5: Triggering MAX_01788d (1 changes)
> 2012.12.20 12:03:35 5: MAX_01788d trigger: Checking FileLog_CULMAX0
> for notify
> 2012.12.20 12:03:35 5: MAX_01788d trigger: Checking FileLog_MAX_01788d
> for notify
> 2012.12.20 12:03:35 5: MAX_01788d trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 12:03:35 5: MAX_01788d trigger: Checking Logfile for notify
> 2012.12.20 12:03:35 5: MAX_01788d trigger: Checking WEB for notify
> 2012.12.20 12:03:35 5: MAX_01788d trigger: Checking WEBphone for
> notify
> 2012.12.20 12:03:35 5: MAX_01788d trigger: Checking WEBtablet for
> notify
> 2012.12.20 12:03:35 5: MAX_01788d trigger: Checking autocreate for
> notify
> 2012.12.20 12:03:35 5: MAX_01788d trigger: Checking telnetPort for
> notify
> 2012.12.20 12:03:38 2: CUL_MAX_Resend: Missing ack from 01788d for
> 0e03002012345601788d0001c7e103
> 2012.12.20 12:03:38 1: CUL_MAX_Resend: Giving up on that packet
> 2012.12.20 12:03:38 5: Triggering CULMAX0 (1 changes)
> 2012.12.20 12:03:38 5: CULMAX0 trigger: Checking FileLog_CULMAX0 for
> notify
> 2012.12.20 12:03:38 5: CULMAX0 trigger: Checking FileLog_MAX_01788d
> for notify
> 2012.12.20 12:03:38 5: CULMAX0 trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 12:03:38 5: CULMAX0 trigger: Checking Logfile for notify
> 2012.12.20 12:03:38 5: CULMAX0 trigger: Checking WEB for notify
> 2012.12.20 12:03:38 5: CULMAX0 trigger: Checking WEBphone for notify
> 2012.12.20 12:03:38 5: CULMAX0 trigger: Checking WEBtablet for notify
> 2012.12.20 12:03:38 5: CULMAX0 trigger: Checking autocreate for notify
> 2012.12.20 12:03:38 5: CULMAX0 trigger: Checking telnetPort for notify
> 2012.12.20 12:03:45 5: CUL/RAW: /Z0F1F047001C7E10000000018011900FED9
> 2012.12.20 12:03:45 5: CUL1: Z0F1F047001C7E10000000018011900FE -93.5
> 2012.12.20 12:03:45 5: CUL1 dispatch Z0F1F047001C7E10000000018011900FE
> 2012.12.20 12:03:45 5: CUL_MAX_Parse: len 15, msgcnt 1F, msgflag 04,
> msgTypeRaw 70, src 01c7e1, dst 000000, groupid 0, payload 18011900FE
> 2012.12.20 12:03:45 2: CUL_MAX_Parse: Got unhandled message type 70
> 2012.12.20 12:04:46 5: CUL/RAW: /Z0F00046001788D0000000019001B00D1D4
> 2012.12.20 12:04:46 5: CUL1: Z0F00046001788D0000000019001B00D1 -96
> 2012.12.20 12:04:46 5: CUL1 dispatch Z0F00046001788D0000000019001B00D1
> 2012.12.20 12:04:46 5: CUL_MAX_Parse: len 15, msgcnt 00, msgflag 04,
> msgTypeRaw ThermostatState, src 01788d, dst 000000, groupid 0, payload
> 19001B00D1
> 2012.12.20 12:04:46 5: CULMAX0 dispatch MAX,0,ThermostatState,01788d,
> 19001B00D1
> 2012.12.20 12:04:46 5: MAX_Parse MAX,0,ThermostatState,01788d,
> 19001B00D1
> 2012.12.20 12:04:46 5: battery 0, rferror 0, panel 0, langateway 1,
> dstsetting 1, mode 1, valveposition 0 %, temperaturesetpoint 13.5,
> until , curTemp 20.9
> 2012.12.20 12:04:46 5: Triggering MAX_01788d (5 changes)
> 2012.12.20 12:04:46 5: MAX_01788d trigger: Checking FileLog_CULMAX0
> for notify
> 2012.12.20 12:04:46 5: MAX_01788d trigger: Checking FileLog_MAX_01788d
> for notify
> 2012.12.20 12:04:46 5: MAX_01788d trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 12:04:46 5: MAX_01788d trigger: Checking Logfile for notify
> 2012.12.20 12:04:46 5: MAX_01788d trigger: Checking WEB for notify
> 2012.12.20 12:04:46 5: MAX_01788d trigger: Checking WEBphone for
> notify
> 2012.12.20 12:04:46 5: MAX_01788d trigger: Checking WEBtablet for
> notify
> 2012.12.20 12:04:46 5: MAX_01788d trigger: Checking autocreate for
> notify
> 2012.12.20 12:04:46 5: MAX_01788d trigger: Checking telnetPort for
> notify
> 2012.12.20 12:04:53 5: CUL/RAW: /Z0C8A044201C7E10000000019FDCE
> 2012.12.20 12:04:53 5: CUL1: Z0C8A044201C7E10000000019FD -99
> 2012.12.20 12:04:53 5: CUL1 dispatch Z0C8A044201C7E10000000019FD
> 2012.12.20 12:04:53 5: CUL_MAX_Parse: len 12, msgcnt 8A, msgflag 04,
> msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
> payload 19FD
> 2012.12.20 12:04:53 5: CULMAX0 dispatch MAX,0,WallThermostatState,
> 01c7e1,19FD
> 2012.12.20 12:04:53 5: MAX_Parse MAX,0,WallThermostatState,01c7e1,19FD
> 2012.12.20 12:04:53 1: MAX_Parse: Unknown message WallThermostatState
> 2012.12.20 12:05:12 5: CUL/RAW: /Z0B20054001C7E1123456002ACC
> 2012.12.20 12:05:12 5: CUL1: Z0B20054001C7E1123456002A -100
> 2012.12.20 12:05:12 5: CUL1 dispatch Z0B20054001C7E1123456002A
> 2012.12.20 12:05:12 5: CUL_MAX_Parse: len 11, msgcnt 20, msgflag 05,
> msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
> 2A
> 2012.12.20 12:05:12 5: Unhandled message SetTemperature
> 2012.12.20 12:05:17 5: CUL/RAW: /Z0B21054001C7E1123456002ACC
> 2012.12.20 12:05:17 5: CUL1: Z0B21054001C7E1123456002A -100
> 2012.12.20 12:05:17 5: CUL1 dispatch Z0B21054001C7E1123456002A
> 2012.12.20 12:05:17 5: CUL_MAX_Parse: len 11, msgcnt 21, msgflag 05,
> msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
> 2A
> 2012.12.20 12:05:17 5: Unhandled message SetTemperature
> 2012.12.20 12:05:22 5: CUL/RAW: /Z0B22054001C7E1123456002ACC
> 2012.12.20 12:05:22 5: CUL1: Z0B22054001C7E1123456002A -100
> 2012.12.20 12:05:22 5: CUL1 dispatch Z0B22054001C7E1123456002A
> 2012.12.20 12:05:22 5: CUL_MAX_Parse: len 11, msgcnt 22, msgflag 05,
> msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
> 2A
> 2012.12.20 12:05:22 5: Unhandled message SetTemperature
> 2012.12.20 12:06:26 5: Cmd: >set MAX_01788d associate MAX_01c7e1<
> 2012.12.20 12:06:26 5: Using dest 01c7e1, destType 3
> 2012.12.20 12:06:26 5: CUL_MAX_SendDeviceCmd:
> 0e04002012345601788d0001c7e103
> 2012.12.20 12:06:26 5: CUL1 sending Zs0e04002012345601788d0001c7e103
> 2012.12.20 12:06:26 5: SW: Zs0e04002012345601788d0001c7e103
> 2012.12.20 12:06:26 5: Triggering MAX_01788d (1 changes)
> 2012.12.20 12:06:26 5: MAX_01788d trigger: Checking FileLog_CULMAX0
> for notify
> 2012.12.20 12:06:26 5: MAX_01788d trigger: Checking FileLog_MAX_01788d
> for notify
> 2012.12.20 12:06:26 5: MAX_01788d trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 12:06:26 5: MAX_01788d trigger: Checking Logfile for notify
> 2012.12.20 12:06:26 5: MAX_01788d trigger: Checking WEB for notify
> 2012.12.20 12:06:26 5: MAX_01788d trigger: Checking WEBphone for
> notify
> 2012.12.20 12:06:26 5: MAX_01788d trigger: Checking WEBtablet for
> notify
> 2012.12.20 12:06:26 5: MAX_01788d trigger: Checking autocreate for
> notify
> 2012.12.20 12:06:26 5: MAX_01788d trigger: Checking telnetPort for
> notify
> 2012.12.20 12:06:29 2: CUL_MAX_Resend: Missing ack from 01788d for
> 0e04002012345601788d0001c7e103
> 2012.12.20 12:06:29 1: CUL_MAX_Resend: Giving up on that packet
> 2012.12.20 12:06:29 5: Triggering CULMAX0 (1 changes)
> 2012.12.20 12:06:29 5: CULMAX0 trigger: Checking FileLog_CULMAX0 for
> notify
> 2012.12.20 12:06:29 5: CULMAX0 trigger: Checking FileLog_MAX_01788d
> for notify
> 2012.12.20 12:06:29 5: CULMAX0 trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 12:06:29 5: CULMAX0 trigger: Checking Logfile for notify
> 2012.12.20 12:06:29 5: CULMAX0 trigger: Checking WEB for notify
> 2012.12.20 12:06:29 5: CULMAX0 trigger: Checking WEBphone for notify
> 2012.12.20 12:06:29 5: CULMAX0 trigger: Checking WEBtablet for notify
> 2012.12.20 12:06:29 5: CULMAX0 trigger: Checking autocreate for notify
> 2012.12.20 12:06:29 5: CULMAX0 trigger: Checking telnetPort for notify
> 2012.12.20 12:06:43 5: CUL/RAW: /Z0B23054001C7E11234560030C2
> 2012.12.20 12:06:43 5: CUL1: Z0B23054001C7E11234560030 -105
> 2012.12.20 12:06:43 5: CUL1 dispatch Z0B23054001C7E11234560030
> 2012.12.20 12:06:43 5: CUL_MAX_Parse: len 11, msgcnt 23, msgflag 05,
> msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
> 30
> 2012.12.20 12:06:43 5: Unhandled message SetTemperature
> 2012.12.20 12:06:45 5: CUL/RAW: /Z0F24047001C7E10000000058013000FBC8
> 2012.12.20 12:06:45 5: CUL1: Z0F24047001C7E10000000058013000FB -102
> 2012.12.20 12:06:45 5: CUL1 dispatch Z0F24047001C7E10000000058013000FB
> 2012.12.20 12:06:45 5: CUL_MAX_Parse: len 15, msgcnt 24, msgflag 04,
> msgTypeRaw 70, src 01c7e1, dst 000000, groupid 0, payload 58013000FB
> 2012.12.20 12:06:45 2: CUL_MAX_Parse: Got unhandled message type 70
> 2012.12.20 12:06:48 5: CUL/RAW: /Z0B25054001C7E11234560030C8
> 2012.12.20 12:06:48 5: CUL1: Z0B25054001C7E11234560030 -102
> 2012.12.20 12:06:48 5: CUL1 dispatch Z0B25054001C7E11234560030
> 2012.12.20 12:06:48 5: CUL_MAX_Parse: len 11, msgcnt 25, msgflag 05,
> msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
> 30
> 2012.12.20 12:06:48 5: Unhandled message SetTemperature
> 2012.12.20 12:06:53 5: CUL/RAW: /Z0B26054001C7E11234560030CA
> 2012.12.20 12:06:53 5: CUL1: Z0B26054001C7E11234560030 -101
> 2012.12.20 12:06:53 5: CUL1 dispatch Z0B26054001C7E11234560030
> 2012.12.20 12:06:53 5: CUL_MAX_Parse: len 11, msgcnt 26, msgflag 05,
> msgTypeRaw SetTemperature, src 01c7e1, dst 123456, groupid 0, payload
> 30
> 2012.12.20 12:06:53 5: Unhandled message SetTemperature
> 2012.12.20 12:07:46 5: CUL/RAW: /Z0C8B044201C7E10000000030FBDB
> 2012.12.20 12:07:46 5: CUL1: Z0C8B044201C7E10000000030FB -92.5
> 2012.12.20 12:07:46 5: CUL1 dispatch Z0C8B044201C7E10000000030FB
> 2012.12.20 12:07:46 5: CUL_MAX_Parse: len 12, msgcnt 8B, msgflag 04,
> msgTypeRaw WallThermostatState, src 01c7e1, dst 000000, groupid 0,
> payload 30FB
> 2012.12.20 12:07:46 5: CULMAX0 dispatch MAX,0,WallThermostatState,
> 01c7e1,30FB
> 2012.12.20 12:07:46 5: MAX_Parse MAX,0,WallThermostatState,01c7e1,30FB
> 2012.12.20 12:07:46 1: MAX_Parse: Unknown message WallThermostatState
> 2012.12.20 12:08:42 4: Connection accepted from FHEMWEB:
> 192.168.0.6:50216
> 2012.12.20 12:09:25 5: CUL/RAW: /Z0A000A0301788D12345600DF
> 2012.12.20 12:09:25 5: CUL1: Z0A000A0301788D12345600 -90.5
> 2012.12.20 12:09:25 5: CUL1 dispatch Z0A000A0301788D12345600
> 2012.12.20 12:09:25 5: CUL_MAX_Parse: len 10, msgcnt 00, msgflag 0A,
> msgTypeRaw TimeInformation, src 01788d, dst 123456, groupid 0,
> payload
> 2012.12.20 12:09:25 5: Got request for TimeInformation, sending it
> 2012.12.20 12:09:25 5: broadcast time to 01788d
> 2012.12.20 12:09:25 5: CUL1 sending Zs0f05030312345601788d000c140bc919
> 2012.12.20 12:09:25 5: SW: Zs0f05030312345601788d000c140bc919
> 2012.12.20 12:09:28 2: CUL_MAX_Resend: Missing ack from 01788d for
> 0f05030312345601788d000c140bc919
> 2012.12.20 12:09:28 1: CUL_MAX_Resend: Giving up on that packet
> 2012.12.20 12:09:28 5: Triggering CULMAX0 (1 changes)
> 2012.12.20 12:09:28 5: CULMAX0 trigger: Checking FileLog_CULMAX0 for
> notify
> 2012.12.20 12:09:28 5: CULMAX0 trigger: Checking FileLog_MAX_01788d
> for notify
> 2012.12.20 12:09:28 5: CULMAX0 trigger: Checking FileLog_MAX_01c7e1
> for notify
> 2012.12.20 12:09:28 5: CULMAX0 trigger: Checking Logfile for notify
> 2012.12.20 12:09:28 5: CULMAX0 trigger: Checking WEB for notify
> 2012.12.20 12:09:28 5: CULMAX0 trigger: Checking WEBphone for notify
> 2012.12.20 12:09:28 5: CULMAX0 trigger: Checking WEBtablet for notify
> 2012.12.20 12:09:28 5: CULMAX0 trigger: Checking autocreate for notify
> 2012.12.20 12:09:28 5: CULMAX0 trigger: Checking telnetPort for notify
>
> --
> To unsubscribe from this group, send email to
> fhem-users+unsubscribe@googlegroups.com
>

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com