49_SSCam: Fragen, Hinweise, Neuigkeiten und mehr rund um dieses Modul

Begonnen von DS_Starter, 14 Dezember 2015, 16:19:08

Vorheriges Thema - Nächstes Thema

jericho666

Uuups, Komando zurück. Timeout=20 und ich konnte die Cam aktivieren...oha.
Ich teste mal froh weiter. Ist schon ein verdammt hoher Wert, aber wenn es klappt ist es mit egal.

DS_Starter

Ohne ein paar Logs lässt sich schwer etwas sagen. Stell doch mal bitte für eine Kamera verbose=4 ein (attr) und führe mal nur zwei Kommandos aus, z.B. enable und disable. Die Log-Zeilen dann mal hier rein posten und dazu noch die Ausgabe von "list <Kamera>".
Dann sieht man mehr.
Soviel ich weiß hat Syno mit der 7.2 die API nicht wesentlich geändert bzw. nur erweitert. Die timeouts sind auf jeden Fall nicht gut und es ist wichtig die Ursache dafür zu finden. Sonst hast du keine Freude daran weil nichts zuverlässig funktionieren wird.

Eine Idee ist noch ob du vielleicht andere Module in FHEM aktiv hast die FHEM blockieren. So etwas bekommst du mit perfmon und apptime raus. Dies apps laufen bei mir immer mit.
Wie das geht findest du im Wiki: http://www.fhemwiki.de/wiki/Apptime

Eine ganz gemeine Sache wäre wenn deine Syno nun mit SVS 7.2 und DSM 6 (?) überlastet wäre. Muß man schauen.

Grüße
Heiko
 
ESXi@NUC+Debian+MariaDB, PV: SMA, Victron MPII+Pylontech+CerboGX
Maintainer: SSCam, SSChatBot, SSCal, SSFile, DbLog/DbRep, Log2Syslog, SolarForecast,Watches, Dashboard, PylonLowVoltage
Kaffeekasse: https://www.paypal.me/HMaaz
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/DS_Starter

DS_Starter

Auch uups, da haben sich unsere Posts überschnitten .... na dann schau mal  :)

schönen Abend noch ...
ESXi@NUC+Debian+MariaDB, PV: SMA, Victron MPII+Pylontech+CerboGX
Maintainer: SSCam, SSChatBot, SSCal, SSFile, DbLog/DbRep, Log2Syslog, SolarForecast,Watches, Dashboard, PylonLowVoltage
Kaffeekasse: https://www.paypal.me/HMaaz
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/DS_Starter

jericho666

Hi Heiko,
ich will mal in die Koje. Ich teste, logge usw. am Mi, da ich morgen leider nicht da bin.
Erst einmal einen herzlichen Dank für die ganze Mühe!
Die Synoläuft schon ziemlich unter dampf und der Pi ist nur per WLAN dran am Netz. Ich werde da mal experimentieren.
Gute Nacht!

DS_Starter

Hi Jens,
viel Spaß und Erfolg. Ich bin dann auch erstmal eiune Weile "away" ... hoffe es finden sich bei Bedarf noch ein paar Mitstreiter.
Aber ich bin da optimistisch  :)
Gute Nacht !
ESXi@NUC+Debian+MariaDB, PV: SMA, Victron MPII+Pylontech+CerboGX
Maintainer: SSCam, SSChatBot, SSCal, SSFile, DbLog/DbRep, Log2Syslog, SolarForecast,Watches, Dashboard, PylonLowVoltage
Kaffeekasse: https://www.paypal.me/HMaaz
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/DS_Starter

renepeggy

Hallo Gemeinde. Ich bin absoluter Anfänger in Fhem.
Ich brauche mal eure hilfe. Ich habe FHEM auf einer Synology Installiert, eine Cam eingebunden , ein Notify eingerichtet mit Auslösung zur Aufnahme.
Jetzt will ich bei Auslösung den E-Mail Versand anstoßen. Dazu habe ich in der 99_myUtils.pm folgenden Code
sub sendmail($$$) {
my($empf, $subj, $nachricht) = @_;
system("php -r 'mail(\"$empf\",\"$subj\",\"$nachricht\");'");
undef;
}


