NEWS
Motion.adapter mit motionEye
-
gerade durch zufall entdeckt, als eine katze rein wollte, das es wohl den roten rahmen gibt... den gab es aber erst als ich im hausflur das licht angemacht habe... demnach scheint er ja eine motion detection zu haben! Nichts desto trotz funktioniert es leider wohl nicht immer... mal ja, mal nein.... bin da echt ratlos

@Lutz74 já, genau den roten Kasten meine ich.
Aber nicht übertreiben mit 0%. Dann ist Dauer-motion-detection! Man hat immer paar Pixel, die sich ändern. Man muss sich da antasten. Mach mal 5% und schau ab was für einer Bewegung der rote Kasten kommt. Noise Level würde ich auch etwas hochstellen. -
So, also ich weiss nicht was ich sagen soll, aber alles funktioniert. Ich hatte noch ein wenig mit den Einstellungen der Motion Detection gespielt und seit dem läuft alles. Ich bedanke mich sehr für eure Hilfe und hoffe das ich jederzeit wieder drauf zugreifen kann wenn nötig


-
Hi,
welche Qualität und Auflösung habt ihr bei euch in motioneye eingestellt und mit welcher Qualität streamt eure Kamera ?
Nutze zwei Xiaomfang S1 Kameras und bin mir bei den Einstellungen absolut nicht sicher was ich nehmen soll damit die Qualität gut genug ist, aber auch nicht zu viel unnötige Last auf dem Netzwerk und dem motioneye Recher erzeugt wird.
Würde eigentlich gerne mal 6 Cams betreiben, aber aktuell laufen nicht mal die zwei richtig stabil.
-
Moin,
ich habe das mit der Simple.Api auch gut zum laufen bekommen.Aktuell nutze ich das Script um den DP auf false zu setzen.

Weiss jemand wie ich das via Motion "Run An End Command" lösen kann? Somit könnte ich den Motion-Trigger ja zuverlässig beenden, wenn die Bewegung wirklich vorbei ist.
-
Wenn du motioneye und iobroker laufen hast, brauchst du eigentlich keinen motion-Adapter mehr.
Du machst bei motioneye unter Motion Notification -> Call a web hook zum simple-API des iobrokers, z.B.: http://IP_ioBroker:Port_von_SimpleAPI/set/javascript.0.Pi-detection?value=true
HTTP Methode: GET
Die Variable Pi-detection legst du dir vorher in ioBroker an. Ein weiteres Script macht z.B. aus true nach 1min wieder false.
-
@lobomau I have web hook setup as you recommended, but how to create "Another script turns true into false again after 1 minute" as you suggesting?
-
@ap2017 the webhook changes a variable ?
Then you need a script to change back the variable, for example if the variable "FDT-detection" changes to true than change back to false after 10s:
:@lobomau Thank you for your response. I think that I have other problems prior to interfacing MotionEye with ioBroker. I can't get my MotionEye to detect a motion and record image or video regardless of what setting I enter into Motion Detection configuration.
In terms of your response, I read it as after MotionEye detects motion and sets the web hook, I have to reset it by my own script after some period of time. I will exercise it after my system starts detecting motion.
-
@lobomau Thank you for your response. I think that I have other problems prior to interfacing MotionEye with ioBroker. I can't get my MotionEye to detect a motion and record image or video regardless of what setting I enter into Motion Detection configuration.
In terms of your response, I read it as after MotionEye detects motion and sets the web hook, I have to reset it by my own script after some period of time. I will exercise it after my system starts detecting motion.
-
@dragon was meinst du genau?
