Releases: inventwo/ioBroker.motioneye
Releases · inventwo/ioBroker.motioneye
Release list
Release v1.3.1
- (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
- (skvarel) Instance
_infodisk usage from MotionEye:diskUsedGb,diskTotalGb,diskUsedPercent(filesystem of first online camera)
Release v1.2.0
- (skvarel) Per-camera
alertLeveldatapoint: one VIS dropdown for off / motion-only / motion+Telegram / motion+video / full protection; syncsmodeand Telegram-on-motion; legacymodewrites still supported - (skvarel) Fixed Telegram-on-motion image: trigger MotionEye snapshot before download when
lastsnap.jpgis 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
- (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
- (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.jpgin ioBroker file storage, Snapshots tab, datapointssnapshots.*for VIS/Telegram/scripts - (skvarel) Per-camera motion detection tuning under
motiondetection.* - (skvarel) FAQ: snapshot storage, Telegram hints, notifications tab
Release v0.10.0
- (skvarel) Fixed
snapshotaction failing with404 not foundon some MotionEye/Motion combinations: snapshots are now triggered via MotionEye's own authenticated/action/{id}/snapshotendpoint (same connection as everything else) instead of a direct, unauthenticated call to Motion's raw webcontrol port. ThemotionPortsetting is no longer needed and has been removed.
Release v0.9.0
- (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 viastorage.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
- (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
- (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/rightTextand 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
- (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