Das senden einer Testmail mit {sendmail('1234@789.com','Temperaturalarm','Raumtemperatur im Testzimmer wurde gemessen und ist kleiner 14 Grad')} 
funktioniert.

Dann habe ich wie im Wiki beschrieben eine DOIF angelegt mit ([Cam_Garage:"CamLastRec"]) ({sendmail ('1234@789.com','Bewegungsalarm Cam_Garage','Eine Bewegung \ wurde an der Haustür registriert. \ Aufnahmelink: [Cam_Garage:VideoFolder]/[Cam_Garage:CamLastRec]','/media/sf_surveillance/@Snapshot/[Cam_Garage:LastSnapFilename]')})

Leider erhalte ich eine Fehlermeldung : 2016-06-13 10:32:38 DOIF CamGarage.email error: {sendmail ('123@789.com','Bewegungsalarm Cam_Garage','Eine Bewegung \ wurde an der Haustür registriert. \ Aufnahmelink: /volume1/surveillance/Garage/20160613AM/Garage20160613-103217-1465806737.mp4','/media/sf_surveillance/@Snapshot/Garage-20160613-0258579126.jpg')}: Too many arguments for main::sendmail at (eval 93) line 1, near "'/media/sf_surveillance/@Snapshot/Garage-20160613-0258579126.jpg')"

Ich habe die ganze Nacht gesessen um Anleitungen zu Studieren, aber jetzt bin ich mit meinen Latain am Ende.

Danke für eure Hilfe MFG Rene

DS_Starter

#366
Hallo Rene,
Nimm mal die Backslash vor "wurde" bzw. "Aufnahmelink" raus. Die sind nicht zu setzen wenn man das Def über FHEMWEB definiert. Sie dienen nur der Kennzeichnung eines Zeilenumbruchs im Konfigfile.
Probiere es dann mal erneut.

Edit: Mir ist gerade noch aufgefallen, dass du in deiner sendmail-Funktion nur drei Argumente zulässt ($$$). In dem DOIF werden aber vier Argumente übergeben. Adressat, Subject, Body mit Aufnahmelink und der Snapshot. D.h. du müßtest deine Funktion noch erweitern. Das wird m.M. nach der eigentliche Fehler sein.

Grüsse
Heiko
ESXi@NUC+Debian+MariaDB, PV: SMA, Victron MPII+Pylontech+CerboGX
Maintainer: SSCam, SSChatBot, SSCal, SSFile, DbLog/DbRep, Log2Syslog, SolarForecast,Watches, Dashboard, PylonLowVoltage
Kaffeekasse: https://www.paypal.me/HMaaz
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/DS_Starter

renepeggy

Hallo DS_Starter.
Dieses ist mir auch schon Aufgefallen, und habe es Korrigiert. Es ist tatsächlich So wenn ich die Letzte Variable mit dem Snapshot rausnehme der E-Mail Versand funktioniert.
Da ich leider Absoluter Anfänger in der Sache bin, und mir alles in Forum´s und Wiki zusammengesucht habe, stehe ich total auf dem Schlauch wie den die 99_myUtils.pm anpassen muss. Im Wiki ist immer der reine Mail versand ohne Anhänge definiert. Dies bezieht sich weil der Mailclient der Synology benutzt wird.
Ich finde auch keinen Hinweis wie die Argumente erweitert werden.

MFG Rene

DS_Starter

Hi Rene,
Bin zur Zeit auf Wandertour und kann nur sehr beschränkt helfen. Vielleicht meldet sich noch ein Mitstreiter hier, sonst können wir nächste Woche noch einmal darauf zurück kommen. Dann kann ich dich wieder besser unterstützen.

VG
ESXi@NUC+Debian+MariaDB, PV: SMA, Victron MPII+Pylontech+CerboGX
Maintainer: SSCam, SSChatBot, SSCal, SSFile, DbLog/DbRep, Log2Syslog, SolarForecast,Watches, Dashboard, PylonLowVoltage
Kaffeekasse: https://www.paypal.me/HMaaz
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/DS_Starter

DS_Starter

#369
Probiere es doch mal in der Art:

sub sendmail($$$$) {
my($empf, $subj, $nachricht, $anhang) = @_;
system("php -r 'mail(\"$empf\",\"$subj\",\"$nachricht\",\"$anhang\");'");
return undef;
}


Vielleicht klappt es ja so schon ... natürlich ungetestet  ;)

Edit: Vielleicht ist es besser sendmail zu verwenden. Wie man das unter Synology vorbereitet habe ich hier gefunden:

http://mkleine.de/blog/2016/01/07/synology-sendmail-per-shell-aktivieren/

Dann könntest du auch Beschreibung aus dem FHEM Wiki verwenden bzw. die beschriebene nonblocking Variante einsetzen.

Grüße
Heiko
ESXi@NUC+Debian+MariaDB, PV: SMA, Victron MPII+Pylontech+CerboGX
Maintainer: SSCam, SSChatBot, SSCal, SSFile, DbLog/DbRep, Log2Syslog, SolarForecast,Watches, Dashboard, PylonLowVoltage
Kaffeekasse: https://www.paypal.me/HMaaz
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/DS_Starter

renepeggy

Ok danke, mit deiner 99_myUtils.pm wird der Snapschuß leider nur als link mit: /media/sf_surveillance/@snapshot/Garage-xxxxx.jpg gesendet.
ich teste mal deinen Vorschlag mit sendmail.

MFG Rene

DS_Starter

#371
Hallo liebe SSCam-Nutzer,

Nachdem das Modul nun schon etliche Zeit im Einsatz ist und wahrscheinlichIch auch einige Verbreitung gefunden hat , habe ich eine Bitte.

Ich würde mich darüber freuen wenn ihr mir ganz kurz mitteilt wie ihr mit dem Modul klarkommt, wie es bei euch läuft / welche Probleme es evtl. gibt und welche Wünsche bzw. Verbesserungen gesehen werden.

Jetzt in der Sommerzeit wird nicht viel passieren, aber wenn ich im Herbst / Winter wieder mehr Zeit haben werde könnte ich mir vorstellen das Modul wieder "vorzukramen"  ;)

Kleine Ergänzung ... interessant wäre auch welche Funktionen vorrangig genutzt werden.

Grüße
Heiko
ESXi@NUC+Debian+MariaDB, PV: SMA, Victron MPII+Pylontech+CerboGX
Maintainer: SSCam, SSChatBot, SSCal, SSFile, DbLog/DbRep, Log2Syslog, SolarForecast,Watches, Dashboard, PylonLowVoltage
Kaffeekasse: https://www.paypal.me/HMaaz
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/DS_Starter

Rumbel

Hallo zusammen,

bei mir lief einige Tage meine Camera nicht.
Jetzt wollte ich sie wieder laufen lassen und irgendwie fehlten alle Presets.
Ok, kurz angemeldet und Presets wieder eingestellt, aber jetzt habe ich folgendes Problem:


24 23:42:07 SSCam Surveillance goPreset test
2016-06-24 23:42:07 SSCam Surveillance Errorcode: none
2016-06-24 23:42:07 SSCam Surveillance Error: none
2016-06-24 23:42:07 SSCam Surveillance Errorcode: none
2016-06-24 23:42:07 SSCam Surveillance Error: none
2016-06-24 23:42:08 SSCam Surveillance Errorcode: 121
2016-06-24 23:42:08 SSCam Surveillance Error: Message for Errorcode 121 not found. Please turn to Synology Web API-Guide.
2016.06.24 23:42:08 1 : Surveillance - ERROR - Operation gopreset of Camera Cam1 was not successful. Errorcode: 121 - Message for Errorcode 121 not found. Please turn to Synology Web API-Guide.2016-06-


es kommt bei den Presets pausenlos der Error Code 121.
Alles andere (motdesc, ...) geht problemlos.

Ich habe hierzu leider auf Anhieb nichts gefunden. Auch im neuesten Web API Guide (März 2015) fand ich den Code nicht und den Guide 2016-06 finde ich nicht.
Hat sonst jemand ein ähnliches Problem? (auf den letzten Seiten hier im Forum fand ich nichts)

edit: Version 2.4 des Web Api Guides finde ich, aber kein Fehler 121 beschrieben
https://global.download.synology.com/download/Document/DeveloperGuide/Surveillance_Station_Web_API_v2.4.pdf
Fhem auf Raspberry Pi 3 mit HMLAN + viel HomeMatic-Zeugs / VU+ duo2 / Webcam an Synology Surveillance Station auf DS213+ / LD382A LED Module /Netatmo Wetterstation ... und mehr kommt sicher bald ;-)

DS_Starter

Hallo Rumbel,

klingt interessant  ;)

Mach mal bitte ein list von deiner Kamera. Auf Anhieb fällt mir nichts ein. Der Code ist mir unbekannt.
Eventuell noch ein verbose 4 log mit anhängen.
Ist die Cam i.o. ? (weil sie einige Zeit nicht lief).

Grüße
Heiko


ESXi@NUC+Debian+MariaDB, PV: SMA, Victron MPII+Pylontech+CerboGX
Maintainer: SSCam, SSChatBot, SSCal, SSFile, DbLog/DbRep, Log2Syslog, SolarForecast,Watches, Dashboard, PylonLowVoltage
Kaffeekasse: https://www.paypal.me/HMaaz
Contrib: https://svn.fhem.de/trac/browser/trunk/fhem/contrib/DS_Starter

Rumbel

Zitat von: DS_Starter am 24 Juni 2016, 23:53:38
Hallo Rumbel,

klingt interessant  ;)
Jop. :-)
Zitat von: DS_Starter am 24 Juni 2016, 23:53:38
Ist die Cam i.o. ? (weil sie einige Zeit nicht lief).

Geht problemlos. übers SVS oder über die Kamera-Website kann ich die Presets auch ohne Probleme nutzen.


was meinst mit "mach mal bitte ein list"?

Readings:

Readings
Availability
enabled
2016-06-24 23:57:31
CamEventNum
50
2016-06-24 23:57:29
CamExposureControl
Auto
2016-06-24 23:57:31
CamExposureMode
Day
2016-06-24 23:57:31
CamIP
192.168.178.19
2016-06-24 23:57:31
CamLastRec
20160618PM/Cam120160618-190238-1466269358.mp4
2016-06-24 23:57:29
CamLastRecTime
18.06.2016 / 19:02:38 - 19:03:44
2016-06-24 23:57:29
CamLiveMode
Liveview from DS
2016-06-24 23:57:31
CamModel
FI9826W
2016-06-24 23:57:31
CamMotDetSc
disabled
2016-06-24 23:57:33
CamPort
88
2016-06-24 23:57:31
CamPreRecTime
20
2016-06-24 23:57:31
CamPtSpeed
3
2016-06-24 23:57:31
CamRecShare
surveillance
2016-06-24 23:57:31
CamRecVolume
/volume1
2016-06-24 23:57:31
CamVendor
FOSCAM
2016-06-24 23:57:31
CamVideoFlip
true
2016-06-24 23:57:31
CamVideoMirror
true
2016-06-24 23:57:31
CamblPresetSpeed
false
2016-06-24 23:57:31
CapAudioOut
false
2016-06-24 23:57:34
CapChangeSpeed
false
2016-06-24 23:57:34
CapPTZAbs
false
2016-06-24 23:57:34
CapPTZAutoFocus
false
2016-06-24 23:57:34
CapPTZDirections
8
2016-06-24 23:57:34
CapPTZFocus
false
2016-06-24 23:57:34
CapPTZHome
true
2016-06-24 23:57:34
CapPTZIris
false
2016-06-24 23:57:34
CapPTZPan
support continuous operation
2016-06-24 23:57:34
CapPTZTilt
support continuous operation
2016-06-24 23:57:34
CapPTZZoom
support continuous operation
2016-06-24 23:57:34
DeviceType
PTZ
2016-06-24 23:57:31
Error
none
2016-06-24 23:57:36
Errorcode
none
2016-06-24 23:57:36
LastSnapFilename
Cam1-20160624-2326111292.jpg
2016-06-24 23:57:25
LastSnapId
10
2016-06-24 23:26:11
LastUpdateTime
24.06.2016 / 23:57:31
2016-06-24 23:57:31
LiveStreamUrl
2016-06-24 23:12:21
Patrols
2016-06-24 23:57:36
PollState
Inactive
2016-06-24 23:12:21
Presets
test,test2
2016-06-24 23:57:35
Record
Stop
2016-06-24 23:57:31
SVSlicenseNumber
2
2016-06-24 23:57:27
SVSuserPriv
Admin
2016-06-24 23:57:27
SVSversion
7.2-4649
2016-06-24 23:57:27
UsedSpaceMB
0.880
2016-06-24 23:57:31
VideoFolder
/volume1/surveillance/Cam1
2016-06-24 23:57:31
state
off
2016-06-24 23:55:49
attr Surveillance
Wohnzimmer,zServices
Attributes
devStateIcon
Stop:audio_pause Start:audio_play Snap:rc_BLUE
deleteattr
eventMap
on:Start off:Stop snap:Snap
deleteattr
icon
it_camera
deleteattr
pollcaminfoall
1
deleteattr
rectime
60
deleteattr
room
Wohnzimmer,zServices
deleteattr
session
SurveillanceStation
deleteattr
webCmd
on:off:snap
deleteattr


Verbose 4:

2016.06.24 23:58:20 4 : Surveillance - Move Camera Cam1 to position "test" with ID "0" now
2016.06.24 23:58:20 4 : Surveillance - --- Begin Function getapisites nonblocking ---
2016.06.24 23:58:20 4 : Surveillance - Call-Out now: http://192.168.178.200:5000/webapi/query.cgi?api=SYNO.API.Info&method=Query&version=1&query=SYNO.API.Auth,SYNO.SurveillanceStation.ExternalRecording,SYNO.SurveillanceStation.Camera,SYNO.SurveillanceStation.SnapShot,SYNO.SurveillanceStation.PTZ,SYNO.SurveillanceStation.Info,SYNO.SurveillanceStation.Camera.Event,SYNO.SurveillanceStation.Event,SYNO.SurveillanceStation.VideoStreaming,SYNO.SurveillanceStation.ExternalEvent,SYNO.SurveillanceStation.Streaming
2016-06-24 23:58:20 SSCam Surveillance goPreset test
2016.06.24 23:58:21 4 : Surveillance - JSON returned: $VAR1 = { 'success' => bless( do{\(my $o = 1)}, 'JSON::XS::Boolean' ), 'data' => { 'SYNO.SurveillanceStation.Camera.Event' => { 'maxVersion' => 1, 'requestFormat' => 'JSON', 'minVersion' => 1, 'path' => 'entry.cgi' }, 'SYNO.API.Auth' => { 'minVersion' => 1, 'path' => 'auth.cgi', 'maxVersion' => 6 }, 'SYNO.SurveillanceStation.Camera' => { 'maxVersion' => 8, 'requestFormat' => 'JSON', 'minVersion' => 1, 'path' => 'entry.cgi' }, 'SYNO.SurveillanceStation.Streaming' => { 'maxVersion' => 2, 'minVersion' => 1, 'path' => 'SurveillanceStation/streaming.cgi' }, 'SYNO.SurveillanceStation.VideoStreaming' => { 'maxVersion' => 1, 'requestFormat' => 'JSON', 'minVersion' => 1, 'path' => 'entry.cgi' }, 'SYNO.SurveillanceStation.ExternalRecording' => { 'maxVersion' => 3, 'requestFormat' => 'JSON', 'minVersion' => 1, 'path' => 'entry.cgi' }, 'SYNO.SurveillanceStation.Event' => { 'maxVersion' => 5, 'requestFormat' => 'JSON', 'minVersion' => 1, 'path' => 'entry.cgi' }, 'SYNO.SurveillanceStation.PTZ' => { 'path' => 'entry.cgi', 'minVersion' => 1, 'requestFormat' => 'JSON', 'maxVersion' => 5 }, 'SYNO.SurveillanceStation.SnapShot' => { 'maxVersion' => 1, 'requestFormat' => 'JSON', 'path' => 'entry.cgi', 'minVersion' => 1 }, 'SYNO.SurveillanceStation.Info' => {
                                                  'maxVersion' => 6,                                                            'requestFormat' => 'JSON',                                                            'path' => 'entry.cgi',                                                            'minVersion' => 1                                                          },                       'SYNO.SurveillanceStation.ExternalEvent' => {                                                                     'maxVersion' => 1,                                                                     'requestFormat' => 'JSON',                                                                     'path' => 'entry.cgi',                                                                     'minVersion' => 1                                                                   }                     }         }; 2016.06.24 23:58:21 4 : Surveillance - Path of SYNO.API.Auth selected: auth.cgi2016.06.24 23:58:21 4 : Surveillance - MaxVersion of SYNO.API.Auth selected: 62016.06.24 23:58:21 4 : Surveillance - Path of SYNO.SurveillanceStation.ExternalRecording selected: entry.cgi2016.06.24 23:58:21 4 : Surveillance - MaxVersion of SYNO.SurveillanceStation.ExternalRecording selected: 32016.06.24 23:58:21 4 : Surveillance - Path of SYNO.SurveillanceStation.Camera selected: entry.cgi2016.06.24 23:58:21 4 : Surveillance - MaxVersion of SYNO.SurveillanceStation.Camera: 82016.06.24 23:58:21 4 : Surveillance - Path of SYNO.SurveillanceStation.SnapShot selected: entry.cgi2016.06.24 23:58:21 4 : Surveillance - MaxVersion of SYNO.SurveillanceStation.SnapShot: 12016.06.24 23:58:21 4 : Surveillance - Path of SYNO.SurveillanceStation.PTZ selected: entry.cgi2016.06.24 23:58:21 4 : Surveillance - MaxVersion of SYNO.SurveillanceStation.PTZ: 52016.06.24 23:58:21 4 : Surveillance - Path of SYNO.SurveillanceStation.Info selected: entry.cgi2016.06.24 23:58:21 4 : Surveillance - MaxVersion of SYNO.SurveillanceStation.Info: 62016.06.24 23:58:21 4 : Surveillance - Path of SYNO.SurveillanceStation.Camera.Event selected: entry.cgi2016.06.24 23:58:21 4 : Surveillance - MaxVersion of SYNO.SurveillanceStation.Camera.Event: 12016.06.24 23:58:21 4 : Surveillance - Path of SYNO.SurveillanceStation.Event selected: entry.cgi2016.06.24 23:58:21 4 : Surveillance - MaxVersion of SYNO.SurveillanceStation.Event: 52016.06.24 23:58:21 4 : Surveillance - Path of SYNO.SurveillanceStation.VideoStreaming selected: entry.cgi2016.06.24 23:58:21 4 : Surveillance - MaxVersion of SYNO.SurveillanceStation.VideoStreaming: 12016.06.24 23:58:21 4 : Surveillance - Path of SYNO.SurveillanceStation.ExternalEvent selected: entry.cgi2016.06.24 23:58:21 4 : Surveillance - MaxVersion of SYNO.SurveillanceStation.ExternalEvent selected: 12016.06.24 23:58:21 4 : Surveillance - Path of SYNO.SurveillanceStation.Streaming selected: SurveillanceStation/streaming.cgi2016.06.24 23:58:21 4 : Surveillance - MaxVersion of SYNO.SurveillanceStation.Streaming selected: 22016-06-24 23:58:21 SSCam Surveillance Errorcode: none
2016-06-24 23:58:21 SSCam Surveillance Error: none
2016.06.24 23:58:21 4 : Surveillance - --- End Function getapisites nonblocking ---2016.06.24 23:58:21 4 : Surveillance - --- Begin Function serverlogin nonblocking ---2016.06.24 23:58:21 4 : Surveillance - Credentials read from RAM: Admin *****2016.06.24 23:58:21 4 : Surveillance - Call-Out now: http://192.168.178.200:5000/webapi/auth.cgi?api=SYNO.API.Auth&version=6&method=Login&account=Admin&passwd=*****&session=SurveillanceStation&format="sid"
2016.06.24 23:58:21 4 : Surveillance - Credentials read from RAM: Admin *****
2016.06.24 23:58:21 4 : Surveillance - JSON returned: $VAR1 = { 'data' => { 'is_portal_port' => bless( do{\(my $o = 0)}, 'JSON::XS::Boolean' ), 'sid' => '.kYYywPA12QzECAL1N11272' }, 'success' => bless( do{\(my $o = 1)}, 'JSON::XS::Boolean' ) };
2016-06-24 23:58:21 SSCam Surveillance Errorcode: none
2016-06-24 23:58:21 SSCam Surveillance Error: none
2016.06.24 23:58:21 4 : Surveillance - Login of User Admin successful - SID: .kYYywPA12QzECAL1N11272
2016.06.24 23:58:21 4 : Surveillance - --- End Function serverlogin nonblocking ---
2016.06.24 23:58:21 4 : Surveillance - --- Begin Function getcamid nonblocking ---
2016.06.24 23:58:21 4 : Surveillance - Call-Out now: http://192.168.178.200:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.Camera&version=8&method=List&basic=true&streamInfo=true&camStm=true&_sid=".kYYywPA12QzECAL1N11272"
2016.06.24 23:58:21 4 : Surveillance - Detection Camid successful - Cam1 ID: 3
2016.06.24 23:58:21 4 : Surveillance - --- End Function getcamid nonblocking ---
2016.06.24 23:58:21 4 : Surveillance - --- Begin Function cam: gopreset nonblocking ---
2016.06.24 23:58:21 4 : Surveillance - Call-Out now: http://192.168.178.200:5000/webapi/entry.cgi?api="SYNO.SurveillanceStation.PTZ"&version="5"&method="GoPreset"&position="0"&cameraId="3"&_sid=".kYYywPA12QzECAL1N11272"
2016-06-24 23:58:21 SSCam Surveillance Errorcode: 121
2016-06-24 23:58:21 SSCam Surveillance Error: Message for Errorcode 121 not found. Please turn to Synology Web API-Guide.
2016.06.24 23:58:21 1 : Surveillance - ERROR - Operation gopreset of Camera Cam1 was not successful. Errorcode: 121 - Message for Errorcode 121 not found. Please turn to Synology Web API-Guide.2016.06.24 23:58:21 4 : Surveillance - --- End Function cam: gopreset nonblocking with error ---2016.06.24 23:58:21 4 : Surveillance - --- Begin Function logout nonblocking ---
2016.06.24 23:58:21 4 : Surveillance - Credentials read from RAM: Admin *****
2016.06.24 23:58:21 4 : Surveillance - URL-Call: http://192.168.178.200:5000/webapi/auth.cgi?api=SYNO.API.Auth&version=6&method=Logout&session=SurveillanceStation&_sid=.kYYywPA12QzECAL1N11272
2016.06.24 23:58:21 4 : Surveillance - JSON returned: $VAR1 = { 'success' => bless( do{\(my $o = 1)}, 'JSON::XS::Boolean' ) };
2016.06.24 23:58:21 4 : Surveillance - Session of User Admin has ended - SID: .kYYywPA12QzECAL1N11272 has been deleted
2016.06.24 23:58:21 4 : Surveillance - --- End Function logout nonblocking ---


meine Versuche bisher:
Kamera neugestartet
Synology neu gestartet
FHEM neugestartet
fhem update
alle presets gelöscht
alle presets neu
neue presets (andere Namen)
Fhem auf Raspberry Pi 3 mit HMLAN + viel HomeMatic-Zeugs / VU+ duo2 / Webcam an Synology Surveillance Station auf DS213+ / LD382A LED Module /Netatmo Wetterstation ... und mehr kommt sicher bald ;-)