Binding Request: Synology Surveillance Station

@Pavion - thank you very much for your nice binding. really helpful one observation and one question:

  1. can you tell, in which directory of the openhab installation your binding is storing the snapshot images?
    Im interested to use these jogs for a python script, which analyses these automatically, when a new image emerges. Using your binding would be handy, as the image is “in the system” and any other inquiry at synology or the IP cam could be avoided.
    I understand, that openhab builds all html pages on the fly, but “somewhere” there should be the image as jpg. - maybe there is another approach. Thanks for a hint.

  2. the current jar of the surevilance station binding doesnt install automatically on my fresh Openhabian installation. The log shows following ERROR, which can be easily resolved with the installation of two features, as described here: [BTicino/OpenWebNet] New openHAB2 binding ready for testing

2018-10-16 20:40:38.114 [WARN ] [org.apache.felix.fileinstall        ] - Error while starting bundle: file:/usr/share/openhab2/addons/org.openhab.binding.synologysurveillancestation-2.4.0-SNAPSHOT.jar

org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.synologysurveillancestation [200]

  Unresolved requirement: Import-Package: org.eclipse.jdt.annotation; resolution:="optional"

  Unresolved requirement: Import-Package: org.jupnp.model.meta

	at org.eclipse.osgi.container.Module.start(Module.java:444) ~[?:?]

	at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383) ~[?:?]

	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1260) [10:org.apache.felix.fileinstall:3.6.4]

	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1233) [10:org.apache.felix.fileinstall:3.6.4]

	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startAllBundles(DirectoryWatcher.java:1221) [10:org.apache.felix.fileinstall:3.6.4]

	at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:515) [10:org.apache.felix.fileinstall:3.6.4]

	at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:365) [10:org.apache.felix.fileinstall:3.6.4]

	at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:316) [10:org.apache.felix.fileinstall:3.6.4]