Skip to content

Releases: nibi79/synologysurveillancestation

Release for OH 5.2.0

26 Feb 17:03
0df7f5b

Choose a tag to compare

Release for OH 5.2.0 Pre-release
Pre-release

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

25 Aug 13:07
18523c1

Choose a tag to compare

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)

25 Aug 13:30
634d3d5

Choose a tag to compare

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

02 Apr 10:41
9116308

Choose a tag to compare

4.0.0.202304021037

cleanup, first clean run

Debug release with extended exception logging

15 Aug 15:58
522fcff

Choose a tag to compare

Print out snapshot exception

Print out snapshot exception

*DSM6 only* release

13 Aug 07:33
f497d25

Choose a tag to compare

*DSM6 only* release Pre-release
Pre-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!)

03 Jul 12:34
267b393

Choose a tag to compare

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-events is now refreshRateEvents
    • port is now an integer
  • Camera
    • refresh-rate-events is now refreshRateEvents
    • refresh-rate-snapshot is now refreshRateSnapshot
    • refresh-rate-md-param is now refreshRateMdParam
    • snapshot-stream-id is now snapshotStreamId

Fixes #53, #52

Synology Surveillance Station 9.0 Release

19 May 21:44
383cc9f

Choose a tag to compare

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:

383cc9f

Feedback appreciated!

3.2.0 release with extended error logging

21 Dec 09:38
68cd278

Choose a tag to compare

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

21 Oct 16:07
a5a95ef

Choose a tag to compare

Pre-release

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.