Skip to content
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

[boschshc] Door/Window Contact II (New Version) #15954

Closed
jkarsten opened this issue Nov 25, 2023 · 2 comments · Fixed by #16093
Closed

[boschshc] Door/Window Contact II (New Version) #15954

jkarsten opened this issue Nov 25, 2023 · 2 comments · Fixed by #16093
Assignees
Labels
enhancement An enhancement or new feature for an existing add-on

Comments

@jkarsten
Copy link

Hello,

i bought a Door/Window Contact II (New Version).
It is a zigbee Device (The App says this).
When i make a Scan it dosnt apear and in the openhab.log there is no new "Added new thing"

I have openhab Version 4.1.0 Build 3738

Thank you for this wonderfull Binding.
Jörg

@jkarsten jkarsten added the enhancement An enhancement or new feature for an existing add-on label Nov 25, 2023
@david-pace david-pace self-assigned this Nov 26, 2023
@david-pace
Copy link
Member

david-pace commented Nov 26, 2023

Hi @jkarsten, thanks for the enhancement request. We will look into providing full support for the Door/Window Contact II in a future version.

Meanwhile you can already use the basic functionality by adding it as a "regular" Door/Window contact:

  1. Obtain the ID of your door/window contact by looking at openhab.log. All device IDs are printed during startup. The ID should look like this: hdm:ZigBee:[device ID]
  2. Manually add a new Thing of type Door/Window contact
  3. Enter the ID from step 1 as device ID

Then you should be able to retrieve the open/close status and the battery status.

By the way, the next openHAB release will contain channels to listen to triggered scenarios and to trigger scenarios from openhab (see #15752). This means that if you trigger scenarios with the buttons on your Door / Window Contact II, you will soon be able to react on them in openHAB as well.

@jkarsten
Copy link
Author

Hello @david-pace, it works with Manually created Items.
First my openhab.log had no item from bosch. After i set the log level from info to debug i can see the IDs.
Thank you for this wonderfull Binding.

david-pace added a commit to david-pace/openhab-addons that referenced this issue Dec 18, 2023
* add new thing type for Door/Window Sensor II
* add channel types for bypass state and communication quality
* add handler extending the basic Door/Window Sensor handler
* add service implementations
* register handler in discovery service
* add unit tests
* re-generate i18n properties file
* add documentation

closes openhab#15954

Signed-off-by: David Pace <[email protected]>
@david-pace david-pace added the additional testing preferred The change works for the pull request author. A test from someone else is preferred though. label Dec 20, 2023
david-pace added a commit to david-pace/openhab-addons that referenced this issue Dec 23, 2023
* add new thing type for Door/Window Sensor II
* add channel types for bypass state and communication quality
* add handler extending the basic Door/Window Sensor handler
* add service implementations
* register handler in discovery service
* add unit tests
* re-generate i18n properties file
* add documentation

closes openhab#15954

Signed-off-by: David Pace <[email protected]>
david-pace added a commit to david-pace/openhab-addons that referenced this issue Dec 31, 2023
* add new thing type for Door/Window Sensor II
* add channel types for bypass state and communication quality
* add handler extending the basic Door/Window Sensor handler
* add service implementations
* register handler in discovery service
* add unit tests
* re-generate i18n properties file
* add documentation

closes openhab#15954

Signed-off-by: David Pace <[email protected]>
jlaur pushed a commit that referenced this issue Dec 31, 2023
* [boschshc] Support for Door/Window Sensor II

* add new thing type for Door/Window Sensor II
* add channel types for bypass state and communication quality
* add handler extending the basic Door/Window Sensor handler
* add service implementations
* register handler in discovery service
* add unit tests
* re-generate i18n properties file
* add documentation

closes #15954

Signed-off-by: David Pace <[email protected]>
@david-pace david-pace removed the additional testing preferred The change works for the pull request author. A test from someone else is preferred though. label Dec 31, 2023
dbadia pushed a commit to dbadia/openhab2-addons that referenced this issue Dec 31, 2023
* [boschshc] Support for Door/Window Sensor II

* add new thing type for Door/Window Sensor II
* add channel types for bypass state and communication quality
* add handler extending the basic Door/Window Sensor handler
* add service implementations
* register handler in discovery service
* add unit tests
* re-generate i18n properties file
* add documentation

closes openhab#15954

Signed-off-by: David Pace <[email protected]>
Cybso pushed a commit to Cybso/openhab-addons that referenced this issue Jan 5, 2024
* [boschshc] Support for Door/Window Sensor II

* add new thing type for Door/Window Sensor II
* add channel types for bypass state and communication quality
* add handler extending the basic Door/Window Sensor handler
* add service implementations
* register handler in discovery service
* add unit tests
* re-generate i18n properties file
* add documentation

closes openhab#15954

Signed-off-by: David Pace <[email protected]>
austvik pushed a commit to austvik/openhab-addons that referenced this issue Mar 27, 2024
* [boschshc] Support for Door/Window Sensor II

* add new thing type for Door/Window Sensor II
* add channel types for bypass state and communication quality
* add handler extending the basic Door/Window Sensor handler
* add service implementations
* register handler in discovery service
* add unit tests
* re-generate i18n properties file
* add documentation

closes openhab#15954

Signed-off-by: David Pace <[email protected]>
Signed-off-by: Jørgen Austvik <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature for an existing add-on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants