Hallo,
ich nutze das IPCAM Modul mit der Foscam FI9826w, und wollte diese vom Standard-HTTP Port:88 auf HTTPS umstellen Port:443.
Das IPCAM Modul scheint dies jedoch nicht zu mögen:
PERL WARNING: Use of uninitialized value $camret in concatenation (.) or string at ./FHEM/49_IPCAM.pm line 234.
Meine funktionierende Konfiguration:
define t5.cam1 IPCAM t5-cam1.domain.net:88
attr t5.cam1 cmd01 cmd=ptzMoveLeft
attr t5.cam1 cmd02 cmd=ptzMoveRight
attr t5.cam1 cmd03 cmd=ptzMoveUp
attr t5.cam1 cmd04 cmd=ptzMoveDown
attr t5.cam1 cmd05 cmd=ptzStopRun
attr t5.cam1 cmd06 cmd=ptzGotoPresetPoint&name=Zentrum
attr t5.cam1 cmd07 cmd=ptzGotoPresetPoint&name=Wohnraum
attr t5.cam1 cmd08 cmd=ptzGotoPresetPoint&name=Kueche
attr t5.cam1 cmd09 cmd=ptzGotoPresetPoint&name=Terrasse
attr t5.cam1 cmd10 cmd=ptzGotoPresetPoint&name=Couch
attr t5.cam1 cmd14 cmd=setMotionDetectConfig&isEnable=0
attr t5.cam1 cmd15 cmd=setMotionDetectConfig&isEnable=1&linkage=14&snapInterval=1&sensitivity=2&triggerInterval=5&schedule0=281474976710655&schedule1=281474976710655&schedule2=281474976710655&schedule3=281474976710655&schedule4=281474976710655&schedule5=281474976710655&schedule6=281474976710655
attr t5.cam1 pathCmd cgi-bin/CGIProxy.fcgi?usr=username&pwd=password&
define t5.cam1_Pos dummy
attr t5.cam1_Pos alias Steuerung
attr t5.cam1_Pos devStateIcon 1:remotecontrol/black_btn_LEFT 2:remotecontrol/black_btn_RIGHT 3:remotecontrol/black_btn_UP 4:remotecontrol/black_btn_DOWN 5:remotecontrol/black_btn_STOP 6:remotecontrol/black_btn_1 7:remotecontrol/black_btn_2 8:remotecontrol/black_btn_3 9:remotecontrol/black_btn_4 10:remotecontrol/black_btn_5 14:remotecontrol/black_btn_GREEN 15:remotecontrol/black_btn_RED
attr t5.cam1_Pos eventMap Rechts:1 Links:2 Auf:3 Ab:4 Stop:5 Position_Zentrum:6 Position_Wohnraum:7 Position_Kueche:8 Position_Terrasse:9 Position_Couch:10 Alarm_Aus:14 Alarm_Ein:15
attr t5.cam1_Pos group Kamera
attr t5.cam1_Pos room Kamera
attr t5.cam1_Pos setList state:Position_Zentrum,Position_Wohnraum,Position_Kueche,Position_Terrasse,Position_Couch,Alarm_Aus,Alarm_Ein
attr t5.cam1_Pos webCmd state:Stop:Links:Rechts:Auf:Ab
define notify_t5.cam1_Pos notify t5.cam1_Pos:.* set t5.cam1 cmd $EVENT\
Wenn ich nun die Konfiguration umstelle auf https Port, kommt oben genannter Fehler:
define t5.cam1 IPCAM t5-cam1.domain.net:443