-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1376 - Initial contribution of ZoneMinder Binding #1376
Conversation
monitor going offline
monitor going offline
This build does address some bugs during initialisation, which will likely cause one or more monitors not to be initialised correct. Furthermore the discovery service has been rewritten, now it works like the ZWave Binding, eg. you will have to create a Bridge Thing, and then the monitors will be automatically discovered. |
Rewrite of discovery service
@kaikreuzer: I would like to reqeust a code review for this Binding.
If you think any of the above comments requires me to do some additional changes, please let me know up front. UPDATE: I looked a bit more into to the merge conflicts. I now believe that I have managed to align my fork with the upstream&master. If not, then please let me know . |
New build, primarily additional logging and improved handling of Thing ONLINE / OFFLINE status |
New build that does correctly detect a ZoneMinder Instance when it run any language (and not just english). |
Hey @Mr-Eskildsen , just checked out the latest release and im getting a lot of Infos in my openhab.log: Otherwhise, seems to work jsut fine! Cheers |
Hi @whopperg, Actually it is a small bug that has been corrected. I was trying only to log when state has changed. I didn't build a new a jar, but since it has been pinpointed a couple of times I will provide a build that corresponds to the latest source :-) |
running other language than english Update .classpath Changes to be committed: modified: addons/binding/org.openhab.binding.zoneminder/.classpath modified: addons/binding/org.openhab.binding.zoneminder/META-INF/MANIFEST.MF new file: addons/binding/org.openhab.binding.zoneminder/lib/zoneminder4j-0.9.7.jar
Thanks @Mr-Eskildsen! There seems to be something very wrong with your branch, though. It shows 147 changed files, many not related to your binding. |
Replaced by #1812. |
Signed-off-by: Christoph Weitkamp <[email protected]>
First version of a ZoneMinder Binding . It handles basic operations, eg. trigger zoneminder from OpenHAB, and monitors health status of ZoneMinder Server from OpenHAB.