@apocaliss92/scrypted-advanced-notifier 4.8.28 → 4.8.29
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/CHANGELOG.md +74 -11
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,166 +1,224 @@
|
|
|
1
1
|
<details>
|
|
2
2
|
<summary>Changelog</summary>
|
|
3
3
|
|
|
4
|
+
### 4.8.29
|
|
5
|
+
|
|
6
|
+
- Add button to fully reset camera MQTT entities on HA and MQTT
|
|
7
|
+
- Added light/siren switch entities to MQTT (supported for hikvision and reolink plugins currently, ask for more plugins)
|
|
8
|
+
- it's suggested a full cleanup of ha devices + plugin restart
|
|
9
|
+
|
|
10
|
+
### 4.8.28
|
|
11
|
+
|
|
12
|
+
- PTZ patrol rules added. Create the new rule, add the presets to "scroll" and set the detections to let the patrol to stop
|
|
13
|
+
|
|
4
14
|
### 4.8.26
|
|
15
|
+
|
|
5
16
|
- Autolock on alarm system removed, use rule sequences instead
|
|
6
17
|
|
|
7
18
|
### 4.8.5
|
|
19
|
+
|
|
8
20
|
- Added topic for each zone + class combination for the total amount of objects detected. Will use frigate data for frigate zones if available
|
|
9
21
|
|
|
10
22
|
### 4.8.0
|
|
11
|
-
|
|
23
|
+
|
|
24
|
+
- Migrated to Homeassistant MQTT auto-discovery device-based. Will help to keep control on new/old entries and auto cleanup. Should migrate the plugin without any effort, if any problems, click on the new button under the main plugin page, MQTT section -> `Reset all MQTT topics`
|
|
12
25
|
|
|
13
26
|
### 4.7.11
|
|
27
|
+
|
|
14
28
|
- Frigate zones handling completed
|
|
15
29
|
- Frigate faces handling preparation
|
|
16
30
|
- Fix cleanup of recorded events not working and looping
|
|
17
31
|
|
|
18
32
|
### 4.7.10
|
|
33
|
+
|
|
19
34
|
- Audio labels standardized to be used from Frigate or onboard classifier
|
|
20
35
|
- Vehicle/animal labels added for Frigate source only
|
|
21
36
|
|
|
22
37
|
### 4.7.3
|
|
38
|
+
|
|
23
39
|
- New setting `Inlude user token` added in the advanced section, activate it if you face problems authenticating urls
|
|
24
40
|
|
|
25
41
|
### 4.7.2
|
|
42
|
+
|
|
26
43
|
- Allow post processing for occupancy rules
|
|
27
44
|
- New setting: `Show active zones`. Applies to detection and occupancy rules. If selected, the image notified will contain all the active zones during the detection matched
|
|
28
45
|
- New test settings: `Show active zones`, `Zones`, to allow testing of the observed zones
|
|
29
46
|
- New section `Active zones` in post-processing, to customize the ara shown on rule notification images
|
|
30
47
|
|
|
31
48
|
### 4.7.0
|
|
49
|
+
|
|
32
50
|
- Recording rules implemented. This is a drop-in replacement for events-recorder plugin (if you ever heard of it). Creating a new Recording Rule will let the plugin register configurable clips (including prebuffer, depends on the single camera how much it will be). This will allow to have an events based camera only when relevant events happen
|
|
33
51
|
- Events handling has been improved, some resources have been moved on the main storage directory, cleanups of resource optimized. It's now possible per camera to define how much space (or days) to allocate. Events have their own retention settings
|
|
34
52
|
|
|
35
53
|
### 4.6.2
|
|
54
|
+
|
|
36
55
|
- Audio analysis pipeline moved on this plugin. Basic object detector won't be necessary anymore, YAMNET remains a dependency
|
|
37
56
|
- Support for audio volumes dropped, Frigate/BasicObjectDetector won't be source for audio volumes anymore. If you were relying on this just drop a message, can restore if required
|
|
38
57
|
|
|
39
58
|
### 4.6.1
|
|
59
|
+
|
|
40
60
|
- Allow configuration of available modes on onobarded Alarm system
|
|
41
61
|
|
|
42
62
|
### 4.5.11
|
|
63
|
+
|
|
43
64
|
- Add possibility to select whitelisted/blacklited zones also on plugin rules
|
|
44
65
|
|
|
45
66
|
### 4.5.7
|
|
67
|
+
|
|
46
68
|
- Sequences implemented, build a custom actions sequence and activate it on a rule
|
|
47
69
|
|
|
48
70
|
### 4.5.0
|
|
71
|
+
|
|
49
72
|
- Notification images are now server through this plugin, and not cloud plugin anymore
|
|
50
73
|
- Rework of storing of artifacts (gifs, videos), check the README for the new webhooks syntax
|
|
51
74
|
|
|
52
75
|
### 4.4.75
|
|
76
|
+
|
|
53
77
|
- Add setting for custom origin to cover cloud plugin missing
|
|
54
|
-
- Fix init NVR Notifier proxy device
|
|
78
|
+
- Fix init NVR Notifier proxy device
|
|
55
79
|
|
|
56
80
|
### 4.4.72
|
|
81
|
+
|
|
57
82
|
- Add setting to allow clip extension on repeated detections in the configured timeframe
|
|
58
83
|
|
|
59
84
|
### 4.4.70
|
|
85
|
+
|
|
60
86
|
- Added links to Zentik
|
|
61
87
|
|
|
62
88
|
### 4.4.66
|
|
89
|
+
|
|
63
90
|
- Manual AI settings removed. Use LLM plugin if that was setup before
|
|
64
91
|
|
|
65
92
|
### 4.4.59
|
|
93
|
+
|
|
66
94
|
- RPCObjects/pendingResult as measurement entities
|
|
67
95
|
|
|
68
96
|
### 4.4.58
|
|
97
|
+
|
|
69
98
|
- Add last face detection time to MQTT
|
|
70
99
|
- Add diagnostic values to MQTT: rpcObjects, memoryUsed, pendingResults
|
|
71
100
|
|
|
72
101
|
### 4.4.56
|
|
102
|
+
|
|
73
103
|
- Add source for faces used on people tracker as RawDetections
|
|
74
104
|
|
|
75
105
|
### 4.4.54
|
|
106
|
+
|
|
76
107
|
- Add Dev notifications setting (General -> advanced) to opt-in to communications interesting for debug purpooses
|
|
77
108
|
|
|
78
109
|
### 4.4.50
|
|
110
|
+
|
|
79
111
|
- Add support HA icon color property
|
|
80
112
|
|
|
81
113
|
### 4.4.48
|
|
114
|
+
|
|
82
115
|
- Add support for Zentik, new notifier system soon available for iOS
|
|
83
116
|
|
|
84
117
|
### 4.4.36
|
|
118
|
+
|
|
85
119
|
- Add a new setting on the extended notifier to enable the plugin for every notifications (i.e. test ones)
|
|
86
120
|
- Add a new setting on the extended notifier to change the payload key with the modified content, try different keys if the notifications do not contain the AI modifier payload
|
|
87
121
|
|
|
88
122
|
### 4.4.31
|
|
123
|
+
|
|
89
124
|
- Fix decoder frames resize
|
|
90
125
|
- Persist snoozes through reboots
|
|
91
126
|
- More HA properties added
|
|
92
127
|
|
|
93
128
|
### 4.4.30
|
|
129
|
+
|
|
94
130
|
- Add setting to override the decoder stream
|
|
95
131
|
|
|
96
132
|
### 4.4.29
|
|
133
|
+
|
|
97
134
|
- Add support for homeassistant channels
|
|
98
135
|
|
|
99
136
|
### 4.4.28
|
|
137
|
+
|
|
100
138
|
- Add camera setting to resize decoder frames (advanced section)
|
|
101
|
-
- Change `serveAssetsFromLocal` with `assetsOriginSource`
|
|
139
|
+
- Change `serveAssetsFromLocal` with `assetsOriginSource`
|
|
102
140
|
|
|
103
141
|
### 4.4.22
|
|
142
|
+
|
|
104
143
|
- Images name setting removed. Only latest images will be persisted
|
|
105
|
-
- Added `serveAssetsFromLocal` under Plugin General -> advanced, will serve all the assets links through local IP and not cloud. Useful if cloud plugin is not available or preferred local connections
|
|
144
|
+
- Added `serveAssetsFromLocal` under Plugin General -> advanced, will serve all the assets links through local IP and not cloud. Useful if cloud plugin is not available or preferred local connections
|
|
106
145
|
|
|
107
146
|
### 4.4.5
|
|
147
|
+
|
|
108
148
|
- Add videoclip GIF support, this adds clips support to Pushover, NTFY and Telegram, besides the already supported Homeassistant
|
|
109
149
|
|
|
110
150
|
### 4.3.65
|
|
151
|
+
|
|
111
152
|
- Add clear action to HA actions
|
|
112
153
|
|
|
113
154
|
### 4.3.61
|
|
155
|
+
|
|
114
156
|
- Add snoozes customization (Plugin => Rules section)
|
|
115
157
|
|
|
116
158
|
### 4.3.60
|
|
159
|
+
|
|
117
160
|
- Add rule configuration to snoose any notifier of the rule, instead only the single one
|
|
118
161
|
|
|
119
162
|
### 4.3.56
|
|
163
|
+
|
|
120
164
|
- Add AI filter to detection rules
|
|
121
165
|
|
|
122
166
|
### 4.3.55
|
|
167
|
+
|
|
123
168
|
- Enable FS/Webhook images for post-processed images
|
|
124
169
|
|
|
125
170
|
### 4.3.45
|
|
171
|
+
|
|
126
172
|
- StoreEvents flag default to false
|
|
127
173
|
|
|
128
174
|
### 4.3.44
|
|
175
|
+
|
|
129
176
|
- Add customizations for post-processing actions
|
|
130
177
|
- Quick notifications implemented, delay should be reduced on notifications
|
|
131
178
|
|
|
132
179
|
### 4.3.41
|
|
180
|
+
|
|
133
181
|
- Publish per-zone detection entities to MQTT
|
|
134
182
|
|
|
135
183
|
### 4.3.27
|
|
184
|
+
|
|
136
185
|
- Publish audio entities to MQTT
|
|
137
186
|
|
|
138
187
|
### 4.3.25
|
|
188
|
+
|
|
139
189
|
- Add setting for homeassistant notifiers to open notifications on the homeassistant's scrypted component
|
|
140
190
|
|
|
141
191
|
### 4.3.20
|
|
192
|
+
|
|
142
193
|
- Add support to onboarded audio detections (YAMnet plugin)
|
|
143
194
|
|
|
144
195
|
### 4.3.19
|
|
196
|
+
|
|
145
197
|
- Add prompt customization for the occupancy confirmation flow
|
|
146
198
|
|
|
147
199
|
### 4.3.13
|
|
200
|
+
|
|
148
201
|
- Add setting to confirm occupancy rules with AI to avoid false positives even more
|
|
149
202
|
|
|
150
203
|
### 4.3.11
|
|
204
|
+
|
|
151
205
|
- Added support (RawDetections only) to Boundaries marking and Image cropping for notifications. NVR detections will be later on extended with this too
|
|
152
206
|
|
|
153
207
|
### 4.3.3
|
|
208
|
+
|
|
154
209
|
- Clip support added. Extend a detection rule setting a contextual description to filter even more a rule result
|
|
155
210
|
- LLM tools support added
|
|
156
211
|
|
|
157
212
|
### 4.2.5
|
|
213
|
+
|
|
158
214
|
- Changes prepared to use LLMPlugin. Manual is the current working way
|
|
159
215
|
|
|
160
216
|
### 4.2.4
|
|
217
|
+
|
|
161
218
|
- Secret protection added for all public endpoints. A secret is auto-generated under the section General -> Advanced, this must be used as search parameter for all webhook to avoid resources to be easily available to 3th parties. The token is now also used to serve videoclips and thumbnails with limited available tokens (3 hours)
|
|
162
219
|
|
|
163
220
|
### 4.2.0
|
|
221
|
+
|
|
164
222
|
- Events app released. It is available as dashboard link as well as PWA app. It has events and videoclips views across all the possible source (NVR, Frigate, ...). Live view is still on initial stages
|
|
165
223
|
- Telegram notifier supported
|
|
166
224
|
- Audio rules improved a lot! They will now take into account analyzed sampling values and not only peaks
|
|
@@ -168,19 +226,24 @@
|
|
|
168
226
|
- Plugin will not store relevant events to make them available in the web APP
|
|
169
227
|
|
|
170
228
|
### 3.7.21
|
|
229
|
+
|
|
171
230
|
- Add detection clips to the camera clips
|
|
172
231
|
|
|
173
232
|
### 3.7.16
|
|
233
|
+
|
|
174
234
|
- Add setting to set the post event duration for videoclips
|
|
175
235
|
|
|
176
236
|
### 3.7.15
|
|
237
|
+
|
|
177
238
|
- Add MQTT data source setting per camera
|
|
178
239
|
- Do not wake up sleeping cameras for a snapshot
|
|
179
240
|
|
|
180
241
|
### 3.7.3
|
|
242
|
+
|
|
181
243
|
- Add configurations for videoclip speed, default to 2x (Fast)
|
|
182
244
|
|
|
183
245
|
### 3.7.0
|
|
246
|
+
|
|
184
247
|
- Add full support to Frigate detections, in combination with `Scrypted Frigate Bridge` will be possible to import frigate events into scrypted and use this plugin fully with them. Particularly interesting audio classifications and bird classification (untested, will need some test data). Snapshots are as well imported from Frigate, videoclips for accelerated GIFs will be coming soon
|
|
185
248
|
- Motion reporting to MQTT reduced drastically to 5 seconds
|
|
186
249
|
- Restructure of FS folders, old timelapses will be lost due to technical reasons
|
|
@@ -198,11 +261,11 @@
|
|
|
198
261
|
|
|
199
262
|
### 3.6.13
|
|
200
263
|
|
|
201
|
-
- Add notification sound customization (currently only for HA notifiers)
|
|
264
|
+
- Add notification sound customization (currently only for HA notifiers)
|
|
202
265
|
|
|
203
266
|
### 3.6.12
|
|
204
267
|
|
|
205
|
-
- Decoder usage checkbox changed with a selection, Off, OnMotion (previous default), Always
|
|
268
|
+
- Decoder usage checkbox changed with a selection, Off, OnMotion (previous default), Always
|
|
206
269
|
|
|
207
270
|
### 3.6.11
|
|
208
271
|
|
|
@@ -269,7 +332,7 @@
|
|
|
269
332
|
|
|
270
333
|
### 3.4.12
|
|
271
334
|
|
|
272
|
-
- Texts building reworked. There is now only one object detection label and several object types to make it better scalable in future. Check Texts section
|
|
335
|
+
- Texts building reworked. There is now only one object detection label and several object types to make it better scalable in future. Check Texts section
|
|
273
336
|
|
|
274
337
|
### 3.4.11
|
|
275
338
|
|
|
@@ -305,8 +368,8 @@
|
|
|
305
368
|
|
|
306
369
|
### 3.3.1
|
|
307
370
|
|
|
308
|
-
- Occupancy data persisting improved. Current status and detected objects added to settings.
|
|
309
|
-
Should fix false resetting on startup
|
|
371
|
+
- Occupancy data persisting improved. Current status and detected objects added to settings.
|
|
372
|
+
Should fix false resetting on startup
|
|
310
373
|
|
|
311
374
|
### 3.2.0
|
|
312
375
|
|
|
@@ -369,7 +432,7 @@ Should fix false resetting on startup
|
|
|
369
432
|
|
|
370
433
|
- MQTT client split per device to reduce overhead for weak brokers
|
|
371
434
|
- Utilize images from object detectors when available
|
|
372
|
-
- Optimize image usage
|
|
435
|
+
- Optimize image usage
|
|
373
436
|
|
|
374
437
|
### 3.0.8
|
|
375
438
|
|
|
@@ -408,4 +471,4 @@ Add PTZ controls to MQTT/HA
|
|
|
408
471
|
|
|
409
472
|
Add Reboot button to MQTT/HA
|
|
410
473
|
|
|
411
|
-
</details>
|
|
474
|
+
</details>
|
package/dist/plugin.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED