-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
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 JS: meter_reset service call issues the reset command multiple times, does not refresh values #116222
Comments
Hey there @home-assistant/z-wave, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) zwave_js documentation |
Update: |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
The problem
When using the service call UI to reset the meters of a Z-Wave node (the node was chosen as the target), the reset API is called multiple times, seemingly once for each meter. This causes multiple identical commands to be queued.
Also, the underlying meter values aren't updated as a result when Supervision is not used and the device sends no unsolicited report.
Unless a specific value to reset to is given, I think it would be better to write to the
resetAll
orresetSingle
values, because that also refreshes the values if necessary - unlike thereset()
API call.What version of Home Assistant Core has the issue?
core-2024.1.0.dev20231211
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
Z-Wave JS
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: