Hauptmenü

OC3 MISSING ACK

Begonnen von Guest, 04 August 2011, 19:18:02

Vorheriges Thema - Nächstes Thema

Guest

Originally posted by: <email address deleted>

Hallo zusammen,

habe FHEM 5.1 für FB installiert, läuft gut. 2 HM-LC-Dim1L-PL gepairt,
1 HM-CC-TC gepairt, alles prima.
Meinen OC3 erkennt FHEM als HM-WDS100-C6_O, aber MISSING ACK!?! Log
ist leer!

Gibt es ein Script, das ich zum Auslesen und Plotten in die fhem.cfg
einfügen kann?
Am liebsten als externe datei, die ich in die cfg einbinden kann, denn
die wird langsam unübersichtlich.

Habe schon die OC3 mehrfach resettet, gepairt, kein Erfolg.
In diversen Foren habe ich mir die vergangenen Nächte ebenfalls schon
um die Ohren geschlagen.
Ich bitte um Hilfe. Vielen Dank für die Mühe im Voraus.


Mit freundlichen Grüßen

Christian Sattler

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

rudolfkoenig

                                                   

> Meinen OC3 erkennt FHEM als HM-WDS100-C6_O, aber MISSING ACK!?! Log
> ist leer!

Komisch. Was will man/fhem dem Geraet eigentlich mitteilen??
Da hilft ja wohl nur hmProtocolEvents (oder loglevel hochsetzen)


> Gibt es ein Script, das ich zum Auslesen und Plotten in die fhem.cfg
> einfügen kann?

notify? inform? ???


> Am liebsten als externe datei, die ich in die cfg einbinden kann, denn
> die wird langsam unübersichtlich.

include ?

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

Guest

Originally posted by: <email address deleted>

Hallo Herr Koenig,

möchte gerne die Daten des OC3 in fhem auslesen, also Wind, Temp,
Regen, Sonne etc.
Wenn möglich möchte ich dazu auch einen Plot.

Was meinen Sie mit notify? inform? ???

Gruß

Christian

Anbei meine fhem.cfg:

--------------------------------------
attr global autoload_undefined_devices 1
attr global logfile ./log/fhem-%Y-%m.log
attr global modpath .
attr global port 7072
attr global statefile ./log/fhem.save
attr global verbose 3

define CUL CUL /dev/ttyACM0 5713
attr CUL rfmode HomeMatic

define WEB FHEMWEB 8083 global

define WEBphone FHEMWEB 8084 global
attr WEBphone smallscreen 1

define WEBtablet FHEMWEB 8085 global
attr WEBtablet touchpad 1

define Logfile FileLog ./log/fhem-%Y-%m.log fakelog

define autocreate autocreate
attr autocreate autosave 1
attr autocreate device_room %TYPE
attr autocreate filelog ./log/%NAME-%Y.log
attr autocreate weblink 1
attr autocreate weblink_room Plots

define hz_WZ CUL_HM 166D2B
attr hz_WZ devInfo 00FFFF
attr hz_WZ firmware 2.0
attr hz_WZ hmClass unknown
attr hz_WZ model HM-CC-TC
attr hz_WZ room Wohnzimmer
attr hz_WZ serialNr IEQ0067331
attr hz_WZ subType unknown

define FileLog_hz_WZ FileLog ./log/hz_WZ-%Y.log hz_WZ
attr FileLog_hz_WZ logtype text
attr FileLog_hz_WZ room CUL_HM

define Dimmer_WZ_Trommel CUL_HM 11C5C4
attr Dimmer_WZ_Trommel devInfo 010100
attr Dimmer_WZ_Trommel firmware 1.8
attr Dimmer_WZ_Trommel hmClass receiver
attr Dimmer_WZ_Trommel model HM-LC-DIM1L-PL
attr Dimmer_WZ_Trommel room Wohnzimmer
attr Dimmer_WZ_Trommel serialNr GEQ0017039
attr Dimmer_WZ_Trommel subType dimmer

define FileLog_Dimmer_WZ_Trommel FileLog ./log/Dimmer_WZ_Trommel-
%Y.log Dimmer_WZ_Trommel
attr FileLog_Dimmer_WZ_Trommel logtype text
attr FileLog_Dimmer_WZ_Trommel room CUL_HM

define Dimmer_GZ_Lampe CUL_HM 11C5E9
attr Dimmer_GZ_Lampe devInfo 010100
attr Dimmer_GZ_Lampe firmware 1.8
attr Dimmer_GZ_Lampe hmClass receiver
attr Dimmer_GZ_Lampe model HM-LC-DIM1L-PL
attr Dimmer_GZ_Lampe room Gästezimmer
attr Dimmer_GZ_Lampe serialNr GEQ0017029
attr Dimmer_GZ_Lampe subType dimmer

define FileLog_Dimmer_GZ_Lampe FileLog ./log/Dimmer_GZ_Lampe-%Y.log
Dimmer_GZ_Lampe
attr FileLog_Dimmer_GZ_Lampe logtype text
attr FileLog_Dimmer_GZ_Lampe room CUL_HM

define Wetterstation CUL_HM 145BD6
attr Wetterstation devInfo 3F0100
attr Wetterstation firmware 1.2
attr Wetterstation hmClass sender
attr Wetterstation model HM-WDS100-C6-O
attr Wetterstation room CUL_HM
attr Wetterstation serialNr HEQ0401061
attr Wetterstation subType THSensor

define FileLog_Wetterstation FileLog ./log/Wetterstation-%Y.log
Wetterstation:T:.*
attr FileLog_Wetterstation logtype hms:Temp/Hum,text
attr FileLog_Wetterstation room CUL_HM

define weblink_Wetterstation weblink fileplot
FileLog_Wetterstation:hms:CURRENT
attr weblink_Wetterstation label "Wetterstation Min $data{min1}, Max
$data{max1}, Last $data{currval1}"
attr weblink_Wetterstation room Plots

updatefhem

--------------------------------------
Anbei Auszug meiner log:

2011.08.04 00:01:06 1: /dev/ttyACM0 disconnected, waiting to reappear
2011.08.04 00:01:31 1: CUL /dev/ttyACM0 reappeared (CUL)
2011.08.04 00:01:59 3: CUL: Unknown code A0915A03F166D2BF15713, help
me!
2011.08.04 00:43:22 3: CUL opening CUL device /dev/ttyACM0
2011.08.04 00:43:22 3: CUL device opened
2011.08.04 00:43:22 2: Switched CUL rfmode to HomeMatic
2011.08.04 00:43:22 2: FHEMWEB port 8083 opened
2011.08.04 00:43:22 2: FHEMWEB port 8084 opened
2011.08.04 00:43:22 2: FHEMWEB port 8085 opened
2011.08.04 00:43:22 1: define: wrong syntax: define CUL_WS
[corr1...corr4]
2011.08.04 00:44:25 3: CUL opening CUL device /dev/ttyACM0
2011.08.04 00:44:25 3: CUL device opened
2011.08.04 00:44:25 2: Switched CUL rfmode to HomeMatic
2011.08.04 00:44:25 2: FHEMWEB port 8083 opened
2011.08.04 00:44:25 2: FHEMWEB port 8084 opened
2011.08.04 00:44:25 2: FHEMWEB port 8085 opened
2011.08.04 00:44:25 1: define: wrong syntax: define CUL_WS
[corr1...corr4]
2011.08.04 00:45:14 1: define: Define WS1: wrong CODE format: valid is
1-8
2011.08.04 00:45:44 3: No I/O device found for WS1
2011.08.04 00:47:15 3: No I/O device found for Wetter
2011.08.04 00:53:40 3: CUL opening CUL device /dev/ttyACM0
2011.08.04 00:53:40 3: CUL device opened
2011.08.04 00:53:40 2: Switched CUL rfmode to HomeMatic
2011.08.04 00:53:40 2: FHEMWEB port 8083 opened
2011.08.04 00:53:40 2: FHEMWEB port 8084 opened
2011.08.04 00:53:40 2: FHEMWEB port 8085 opened
2011.08.04 00:54:43 2: CUL_HM pair: Wetterstation is a THSensor, model
HM-WDS100-C6-O serialNr HEQ0401061
2011.08.04 00:54:43 2: CUL pairing (hmPairForSec) not enabled
2011.08.04 01:27:23 1: Got http://fhem.de/fhemupdate/filetimes.txt,
length: 5046
2011.08.04 01:27:23 1: Got http://fhem.de/fhemupdate/00_CM11.pm,
length: 19773
2011.08.04 01:27:24 1: Got http://fhem.de/fhemupdate/00_CUL.pm,
length: 30739
2011.08.04 01:27:24 1: Got http://fhem.de/fhemupdate/00_FHZ.pm,
length: 19282
2011.08.04 01:27:24 1: Got http://fhem.de/fhemupdate/00_HMLAN.pm,
length: 11597
2011.08.04 01:27:24 1: Got http://fhem.de/fhemupdate/00_KM271.pm,
length: 15958
2011.08.04 01:27:24 1: Got http://fhem.de/fhemupdate/00_LIRC.pm,
length: 2346
2011.08.04 01:27:25 1: Got http://fhem.de/fhemupdate/00_TCM120.pm,
length: 14228
2011.08.04 01:27:25 1: Got http://fhem.de/fhemupdate/00_TUL.pm,
length: 24251
2011.08.04 01:27:25 1: Got http://fhem.de/fhemupdate/01_FHEMWEB.pm,
length: 45421
2011.08.04 01:27:25 1: Got http://fhem.de/fhemupdate/09_BS.pm, length:
3002
2011.08.04 01:27:25 1: Got http://fhem.de/fhemupdate/09_CUL_FHTTK.pm,
length: 8453
2011.08.04 01:27:26 1: Got http://fhem.de/fhemupdate/09_USF1000.pm,
length: 4370
2011.08.04 01:27:26 1: Got http://fhem.de/fhemupdate/10_CUL_HM.pm,
length: 39072
2011.08.04 01:27:26 1: Got http://fhem.de/fhemupdate/10_EIB.pm,
length: 6515
2011.08.04 01:27:26 1: Got http://fhem.de/fhemupdate/10_EnOcean.pm,
length: 5155
2011.08.04 01:27:26 1: Got http://fhem.de/fhemupdate/10_FS20.pm,
length: 12004
2011.08.04 01:27:27 1: Got http://fhem.de/fhemupdate/11_FHT.pm,
length: 17775
2011.08.04 01:27:27 1: Got http://fhem.de/fhemupdate/11_FHT8V.pm,
length: 2594
2011.08.04 01:27:27 1: Got http://fhem.de/fhemupdate/12_HMS.pm,
length: 6130
2011.08.04 01:27:27 1: Got http://fhem.de/fhemupdate/13_KS300.pm,
length: 10564
2011.08.04 01:27:27 1: Got http://fhem.de/fhemupdate/14_CUL_TX.pm,
length: 2696
2011.08.04 01:27:27 1: Got http://fhem.de/fhemupdate/14_CUL_WS.pm,
length: 10798
2011.08.04 01:27:28 1: Got http://fhem.de/fhemupdate/15_CUL_EM.pm,
length: 7247
2011.08.04 01:27:28 1: Got http://fhem.de/fhemupdate/16_CUL_RFR.pm,
length: 3018
2011.08.04 01:27:28 1: Got http://fhem.de/fhemupdate/17_SIS_PMS.pm,
length: 6940
2011.08.04 01:27:28 1: Got http://fhem.de/fhemupdate/18_CUL_HOERMANN.pm,
length: 1439
2011.08.04 01:27:28 1: Got http://fhem.de/fhemupdate/20_OWFS.pm,
length: 5326
2011.08.04 01:27:28 1: Got http://fhem.de/fhemupdate/20_X10.pm,
length: 15391
2011.08.04 01:27:29 1: Got http://fhem.de/fhemupdate/21_OWTEMP.pm,
length: 12603
2011.08.04 01:27:29 1: Got http://fhem.de/fhemupdate/22_ALL3076.pm,
length: 3641
2011.08.04 01:27:29 1: Got http://fhem.de/fhemupdate/23_ALL4027.pm,
length: 5197
2011.08.04 01:27:29 1: Got http://fhem.de/fhemupdate/23_WEBIO.pm,
length: 4130
2011.08.04 01:27:29 1: Got http://fhem.de/fhemupdate/23_WEBIO_12DIGITAL.pm,
length: 4186
2011.08.04 01:27:29 1: Got http://fhem.de/fhemupdate/23_WEBTHERM.pm,
length: 3208
2011.08.04 01:27:29 1: Got http://fhem.de/fhemupdate/40_RFXCOM.pm,
length: 13704
2011.08.04 01:27:30 1: Got http://fhem.de/fhemupdate/41_OREGON.pm,
length: 25642
2011.08.04 01:27:30 1: Got http://fhem.de/fhemupdate/42_RFXMETER.pm,
length: 6108
2011.08.04 01:27:30 1: Got http://fhem.de/fhemupdate/43_RFXX10REC.pm,
length: 15763
2011.08.04 01:27:30 1: Got http://fhem.de/fhemupdate/44_RFXELSE.pm,
length: 2135
2011.08.04 01:27:30 1: Got http://fhem.de/fhemupdate/50_WS300.pm,
length: 20012
2011.08.04 01:27:31 1: Got http://fhem.de/fhemupdate/59_Weather.pm,
length: 4212
2011.08.04 01:27:31 1: Got http://fhem.de/fhemupdate/60_EM.pm, length:
9373
2011.08.04 01:27:31 1: Got http://fhem.de/fhemupdate/61_EMWZ.pm,
length: 4351
2011.08.04 01:27:31 1: Got http://fhem.de/fhemupdate/62_EMEM.pm,
length: 3213
2011.08.04 01:27:31 1: Got http://fhem.de/fhemupdate/63_EMGZ.pm,
length: 3777
2011.08.04 01:27:31 1: Got http://fhem.de/fhemupdate/64_ESA2000.pm,
length: 9831
2011.08.04 01:27:31 1: Got http://fhem.de/fhemupdate/66_ECMD.pm,
length: 16108
2011.08.04 01:27:32 1: Got http://fhem.de/fhemupdate/67_ECMDDevice.pm,
length: 6014
2011.08.04 01:27:32 1: Got http://fhem.de/fhemupdate/70_SCIVT.pm,
length: 6362
2011.08.04 01:27:32 1: Got http://fhem.de/fhemupdate/70_SISPM.pm,
length: 13609
2011.08.04 01:27:32 1: Got http://fhem.de/fhemupdate/70_USBWX.pm,
length: 15946
2011.08.04 01:27:32 1: Got http://fhem.de/fhemupdate/70_WS3600.pm,
length: 13678
2011.08.04 01:27:33 1: Got http://fhem.de/fhemupdate/80_M232.pm,
length: 7467
2011.08.04 01:27:33 1: Got http://fhem.de/fhemupdate/80_xxLG7000.pm,
length: 7872
2011.08.04 01:27:33 1: Got http://fhem.de/fhemupdate/81_M232Counter.pm,
length: 5557
2011.08.04 01:27:33 1: Got http://fhem.de/fhemupdate/82_LGTV.pm,
length: 5691
2011.08.04 01:27:33 1: Got http://fhem.de/fhemupdate/82_M232Voltage.pm,
length: 2394
2011.08.04 01:27:33 1: Got http://fhem.de/fhemupdate/87_WS2000.pm,
length: 15558
2011.08.04 01:27:34 1: Got http://fhem.de/fhemupdate/88_ALL4000T.pm,
length: 3626
2011.08.04 01:27:34 1: Got http://fhem.de/fhemupdate/88_IPWE.pm,
length: 3887
2011.08.04 01:27:34 1: Got http://fhem.de/fhemupdate/88_VantagePro2.pm,
length: 7919
2011.08.04 01:27:34 1: Got http://fhem.de/fhemupdate/90_at.pm, length:
4061
2011.08.04 01:27:34 1: Got http://fhem.de/fhemupdate/91_notify.pm,
length: 2043
2011.08.04 01:27:34 1: Got http://fhem.de/fhemupdate/91_sequence.pm,
length: 2470
2011.08.04 01:27:34 1: Got http://fhem.de/fhemupdate/91_watchdog.pm,
length: 2676
2011.08.04 01:27:34 1: Got http://fhem.de/fhemupdate/92_FileLog.pm,
length: 11527
2011.08.04 01:27:35 1: Got http://fhem.de/fhemupdate/93_FHEM2FHEM.pm,
length: 6149
2011.08.04 01:27:35 1: Got http://fhem.de/fhemupdate/95_PachLog.pm,
length: 10054
2011.08.04 01:27:35 1: Got http://fhem.de/fhemupdate/95_holiday.pm,
length: 5404
2011.08.04 01:27:35 1: Got http://fhem.de/fhemupdate/98_PID.pm,
length: 5300
2011.08.04 01:27:35 1: Got http://fhem.de/fhemupdate/98_SVG.pm,
length: 15357
2011.08.04 01:27:36 1: Got http://fhem.de/fhemupdate/98_autocreate.pm,
length: 8006
2011.08.04 01:27:36 1: Got http://fhem.de/fhemupdate/98_dummy.pm,
length: 888
2011.08.04 01:27:36 1: Got http://fhem.de/fhemupdate/98_structure.pm,
length: 4300
2011.08.04 01:27:36 1: Got http://fhem.de/fhemupdate/98_weblink.pm,
length: 753
2011.08.04 01:27:36 1: Got http://fhem.de/fhemupdate/99_SUNRISE_EL.pm,
length: 8316
2011.08.04 01:27:36 1: Got http://fhem.de/fhemupdate/99_Utils.pm,
length: 720
2011.08.04 01:27:36 1: Got http://fhem.de/fhemupdate/99_XmlList.pm,
length: 2421
2011.08.04 01:27:36 1: Got http://fhem.de/fhemupdate/99_updatefhem.pm,
length: 4938
2011.08.04 01:27:37 1: Got http://fhem.de/fhemupdate/FS20.off.png,
length: 2281
2011.08.04 01:27:37 1: Got http://fhem.de/fhemupdate/FS20.on.png,
length: 2044
2011.08.04 01:27:37 1: Got http://fhem.de/fhemupdate/HOWTO.html,
length: 15822
2011.08.04 01:27:37 1: Got http://fhem.de/fhemupdate/Next.png, length:
467
2011.08.04 01:27:37 1: Got http://fhem.de/fhemupdate/Prev.png, length:
443
2011.08.04 01:27:37 1: Got http://fhem.de/fhemupdate/Zoom-in.png,
length: 995
2011.08.04 01:27:37 1: Got http://fhem.de/fhemupdate/Zoom-out.png,
length: 964
2011.08.04 01:27:38 1: Got http://fhem.de/fhemupdate/ccc.jpg, length:
14548
2011.08.04 01:27:38 1: Got http://fhem.de/fhemupdate/commandref.html,
length: 248063
2011.08.04 01:27:38 1: Got http://fhem.de/fhemupdate/cpulog.gplot,
length: 757
2011.08.04 01:27:38 1: Got http://fhem.de/fhemupdate/cul_em.gplot,
length: 516
2011.08.04 01:27:38 1: Got http://fhem.de/fhemupdate/cul_emem.gplot,
length: 722
2011.08.04 01:27:39 1: Got http://fhem.de/fhemupdate/cul_rfr.jpg,
length: 4778
2011.08.04 01:27:39 1: Got http://fhem.de/fhemupdate/cul_ws.gplot,
length: 517
2011.08.04 01:27:39 1: Got http://fhem.de/fhemupdate/em.gplot, length:
500
2011.08.04 01:27:39 1: Got http://fhem.de/fhemupdate/faq.html, length:
20525
2011.08.04 01:27:39 1: Got http://fhem.de/fhemupdate/fhem.pl.txt,
length: 63389
2011.08.04 01:27:40 1: Got http://fhem.de/fhemupdate/fhem.png, length:
9492
2011.08.04 01:27:40 1: Got http://fhem.de/fhemupdate/fhem_smallscreen.png,
length: 5944
2011.08.04 01:27:40 1: Got http://fhem.de/fhemupdate/fhemicon.png,
length: 17976
2011.08.04 01:27:40 1: Got http://fhem.de/fhemupdate/fht.gplot,
length: 734
2011.08.04 01:27:40 1: Got http://fhem.de/fhemupdate/fht80tf.gplot,
length: 533
2011.08.04 01:27:40 1: Got http://fhem.de/fhemupdate/fs20.gplot,
length: 595
2011.08.04 01:27:40 1: Got http://fhem.de/fhemupdate/garden.gplot,
length: 1208
2011.08.04 01:27:40 1: Got http://fhem.de/fhemupdate/hms.gplot,
length: 906
2011.08.04 01:27:41 1: Got http://fhem.de/fhemupdate/hms_t.gplot,
length: 837
2011.08.04 01:27:41 1: Got http://fhem.de/fhemupdate/km271_1.gplot,
length: 1041
2011.08.04 01:27:41 1: Got http://fhem.de/fhemupdate/ks300.gplot,
length: 1456
2011.08.04 01:27:41 1: Got http://fhem.de/fhemupdate/ks300_2.gplot,
length: 601
2011.08.04 01:27:41 1: Got http://fhem.de/fhemupdate/ks300_3.gplot,
length: 641
2011.08.04 01:27:41 1: Got http://fhem.de/fhemupdate/ks300_4.gplot,
length: 650
2011.08.04 01:27:41 1: Got http://fhem.de/fhemupdate/mpiri.gplot,
length: 1121
2011.08.04 01:27:41 1: Got http://fhem.de/fhemupdate/off-for-timer.png,
length: 3141
2011.08.04 01:27:41 1: Got http://fhem.de/fhemupdate/off.png, length:
2281
2011.08.04 01:27:42 1: Got http://fhem.de/fhemupdate/on-for-timer.png,
length: 2984
2011.08.04 01:27:42 1: Got http://fhem.de/fhemupdate/on.png, length:
2044
2011.08.04 01:27:42 1: Got http://fhem.de/fhemupdate/oregon_hms.gplot,
length: 1097
2011.08.04 01:27:42 1: Got http://fhem.de/fhemupdate/oregon_hms_t.gplot,
length: 845
2011.08.04 01:27:42 1: Got http://fhem.de/fhemupdate/oregon_rain.gplot,
length: 1741
2011.08.04 01:27:43 1: Got http://fhem.de/fhemupdate/oregon_temp_press.gplot,
length: 1105
2011.08.04 01:27:43 1: Got http://fhem.de/fhemupdate/oregon_wind.gplot,
length: 1096
2011.08.04 01:27:43 1: Got http://fhem.de/fhemupdate/piri.gplot,
length: 491
2011.08.04 01:27:43 1: Got http://fhem.de/fhemupdate/style.css,
length: 742
2011.08.04 01:27:43 1: Got http://fhem.de/fhemupdate/style_smallscreen.css,
length: 1340
2011.08.04 01:27:43 1: Got http://fhem.de/fhemupdate/style_touchpad.css,
length: 1392
2011.08.04 01:27:43 1: Got http://fhem.de/fhemupdate/svg.js, length:
4044
2011.08.04 01:27:43 1: Got http://fhem.de/fhemupdate/svg_defs.svg,
length: 280
2011.08.04 01:27:43 1: Got http://fhem.de/fhemupdate/svg_style.css,
length: 1352
2011.08.04 01:27:44 1: Got http://fhem.de/fhemupdate/temp4hum4.gplot,
length: 677
2011.08.04 01:27:44 1: Got http://fhem.de/fhemupdate/filetimes.txt,
length: 5046
2011.08.04 01:33:03 3: CUL opening CUL device /dev/ttyACM0
2011.08.04 01:33:03 3: CUL device opened
2011.08.04 01:33:03 2: Switched CUL rfmode to HomeMatic
2011.08.04 01:33:03 2: FHEMWEB port 8083 opened
2011.08.04 01:33:03 2: FHEMWEB port 8084 opened
2011.08.04 01:33:03 2: FHEMWEB port 8085 opened
2011.08.04 01:33:04 1: Got http://fhem.de/fhemupdate/filetimes.txt,
length: 5046
2011.08.04 02:03:55 1: /dev/ttyACM0 disconnected, waiting to reappear
2011.08.04 02:05:44 3: CUL opening CUL device /dev/ttyACM0
2011.08.04 02:05:45 3: CUL device opened
2011.08.04 02:05:45 2: Switched CUL rfmode to HomeMatic
2011.08.04 02:05:46 2: FHEMWEB port 8083 opened
2011.08.04 02:05:46 2: FHEMWEB port 8084 opened
2011.08.04 02:05:46 2: FHEMWEB port 8085 opened
2011.08.04 02:05:47 1: Got http://fhem.de/fhemupdate/filetimes.txt,
length: 5046
2011.08.04 02:05:47 1: statefile: Please define wl_0 first
2011.08.04 02:05:47 0: Server started (version =VERS= from =DATE=
($Id: fhem.pl,v 1.149 2011-07-30 13:22:25 rudolfkoenig Exp $), pid
2049)
2011.08.04 18:05:51 2: CUL_HM pair: Wetterstation is a THSensor, model
HM-WDS100-C6-O serialNr HEQ0401061
2011.08.04 18:05:51 2: CUL pairing (hmPairForSec) not enabled
2011.08.04 18:17:50 2: CUL_HM pair: Wetterstation is a THSensor, model
HM-WDS100-C6-O serialNr HEQ0401061
2011.08.05 00:01:40 3: CUL: Unknown code A094FA03F166D2BF15713, help
me!
2011.08.05 09:18:00 3: CUL opening CUL device /dev/ttyACM0
2011.08.05 09:18:01 3: CUL device opened
2011.08.05 09:18:01 2: Switched CUL rfmode to HomeMatic
2011.08.05 09:18:01 2: FHEMWEB port 8083 opened
2011.08.05 09:18:01 2: FHEMWEB port 8084 opened
2011.08.05 09:18:01 2: FHEMWEB port 8085 opened
2011.08.05 09:18:02 1: Got http://fhem.de/fhemupdate/filetimes.txt,
length: 5046
2011.08.05 09:18:03 1: Got http://fhem.de/fhemupdate/59_Weather.pm,
length: 4293
2011.08.05 09:18:03 1: statefile: Please define wl_0 first
2011.08.05 09:18:03 0: Server started (version =VERS= from =DATE=
($Id: fhem.pl,v 1.149 2011-07-30 13:22:25 rudolfkoenig Exp $), pid
2262)
2011.08.05 11:46:22 3: CUL opening CUL device /dev/ttyACM0
2011.08.05 11:46:22 3: CUL device opened
2011.08.05 11:46:22 2: Switched CUL rfmode to HomeMatic
2011.08.05 11:46:22 2: FHEMWEB port 8083 opened
2011.08.05 11:46:22 2: FHEMWEB port 8084 opened
2011.08.05 11:46:22 2: FHEMWEB port 8085 opened
2011.08.05 11:46:23 1: Got http://fhem.de/fhemupdate/filetimes.txt,
length: 5046
2011.08.05 11:46:23 1: statefile: Please define wl_0 first
2011.08.05 11:46:23 0: Server started (version =VERS= from =DATE=
($Id: fhem.pl,v 1.149 2011-07-30 13:22:25 rudolfkoenig Exp $), pid
2234)

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

