Skip to content

Releases: inventwo/ioBroker.motioneye

Release v1.3.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 06:13
  • (skvarel) Fixed Telegram snapshot notifications ignored or text-only on some cameras: legacy saved flags (notificationEnabled, notificationImageExcluded) no longer override per-camera On snapshot / Send image = Yes
  • (skvarel) Telegram snapshot images sent as photo buffer with caption (reliable delivery vs. absolute file path)

Release v1.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 10:20
  • (skvarel) Instance _info disk usage from MotionEye: diskUsedGb, diskTotalGb, diskUsedPercent (filesystem of first online camera)

Release v1.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 09:21
  • (skvarel) Per-camera alertLevel datapoint: one VIS dropdown for off / motion-only / motion+Telegram / motion+video / full protection; syncs mode and Telegram-on-motion; legacy mode writes still supported
  • (skvarel) Fixed Telegram-on-motion image: trigger MotionEye snapshot before download when lastsnap.jpg is not ready yet (same path as manual snapshot button)
  • (skvarel) Telegram notification timestamps use local time (YYYY-MM-DD HH:mm:ss) instead of UTC ISO (…Z)

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 07:41
  • (skvarel) Per-camera Telegram triggers: separate On motion / On snapshot Yes/No dropdowns in the table (no global motion/snapshot checkboxes)

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 06:11
  • (skvarel) Notifications tab: built-in Telegram on motion and/or snapshot — recipients with Active toggle, per-camera message template (Yes/No dropdowns), per-camera recipient filter, test message
  • (skvarel) Snapshot cache: lastsnap.jpg in ioBroker file storage, Snapshots tab, datapoints snapshots.* for VIS/Telegram/scripts
  • (skvarel) Per-camera motion detection tuning under motiondetection.*
  • (skvarel) FAQ: snapshot storage, Telegram hints, notifications tab

Release v0.10.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 13:24
  • (skvarel) Fixed snapshot action failing with 404 not found on some MotionEye/Motion combinations: snapshots are now triggered via MotionEye's own authenticated /action/{id}/snapshot endpoint (same connection as everything else) instead of a direct, unauthenticated call to Motion's raw webcontrol port. The motionPort setting is no longer needed and has been removed.

Release v0.9.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 06:57
  • (skvarel) Per-camera storage stats under storage.*: snapshot count, video count, and occupied space in MB (storage.snapshotCount, storage.videoCount, storage.usedSpaceMb, storage.lastRefresh), refreshed on demand via storage.refresh
  • (skvarel) New Storage config tab: global auto-refresh on/off switch + interval (storagePollEnabled, storagePollIntervalSec, off by default), a per-camera "Exclude from auto-refresh" checkbox to skip unimportant cameras, and a button to refresh all listed cameras immediately

Release v0.8.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 09:51
  • (skvarel) New Overlay config tab: preset overlay.* (enabled/leftText/rightText/customLeftText/customRightText/textScale) per camera in a table, with a button to apply the table to already-running cameras immediately; values only ever flow from the config table to the datapoints, never back, so live datapoint changes are never overwritten on a restart

Release v0.7.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 15:54
  • (skvarel) Per-camera text overlay under overlay.*: read and control overlay on/off, left/right text mode (camera name / timestamp / custom text / disabled), custom text strings, and text size (overlay.enabled, overlay.leftText, overlay.rightText, overlay.customLeftText, overlay.customRightText, overlay.textScale); leftText/rightText and their custom text are always saved together, in any order
  • (skvarel) Fixed a race condition where setting two settings.* datapoints for the same camera at nearly the same time could silently drop one of the changes ("lost update"); config writes per camera are now serialized

Release v0.6.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 13:04
  • (skvarel) Fixed privacy mask regions not surviving adapter restarts/updates: mask lines are now persisted to the settings channel's native config instead of only in memory