iobroker.motioneye 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -90,6 +90,7 @@ The `0_info` folder sorts above camera channels (digits before letters in the ob
90
90
  | `webhookPort` | `8090` | Built-in webhook listener port |
91
91
  | `motionResetMs` | `15000` | Auto-reset for `.motion` after webhook |
92
92
  | `statusPollIntervalSec` | `300` | MotionEye status poll interval |
93
+ | `useMotionEyeConfig` | `true` | Write mode, webhook URLs, and stream on/off to MotionEye (leave enabled for normal use) |
93
94
 
94
95
  ## Support
95
96
 
@@ -103,6 +104,9 @@ If you like our work and would like to support us, we appreciate any donation.
103
104
  <!--
104
105
  ### **WORK IN PROGRESS**
105
106
  -->
107
+ ### 0.1.2 (2026-06-21)
108
+ - (skvarel) Clarified admin help for useMotionEyeConfig (required for mode, webhooks, and stream control — not only MotionEye web UI)
109
+
106
110
  ### 0.1.1 (2026-06-21)
107
111
  - (skvarel) Renamed info folder from `_info` to `0_info` so it sorts above camera channels in the object tree
108
112
  - (skvarel) Migrate legacy `info` and `_info` states to `0_info` on adapter start
@@ -38,8 +38,8 @@
38
38
  "streamAutoOffMs_help": "Nur für streamPulse — der Stream schaltet nach dieser Dauer wieder aus (0 = nie)",
39
39
  "tab_cameras": "Kameras",
40
40
  "tab_settings": "Einstellungen",
41
- "useMotionEyeConfig": "Modi über MotionEye Config-API synchronisieren",
42
- "useMotionEyeConfig_help": "Wenn aktiv, werden Modus- und Stream-Änderungen in MotionEye geschrieben, damit die Web-Oberfläche mitgeht",
41
+ "useMotionEyeConfig": "MotionEye über Config-API steuern",
42
+ "useMotionEyeConfig_help": "Für den normalen Betrieb aktiviert lassen. Der Adapter schreibt Kameramodus, Webhook-URLs und Stream ein/aus nach MotionEye (Port 8765). ioBroker steuert damit Bewegungserkennung und Livestream; die MotionEye-Weboberfläche passt sich nur mit an. Nur deaktivieren, wenn du MotionEye komplett manuell konfigurierst und ioBroker nur Webhooks empfangen soll.",
43
43
  "webhookBind": "Webhook-Bind-Adresse",
44
44
  "webhookBind_help": "Netzwerkschnittstelle für den eingebauten Webhook-Listener (Standard 0.0.0.0)",
45
45
  "webhookHost": "ioBroker-Host für Webhooks",
@@ -38,8 +38,8 @@
38
38
  "streamAutoOffMs_help": "Used by streamPulse only — stream turns off after this duration (0 = never)",
39
39
  "tab_cameras": "Cameras",
40
40
  "tab_settings": "Settings",
41
- "useMotionEyeConfig": "Sync modes via MotionEye config API",
42
- "useMotionEyeConfig_help": "When enabled, mode and stream changes are written to MotionEye so the web UI stays in sync",
41
+ "useMotionEyeConfig": "Control MotionEye via config API",
42
+ "useMotionEyeConfig_help": "Leave enabled for normal use. The adapter writes camera mode, webhook URLs, and stream on/off to MotionEye (port 8765). ioBroker then controls motion detection and live streams; the MotionEye web UI follows as a side effect. Disable only if you configure MotionEye entirely by hand and ioBroker should only receive webhooks.",
43
43
  "webhookBind": "Webhook bind address",
44
44
  "webhookBind_help": "Network interface for the built-in webhook listener (default 0.0.0.0)",
45
45
  "webhookHost": "ioBroker host for webhooks",
@@ -38,8 +38,8 @@
38
38
  "streamAutoOffMs_help": "Usado solo por streamPulse: la transmisión se apaga después de esta duración (0 = nunca)",
39
39
  "tab_cameras": "Cámaras",
40
40
  "tab_settings": "Ajustes",
41
- "useMotionEyeConfig": "Modos de sincronización a través de la API de configuración MotionEye",
42
- "useMotionEyeConfig_help": "Cuando está habilitado, los cambios de modo y transmisión se escriben en MotionEye para que la interfaz de usuario web permanezca sincronizada.",
41
+ "useMotionEyeConfig": "Controlar MotionEye vía API de configuración",
42
+ "useMotionEyeConfig_help": "Déjalo activado para el uso normal. El adaptador escribe el modo de cámara, las URL de webhook y el stream on/off en MotionEye (puerto 8765). ioBroker controla entonces la detección de movimiento y los streams; la interfaz web de MotionEye se actualiza como efecto secundario. Desactiva solo si configuras MotionEye completamente a mano.",
43
43
  "webhookBind": "Dirección de enlace del webhook",
44
44
  "webhookBind_help": "Interfaz de red para el oyente de webhook integrado (predeterminado 0.0.0.0)",
45
45
  "webhookHost": "Alojamiento ioBroker para webhooks",
@@ -38,8 +38,8 @@
38
38
  "streamAutoOffMs_help": "Utilisé uniquement par streamPulse — le flux s'éteint après cette durée (0 = jamais)",
39
39
  "tab_cameras": "Caméras",
40
40
  "tab_settings": "Paramètres",
41
- "useMotionEyeConfig": "Modes de synchronisation via l'API de configuration MotionEye",
42
- "useMotionEyeConfig_help": "Lorsqu'ils sont activés, les changements de mode et de flux sont écrits dans MotionEye afin que l'interface utilisateur Web reste synchronisée.",
41
+ "useMotionEyeConfig": "Contrôler MotionEye via l'API de configuration",
42
+ "useMotionEyeConfig_help": "Laissez activé pour un usage normal. L'adaptateur écrit le mode caméra, les URL de webhook et le flux on/off dans MotionEye (port 8765). ioBroker contrôle alors la détection de mouvement et les flux ; l'interface web MotionEye suit en conséquence. Désactivez seulement si vous configurez MotionEye entièrement à la main.",
43
43
  "webhookBind": "Adresse de liaison du webhook",
44
44
  "webhookBind_help": "Interface réseau pour l'écouteur de webhook intégré (0.0.0.0 par défaut)",
45
45
  "webhookHost": "Hôte ioBroker pour les webhooks",
@@ -38,8 +38,8 @@
38
38
  "streamAutoOffMs_help": "Utilizzato solo da streamPulse: lo streaming si interrompe dopo questa durata (0 = mai)",
39
39
  "tab_cameras": "Fotocamere",
40
40
  "tab_settings": "Impostazioni",
41
- "useMotionEyeConfig": "Modalità di sincronizzazione tramite API di configurazione MotionEye",
42
- "useMotionEyeConfig_help": "Quando abilitato, le modifiche alla modalità e allo streaming vengono scritte su MotionEye in modo che l'interfaccia utente Web rimanga sincronizzata",
41
+ "useMotionEyeConfig": "Controlla MotionEye tramite API di configurazione",
42
+ "useMotionEyeConfig_help": "Lascia attivato per l'uso normale. L'adattatore scrive modalità camera, URL webhook e stream on/off in MotionEye (porta 8765). ioBroker controlla rilevamento movimento e stream; l'interfaccia web MotionEye si aggiorna di conseguenza. Disattiva solo se configuri MotionEye interamente a mano.",
43
43
  "webhookBind": "Indirizzo di associazione del webhook",
44
44
  "webhookBind_help": "Interfaccia di rete per il listener webhook integrato (predefinito 0.0.0.0)",
45
45
  "webhookHost": "Host ioBroker per webhook",
@@ -38,8 +38,8 @@
38
38
  "streamAutoOffMs_help": "Alleen gebruikt door streamPulse: de stream wordt na deze duur uitgeschakeld (0 = nooit)",
39
39
  "tab_cameras": "Camera's",
40
40
  "tab_settings": "Instellingen",
41
- "useMotionEyeConfig": "Synchronisatiemodi via MotionEye-configuratie-API",
42
- "useMotionEyeConfig_help": "Indien ingeschakeld, worden modus- en streamwijzigingen naar MotionEye geschreven, zodat de webinterface gesynchroniseerd blijft",
41
+ "useMotionEyeConfig": "MotionEye via config-API aansturen",
42
+ "useMotionEyeConfig_help": "Laat ingeschakeld voor normaal gebruik. De adapter schrijft cameramodus, webhook-URL's en stream aan/uit naar MotionEye (poort 8765). ioBroker bestuurt dan bewegingsdetectie en livestreams; de MotionEye-webinterface volgt mee. Alleen uitschakelen als je MotionEye volledig handmatig configureert.",
43
43
  "webhookBind": "Webhook-bindadres",
44
44
  "webhookBind_help": "Netwerkinterface voor de ingebouwde webhook-listener (standaard 0.0.0.0)",
45
45
  "webhookHost": "ioBroker-host voor webhooks",
@@ -38,8 +38,8 @@
38
38
  "streamAutoOffMs_help": "Używany tylko przez streamPulse — strumień wyłącza się po upływie tego czasu (0 = nigdy)",
39
39
  "tab_cameras": "Kamery",
40
40
  "tab_settings": "Ustawienia",
41
- "useMotionEyeConfig": "Tryby synchronizacji poprzez interfejs API konfiguracji MotionEye",
42
- "useMotionEyeConfig_help": "Po włączeniu zmiany trybu i strumienia zapisywane w MotionEye, dzięki czemu interfejs sieciowy pozostaje zsynchronizowany",
41
+ "useMotionEyeConfig": "Steruj MotionEye przez API konfiguracji",
42
+ "useMotionEyeConfig_help": "Pozostaw włączone do normalnej pracy. Adapter zapisuje tryb kamery, adresy URL webhooków i stream wł./wył. w MotionEye (port 8765). ioBroker steruje wykrywaniem ruchu i streamami; interfejs web MotionEye aktualizuje się przy okazji. Wyłącz tylko, jeśli konfigurujesz MotionEye całkowicie ręcznie.",
43
43
  "webhookBind": "Adres powiązania webhooka",
44
44
  "webhookBind_help": "Interfejs sieciowy dla wbudowanego odbiornika webhook (domyślnie 0.0.0.0)",
45
45
  "webhookHost": "Host ioBroker dla webhooków",
@@ -38,8 +38,8 @@
38
38
  "streamAutoOffMs_help": "Usado apenas pelo streamPulse — o stream é desligado após esse período (0 = nunca)",
39
39
  "tab_cameras": "Câmeras",
40
40
  "tab_settings": "Configurações",
41
- "useMotionEyeConfig": "Modos de sincronização via API de configuração MotionEye",
42
- "useMotionEyeConfig_help": "Quando ativado, as alterações de modo e fluxo são gravadas no MotionEye para que a interface da web permaneça sincronizada",
41
+ "useMotionEyeConfig": "Controlar MotionEye via API de configuração",
42
+ "useMotionEyeConfig_help": "Deixe ativado para uso normal. O adaptador grava modo da câmera, URLs de webhook e stream ligado/desligado no MotionEye (porta 8765). O ioBroker controla detecção de movimento e streams; a interface web do MotionEye acompanha como efeito colateral. Desative apenas se configurar o MotionEye totalmente à mão.",
43
43
  "webhookBind": "Endereço de ligação do webhook",
44
44
  "webhookBind_help": "Interface de rede para o ouvinte de webhook integrado (padrão 0.0.0.0)",
45
45
  "webhookHost": "Host ioBroker para webhooks",
@@ -38,8 +38,8 @@
38
38
  "streamAutoOffMs_help": "Используется только дляstreamPulse — поток отключается по истечении этого времени (0 = никогда)",
39
39
  "tab_cameras": "Камеры",
40
40
  "tab_settings": "Настройки",
41
- "useMotionEyeConfig": "Синхронизация режимов через API конфигурации MotionEye",
42
- "useMotionEyeConfig_help": "Если этот параметр включен, изменения режима и потока записываются в MotionEye, поэтому веб-интерфейс остается синхронизированным.",
41
+ "useMotionEyeConfig": "Управление MotionEye через API конфигурации",
42
+ "useMotionEyeConfig_help": "Оставьте включённым для обычной работы. Адаптер записывает режим камеры, URL вебхуков и поток вкл./выкл. в MotionEye (порт 8765). ioBroker управляет обнаружением движения и потоками; веб-интерфейс MotionEye обновляется как побочный эффект. Отключайте только при полностью ручной настройке MotionEye.",
43
43
  "webhookBind": "Адрес привязки вебхука",
44
44
  "webhookBind_help": "Сетевой интерфейс для встроенного прослушивателя веб-перехватчиков (по умолчанию 0.0.0.0)",
45
45
  "webhookHost": "хост ioBroker для веб-перехватчиков",
@@ -38,8 +38,8 @@
38
38
  "streamAutoOffMs_help": "Використовується тільки streamPulse — потік вимикається через цей час (0 = ніколи)",
39
39
  "tab_cameras": "Фотоапарати",
40
40
  "tab_settings": "Налаштування",
41
- "useMotionEyeConfig": "Режими синхронізації через API конфігурації MotionEye",
42
- "useMotionEyeConfig_help": "Якщо ввімкнено, зміни режиму та потоку записуються в MotionEye, щоб веб-інтерфейс залишався синхронізованим",
41
+ "useMotionEyeConfig": "Керувати MotionEye через API конфігурації",
42
+ "useMotionEyeConfig_help": "Залиште увімкненим для звичайної роботи. Адаптер записує режим камери, URL вебхуків і потік увімк./вимк. у MotionEye (порт 8765). ioBroker керує виявленням руху та потоками; веб-інтерфейс MotionEye оновлюється як побічний ефект. Вимикайте лише за повністю ручного налаштування MotionEye.",
43
43
  "webhookBind": "Адреса прив’язки вебхука",
44
44
  "webhookBind_help": "Мережевий інтерфейс для вбудованого слухача вебхуку (за замовчуванням 0.0.0.0)",
45
45
  "webhookHost": "Хост ioBroker для веб-хуків",
@@ -38,8 +38,8 @@
38
38
  "streamAutoOffMs_help": "仅由streamPulse使用-流在此持续时间后关闭(0=从不)",
39
39
  "tab_cameras": "相机",
40
40
  "tab_settings": "设置",
41
- "useMotionEyeConfig": "通过 MotionEye 配置 API 的同步模式",
42
- "useMotionEyeConfig_help": "启用后,模式和流更改将写入 MotionEye,以便 Web UI 保持同步",
41
+ "useMotionEyeConfig": "通过 MotionEye 配置 API 控制",
42
+ "useMotionEyeConfig_help": "正常使用请保持启用。适配器将摄像头模式、Webhook URL 和流开关写入 MotionEye(端口 8765)。ioBroker 由此控制运动检测和直播流;MotionEye 网页界面会随之更新。仅在你完全手动配置 MotionEye 时才禁用。",
43
43
  "webhookBind": "Webhook绑定地址",
44
44
  "webhookBind_help": "内置 webhook 侦听器的网络接口(默认 0.0.0.0)",
45
45
  "webhookHost": "Webhooks 的 ioBroker 主机",
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "motioneye",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "news": {
6
+ "0.1.2": {
7
+ "en": "Clarified admin help for useMotionEyeConfig (required for mode, webhooks, and stream control — not only MotionEye web UI)",
8
+ "de": "Präzisierte Administratorhilfe für useMotionEyeConfig (erforderlich für Modus, Webhooks und Stream-Steuerung – nicht nur für die MotionEye-Weboberfläche)",
9
+ "ru": "Уточнена административная справка по параметру useMotionEyeConfig (необходим для режима, веб-хуков и управления потоком — не только для веб-интерфейса MotionEye).",
10
+ "pt": "Esclarecimentos na ajuda administrativa para useMotionEyeConfig (necessário para modo, webhooks e controle de fluxo — não apenas para a interface web do MotionEye).",
11
+ "nl": "De beheerdershelp voor useMotionEyeConfig is verduidelijkt (vereist voor modus, webhooks en streamcontrole — niet alleen voor de MotionEye-webinterface).",
12
+ "fr": "Aide d'administration clarifiée pour useMotionEyeConfig (requise pour le mode, les webhooks et le contrôle du flux — et pas seulement pour l'interface utilisateur web de MotionEye)",
13
+ "it": "Chiarimenti alla guida amministrativa per useMotionEyeConfig (necessario per la modalità, i webhook e il controllo dello streaming, non solo per l'interfaccia web di MotionEye).",
14
+ "es": "Se ha aclarado la ayuda administrativa para usar MotionEyeConfig (necesario para el modo, los webhooks y el control de la transmisión, no solo para la interfaz web de MotionEye).",
15
+ "pl": "Wyjaśniono pomoc administracyjną dotyczącą użycia MotionEyeConfig (wymaganą w przypadku trybu, webhooków i sterowania strumieniem — nie tylko interfejsu internetowego MotionEye)",
16
+ "uk": "Уточнено довідку адміністратора щодо використання MotionEyeConfig (потрібно для режиму, вебхуків та керування потоком — не лише веб-інтерфейсу MotionEye)",
17
+ "zh-cn": "澄清了有关 useMotionEyeConfig 的管理员帮助(模式、Webhook 和流控制需要此配置,而不仅仅是 MotionEye Web UI)。"
18
+ },
6
19
  "0.1.1": {
7
20
  "en": "Renamed info folder from `_info` to `0_info` so it sorts above camera channels in the object tree\nMigrate legacy `info` and `_info` states to `0_info` on adapter start",
8
21
  "de": "Der Info-Ordner wurde von `_info` in `0_info` umbenannt, sodass er in der Objektstruktur oberhalb der Kamerakanäle sortiert wird.\nDie alten Zustände `info` und `_info` werden beim Adapterstart in `0_info` migriert.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.motioneye",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Connect MotionEye cameras to ioBroker for motion detection, snapshots, and live streams",
5
5
  "author": {
6
6
  "name": "skvarel",