rudolfkoenig

                                                   

Hallo Christian,

> möchte gerne die Daten des OC3 in fhem auslesen, also Wind, Temp,
> Regen, Sonne etc.

Es war mir nicht klar, dass das KS550/OC3 nicht (mehr) richtig funktioniert.
Offensichtlich haben sich die fhem Benutzer dieses Geraetes kein Fehler
gemeldet, bzw kein update auf fhem 5.1 gemacht. Das Problem ist, dass das KS550
sich als KS550+THSensor meldet, aber die Daten nicht in dem "THSensor" Format
liefert.  Die THSensor Behandlung kam im fhem (zeitlich) nach dem KS550, aber
im Code vor dem KS550 dran.

Hab die Reihenfolge getauscht, bitte testen (update 10_CUL_HM.pm)


> Was meinen Sie mit notify? inform? ???

Was meinst Du mit "Gibt es ein Script, das ich zum Auslesen und Plotten in die
fhem.cfg einfuegen kann?" Da habe ich halt geraten. notify und inform sind fhem
Befehle, aber das sollte jeder wissen, der commandref.html gelesen hat. Und
jeder der hier eine Frage stellt, sollte commandref.html gelesen haben :)
Alternativ "fhem fuer Einsteiger". Werde ich demnaechst bevor ich antworte
abfragen :)

Gruss,
  Rudi

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

Guest

Originally posted by: <email address deleted>

Hallo Rudi,

commandref.html liegt schon seit Tagen unter meinem Kopfkissen.. ;)
Habe Update durchgeführt und neu gestatet: yes!!!

brightness 34 2011-08-05 15:49:13
humidity 75 2011-08-05 15:49:13
isRaining 0 2011-08-05 15:49:13
rain 4.425 2011-08-05 15:49:13
state T: 22.6 H: 75 W: 0.6 R: 4.425 IR: 0 WD: 235 WDR: 67.5 S: 85 B:
34 2011-08-05 15:49:13
sunshine 85 2011-08-05 15:49:13
temperature 22.6 2011-08-05 15:49:13
windDirRange 67.5 2011-08-05 15:49:13
windDirection 235 2011-08-05 15:49:13
windSpeed 0.6 2011-08-05 15:49:13

Internal Value
CUL_MSGCNT 3
CUL_RAWMSG A13D08670145BD600000000E24B000FC0062F55222F
CUL_RSSI -50.5
CUL_TIME 2011-08-05 15:49:13
DEF 145BD6

145BD6
LASTIODev CUL
MSGCNT 3
NAME Wetterstation
NR 16
STATE T: 22.6 H: 75 W: 0.6 R: 4.425 IR: 0 WD: 235 WDR: 67.5 S: 85 B:
34
TYPE CUL_HM
lastMsg 13D08670145BD600000000E24B000FC0062F5522

Attribute Value Action
roomcommentaliasIODevdo_not_notifyignoreshowtimeloglevelmodelsubTypehmClassserialNrfirmwaredevInforawToReadableuniteventMap
devInfo 3F0100 deleteattr
firmware 1.2 deleteattr
hmClass sender deleteattr
model HM-WDS100-C6-O deleteattr
room Garten deleteattr
serialNr HEQ0401061 deleteattr
subType THSensor deleteattr
-------------------------------------------------------

..nun muss ich nur noch das mit den Plots hinbekommen...
Da sind bei mir nur leere Flächen ohne Grafik. Muss ich wohl auch noch
in der commandref.html
weiterlesen, oder stimmt was mit meiner Browsereinstellung nicht?

Danke Rudi erst mal für den OC3, habe jetzt die gewünschten Daten.

Gruß

Christian

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

rudolfkoenig

                                                   

> Da sind bei mir nur leere Flächen ohne Grafik.

Da das OC3 sich mit THsensor meldet, legt autocreate auch die Plots/Logfiles
fuer THSensor an, statt fuer den KS550.  Wie man das in fhem richig macht,
darueber muss ich erst noch nachdenken.

Solange ich denke :) sollte es reichen das logtype Attribut des zugehoerigen
FileLogs auf ks300:Temp/Rain,ks300_2:Wind/Hum,text zu setzen.

Wenn nicht, dann bitte eine kurze Auschnitt aus der Logdatei, und die
Konfiguration des dazugehoerigen FileLogs hier posten.

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

Guest

Originally posted by: <email address deleted>

Rudi,

hab ich geändert, Ergebnis leider kein Plot:


--------------------------------------------

..file log:

Internal Value
DEF ./log/Wetterstation-%Y.log Wetterstation:T:.*

./log/Wetterstation-%Y.log Wetterstation:T:.*
NAME FileLog_Wetterstation
NR 17
REGEXP Wetterstation:T:.*
STATE active
TYPE FileLog
currentlogfile ./log/Wetterstation-2011.log
logfile ./log/Wetterstation-%Y.log

Attribute Value Action
roomcommentaliasdisablelogtypenrarchivearchivedirarchivecmdeventMap
logtype ks300:Temp/Rain,ks300_2:Wind/Hum,text deleteattr
room CUL_HM deleteattr

------------------------------------------

logtext:

2011-08-05_16:58:00 Wetterstation T: 21 H: 76 W: 0 R: 0.59 IR: 0 WD:
205 WDR: 67.5 S: 9 B: 58
2011-08-05_17:00:04 Wetterstation T: 21 H: 74 W: 1.2 R: 0.59 IR: 0 WD:
265 WDR: 67.5 S: 11 B: 60
2011-08-05_17:07:57 Wetterstation T: 21.4 H: 75 W: 0 R: 0.59 IR: 0 WD:
135 WDR: 67.5 S: 19 B: 121
2011-08-05_17:10:07 Wetterstation T: 21.6 H: 74 W: 0 R: 0.59 IR: 0 WD:
205 WDR: 45 S: 21 B: 113
2011-08-05_17:13:07 Wetterstation T: 21.9 H: 73 W: 0 R: 0.59 IR: 0 WD:
195 WDR: 67.5 S: 24 B: 106

