-
-
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
[paradoxalarm] Discovery service implementation #5826
[paradoxalarm] Discovery service implementation #5826
Conversation
Signed-off-by: Konstantin Polihronov <[email protected]>
Travis tests were successfulHey @theater, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two little remarks
...c/main/java/org/openhab/binding/paradoxalarm/internal/discovery/ParadoxDiscoveryService.java
Outdated
Show resolved
Hide resolved
...main/java/org/openhab/binding/paradoxalarm/internal/handlers/ParadoxAlarmHandlerFactory.java
Outdated
Show resolved
Hide resolved
* Changed final map in handler factory to non-final * Removed runtime exception in discovery service implementation logging it at DEBUG level plus trace Signed-off-by: Konstantin Polihronov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Maybe we should wait for a valid build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. I added some minor comments.
...main/java/org/openhab/binding/paradoxalarm/internal/handlers/ParadoxAlarmHandlerFactory.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/openhab/binding/paradoxalarm/internal/discovery/ParadoxDiscoveryService.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/openhab/binding/paradoxalarm/internal/discovery/ParadoxDiscoveryService.java
Outdated
Show resolved
Hide resolved
...main/java/org/openhab/binding/paradoxalarm/internal/handlers/ParadoxAlarmHandlerFactory.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Konstantin Polihronov <[email protected]>
Signed-off-by: Konstantin Polihronov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks.
* Discovery service implementation Signed-off-by: Konstantin Polihronov <[email protected]>
* Discovery service implementation Signed-off-by: Konstantin Polihronov <[email protected]> Signed-off-by: Maximilian Hess <[email protected]>
* Discovery service implementation Signed-off-by: Konstantin Polihronov <[email protected]>
* Discovery service implementation Signed-off-by: Konstantin Polihronov <[email protected]> Signed-off-by: Tim Roberts <[email protected]>
Paradox alarm - Discovery service implementation
[paradoxalarm] Implementation of discovery service for entities. Bridge must be configured. When it establishes communication with security system, the discovery service can gather all entities (partitions, zones and panel info)
Signed-off-by: Konstantin Polihronov [email protected]