mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
Activation/désactivation caméra #2671
Labels
No labels
Android app
Arch Linux
CI/CD
CSS
FreeBSD
HTML/HTTP
Home Assistant addon
JavaScript
Python
Raspberry Pi
Stale No Activity 60 Days
bug
code format
dependencies
dev branch
docker
documentation
duplicate
enhancement
feature
help wanted
i18n/l10n
invalid
legacy motionEye
meta
motion
motionEyeOS
notourproblem
python update
question
question
security
troubleshooting
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/motioneye#2671
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Yann33l on GitHub (Dec 31, 2025).
Bonjour,
Ce n'est pas un bug mais une question, j'aurais souhaité savoir s'il était possible d'ajouter une ligne pour activer/désactiver la caméra
Directement accessible depuis home assistant
Cela permettrait par exemple d'activer la caméra dans un cas particulier (pour mon cas si switch_boolean. Vacances est on alors allumé toute les caméras avec activation du détecteur de mouvement. Si off, pas de caméra active.)
J'ai essayé de le faire via une action rest mais j'ai pas réussi.
Merci.
@Marijn0 commented on GitHub (Jan 2, 2026):
Maybe you can use Motion’s HTTP-based web control interface to control cameras and motion detection via simple GET requests:
https://motion-project.github.io/motion_config.html#OptDetail_Webcontrol
Example: enable / disable motion detection
Pause motion detection:
curl http://127.0.0.1:7999/<camera-id>/detection/pauseResume motion detection:
curl http://127.0.0.1:7999/<camera-id>/detection/start