--------------------------------------------

cfg:

define Wetterstation CUL_HM 145BD6
attr Wetterstation devInfo 3F0100
attr Wetterstation firmware 1.2
attr Wetterstation hmClass sender
attr Wetterstation model HM-WDS100-C6-O
attr Wetterstation room Garten
attr Wetterstation serialNr HEQ0401061
attr Wetterstation subType THSensor

define FileLog_Wetterstation FileLog ./log/Wetterstation-%Y.log
Wetterstation:T:.*
attr FileLog_Wetterstation logtype ks300:Temp/Rain,ks300_2:Wind/
Hum,text
#hms:Temp/Hum,text

attr FileLog_Wetterstation room CUL_HM

define weblink_Wetterstation weblink fileplot
FileLog_Wetterstation:hms:CURRENT
attr weblink_Wetterstation label "Wetterstation Min $data{min1}, Max
$data{max1}, Last $data{currval1}"
attr weblink_Wetterstation room Plots

---

Gruß

Christian

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

Guest

Originally posted by: <email address deleted>

Hallo Rudi,

Fehler gefunden, Thema hier abgeschlossen. Vielen Dank für die
Untestützung!
  |-> Browsereinstellung, IE8 zeigt keine Plots, mit Safari hab ich
wunderschöne Plots.. juhu!
Welcher Browser ist eigentlich mit fhem der schnellste??

Gruß

Christian

On 5 Aug., 17:24, Christian Sattler wrote:
> Rudi,
>
> hab ich geändert, Ergebnis leider kein Plot:
>
> --------------------------------------------
>
> ..file log:
>
> Internal Value
> DEF ./log/Wetterstation-%Y.log Wetterstation:T:.*
>
> ./log/Wetterstation-%Y.log Wetterstation:T:.*
> NAME FileLog_Wetterstation
> NR 17
> REGEXP Wetterstation:T:.*
> STATE active
> TYPE FileLog
> currentlogfile ./log/Wetterstation-2011.log
> logfile ./log/Wetterstation-%Y.log
>
> Attribute Value Action
> roomcommentaliasdisablelogtypenrarchivearchivedirarchivecmdeventMap
> logtype ks300:Temp/Rain,ks300_2:Wind/Hum,text deleteattr
> room CUL_HM deleteattr
>
> ------------------------------------------
>
> logtext:
>
> 2011-08-05_16:58:00 Wetterstation T: 21 H: 76 W: 0 R: 0.59 IR: 0 WD:
> 205 WDR: 67.5 S: 9 B: 58
> 2011-08-05_17:00:04 Wetterstation T: 21 H: 74 W: 1.2 R: 0.59 IR: 0 WD:
> 265 WDR: 67.5 S: 11 B: 60
> 2011-08-05_17:07:57 Wetterstation T: 21.4 H: 75 W: 0 R: 0.59 IR: 0 WD:
> 135 WDR: 67.5 S: 19 B: 121
> 2011-08-05_17:10:07 Wetterstation T: 21.6 H: 74 W: 0 R: 0.59 IR: 0 WD:
> 205 WDR: 45 S: 21 B: 113
> 2011-08-05_17:13:07 Wetterstation T: 21.9 H: 73 W: 0 R: 0.59 IR: 0 WD:
> 195 WDR: 67.5 S: 24 B: 106
>
> --------------------------------------------
>
> cfg:
>
> define Wetterstation CUL_HM 145BD6
> attr Wetterstation devInfo 3F0100
> attr Wetterstation firmware 1.2
> attr Wetterstation hmClass sender
> attr Wetterstation model HM-WDS100-C6-O
> attr Wetterstation room Garten
> attr Wetterstation serialNr HEQ0401061
> attr Wetterstation subType THSensor
>
> define FileLog_Wetterstation FileLog ./log/Wetterstation-%Y.log
> Wetterstation:T:.*
> attr FileLog_Wetterstation logtype ks300:Temp/Rain,ks300_2:Wind/
> Hum,text
> #hms:Temp/Hum,text
>
> attr FileLog_Wetterstation room CUL_HM
>
> define weblink_Wetterstation weblink fileplot
> FileLog_Wetterstation:hms:CURRENT
> attr weblink_Wetterstation label "Wetterstation Min $data{min1}, Max
> $data{max1}, Last $data{currval1}"
> attr weblink_Wetterstation room Plots
>
> ---
>
> Gruß
>
> Christian

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