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

Z-Wave Devolo MT02648 Door/Window contact does not show door status #139198

Open
hanszorn opened this issue Feb 24, 2025 · 9 comments
Open

Z-Wave Devolo MT02648 Door/Window contact does not show door status #139198

hanszorn opened this issue Feb 24, 2025 · 9 comments

Comments

@hanszorn
Copy link

The problem

The device has 3 functions: Light intensity sensor, temperature sensor and door open/close sensor. The first 2 work OK, the door status however remains 'unknown'.

home-assistant_zwave_js_2025-02-24T16-13-39.269Z.log
Image

What version of Home Assistant Core has the issue?

core-2025.2.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

zwave_js

Link to integration documentation on our website

https://www.home-assistant.io/integrations/zwave_js

Diagnostics information

See above

Example YAML snippet

Anything in the logs that might be useful for us?

Additional information

No response

@home-assistant
Copy link

Hey there @home-assistant/z-wave, mind taking a look at this issue as it has been labeled with an integration (zwave_js) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of zwave_js can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign zwave_js Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


zwave_js documentation
zwave_js source
(message by IssueLinks)

@kpine
Copy link
Contributor

kpine commented Feb 24, 2025

Please attach the device diagnostic information that was requested by the issue template.

@hanszorn
Copy link
Author

I included the file below already. It is the zwave log, I don't know how to create a logfile that is more specific to the actual device. I opened and closed the door during the creation of the file. Please let me know if I can do anything more to help solving this problem.

https://github.com/user-attachments/files/18946502/home-assistant_zwave_js_2025-02-24T16-13-39.269Z.log

@kpine
Copy link
Contributor

kpine commented Feb 24, 2025

https://www.home-assistant.io/integrations/zwave_js/#network-devices

Settings -> Devices & services -> Z-Wave "Devices" -> The Device -> Device info -> ... -> Download diagnostics.

Also please indicate the timestamps in the log where you opened and closed the door.

@hanszorn
Copy link
Author

Unfortunately there is no such button!

Image

@hanszorn
Copy link
Author

Door open:
2025-02-24 16:38:09.398 DEBUG (MainThread) [zwave_js_server.server] 2025-02-24T15:38:09.395Z:
2025-02-24T15:38:09.395Z DRIVER « [Node 007] [REQ] [ApplicationCommand]
└─[BinarySensorCCReport]
type: Door/Window
value: false

Door close:
2025-02-24 17:13:26.173 DEBUG (MainThread) [zwave_js_server.server] 2025-02-24T16:13:26.169Z:
2025-02-24T16:13:26.169Z DRIVER « [Node 007] [REQ] [ApplicationCommand]
└─[BinarySensorCCReport]
type: Door/Window
value: true

@MartinHjelmare
Copy link
Member

The "Download diagnostics" is under the three dots menu.

@kpine
Copy link
Contributor

kpine commented Feb 25, 2025

Did you change the value of config parameter 7, "Customer function"? According to the manual (and Z-Wave JS DB entry), the default configuration is to send Notification Report messages when the door is opened, which is what the referenced entities are for. The way the device is currently configured, it is not using Notification Reports but Binary Sensor instead, which is seen in the logs.

In this current configuration, you need to enable entity binary_sensor.door_window_contact_sensor_state_door_window (default disabled) and use that instead of those others. Or change the setting to send Notification Report. First option is easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants