Releases: nibi79/synologysurveillancestation
Release for OH 5.2.0
Release for OH 5.2.0
- Compiled with Java 21
- No other changes so please don't upgrade if you have no issues
- Tested on:
- OH 5.1.2-RC
- DSM 7.1.1-42962 Update 9
- Surveillance Station 9.2.5-11979
- Confirmation pending, feedback appreciated!
Release for OH 4.3.0-SNAPSHOT
Release for OH 4.3.0-SNAPSHOT and DSM 7
There is no new content so please don't update unless necessary
Release for OH 4.3.0-SNAPSHOT (DSM 6 only)
Release for OH 4.3.0-SNAPSHOT and DSM 6
There is no new content so please don't update unless necessary
Unable to test myself but snapshot and overall functionality was confirmed.
Release for OH 4.0.0-M1
4.0.0.202304021037 cleanup, first clean run
Debug release with extended exception logging
Print out snapshot exception Print out snapshot exception
*DSM6 only* release
This is a latest release downgraded to DSM6:
- changed Auth API version back to 2 (might be wrong though and produce error 105)
- changed events handling back in hope Surv.Station is to be downgraded too
I'm not able to test this release, feedback very appreciated
Note: If upgrading, please rename / recheck your parameter as described in the latest official release notes:
https://github.com/nibi79/synologysurveillancestation/releases/tag/3.3.0.202207031140
Release for OH 3.3.0-STABLE (please read notes for details!)
Important information
This release is required for OH 3.3.0-STABLE and above!
In this release some parameter names have been changed!
You might need to recreate your Things and restart OH to avoid issues.
If you're using a marketplace version you must uninstall it prior to placing this file into your /addons. Marketplace version will be updated soon.
If you're updating from a previous jar without recreating Things, some parameter values (see below) are lost and will be replaced with their default values, please review your configuration.
If you're using text files for your configuration, please change your parameter names as stated below:
- Bridge:
refresh-rate-eventsis nowrefreshRateEventsportis now an integer
- Camera
refresh-rate-eventsis nowrefreshRateEventsrefresh-rate-snapshotis nowrefreshRateSnapshotrefresh-rate-md-paramis nowrefreshRateMdParamsnapshot-stream-idis nowsnapshotStreamId
Synology Surveillance Station 9.0 Release
This release fixes polling for events on Surveillance Station 9.0
General notes:
- using Marketplace you must remove and reinstall this bundle from the UI, there is no autoupdate
- using .jar distribution please make sure no older release is
Active(or installed via Marketplace):
xxx │ Active │ 80 │ 3.3.0.202205192122 │ openHAB Add-ons :: Bundles :: Synology Surveillance Station Binding
Event handling:
- continuous recording should be disabled (would generate no new events)
- all overlapping events last until the last one goes off (for example, manual recording during motion detection)
More details:
Feedback appreciated!
3.2.0 release with extended error logging
This is a release for 3.2.0 without any changes but with an extended error logging if a camera fails to initialize (seen in your openhab.log).
To install please remove the old jar from your /addons folder, wait a moment and copy the new jar there, no reconfiguration should be required.
Advanced notes (using Karaf):
- only one instance should be running:
openhab> bundle:list | grep Syno
239 │ Active │ 80 │ 3.2.0.202112210930 │ openHAB Add-ons :: Bundles :: Synology Surveillance Station Binding
- show even more debug logging:
log:set DEBUG org.openhab.binding.synologysurveillancestation
- hide debug logging:
log:set ERROR org.openhab.binding.synologysurveillancestation
DSM7 release for 2.5.12/2.5.13
Small bug fix release for 2.5.x support.
Changes from 2.5.6
- Login API version updated (see a5a95ef)
Note: usage of self-signed SSL available in 3.x.x is not available in this release
Side note: In my test rig OH2.5.12 could not be fully deployed anymore, testing was thus a bit limited, feedback appreciated.