You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated to the latest available Home Assistant version.
I have cleared the cache of my browser.
I have tried a different browser to see if it is related to my browser.
Describe the issue you are experiencing
After hard resetting the Z-Wave controller, e.g. by sending
{ "command": "driver.hard_reset" }
to zwave-js-server, the integration page shows "no devices or entities" for that instance, although the controller should be listed as a device.
The information does not come back when reloading the integration.
It does however come back when:
reloading the browser window
disabling and re-enabling the integration
reload_integration.mp4
Describe the behavior you expected
The device information should be up to date after reconnecting to zwave-js-server.
Steps to reproduce the issue
Have an instance of zwave-js-server running in a way that you can send it custom commands, ideally from the repository on a dev machine.
Set up a Z-Wave integration, do not use the supervisor addon, enter the path to your dev machine in the following dialog
Make sure it shows the devices in the integration overview
Send { "command": "driver.hard_reset" } to the server, e.g. by putting this file in the zwave-js-server repo as src/bin/hard_reset.ts, then execute it using ts-node src/bin/hard_reset.ts.
What version of Home Assistant Core has the issue?
2023.7.0.dev20230614
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue with?
No response
Which operating system are you using to run this browser?
No response
State of relevant entities
No response
Problem-relevant frontend configuration
No response
Javascript errors shown in your browser console/inspector
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the issue you are experiencing
After hard resetting the Z-Wave controller, e.g. by sending
to
zwave-js-server
, the integration page shows "no devices or entities" for that instance, although the controller should be listed as a device.The information does not come back when reloading the integration.
It does however come back when:
reload_integration.mp4
Describe the behavior you expected
The device information should be up to date after reconnecting to zwave-js-server.
Steps to reproduce the issue
zwave-js-server
running in a way that you can send it custom commands, ideally from the repository on a dev machine.{ "command": "driver.hard_reset" }
to the server, e.g. by putting this file in thezwave-js-server
repo assrc/bin/hard_reset.ts
, then execute it usingts-node src/bin/hard_reset.ts
.What version of Home Assistant Core has the issue?
2023.7.0.dev20230614
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue with?
No response
Which operating system are you using to run this browser?
No response
State of relevant entities
No response
Problem-relevant frontend configuration
No response
Javascript errors shown in your browser console/inspector
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: