Issue when disabling a vtherm with Spook #908
Answered
by
doubledrat
doubledrat
asked this question in
Q&A
Replies: 4 comments
-
Hello, How did you disable a Vtherm ? Can you show me with screen copy how you do that ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Using spook
```
action: homeassistant.disable_config_entry
metadata: {}
data:
config_entry_id: 01JH95SP9HN81BWYS5V5XDYGTH
alias: Disable vt bedroom
```
…On Sun, 2 Feb 2025, 20:27 Jean-Marc Collin, ***@***.***> wrote:
Hello,
How did you disable a Vtherm ? Can you show me with screen copy how you do
that ?
—
Reply to this email directly, view it on GitHub
<#882 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADZMGBLCKYFL4JFVXBBSL5T2NZ5URAVCNFSM6AAAAABWJQEJ2SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRZGU2DENZRHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jmcollin78
-
Ah ok. I don't know what spook does. What I use is to disable the VTherm with this menu and it works. I use it for doing some tests. ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
-
I will close this because of Spook usage which don't work and transform this into a Q&A discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version of the custom_component
7.1.4
Configuration
Describe the bug
If a vtherm is "used by central boiler" and is contributing to the total number of devices calling for heat at the time it is disabled, the count is not decremented. this means the heating will stay on forever (or until the vtherm is enabled again).
e.g. the above vtherm counts as 2 devices calling
steps to reproduce the bug
I'm trying to:
disable a vtherm
And I expect:
Once disabled, no longer contribute to the "nb device active for boiler" count
But I observe this ....
Once disabled, still contributes to the "nb device active for boiler" WWWif it was doing so at the time it is disabled.
Debug log
logs don't show the device active count unfortunately
Beta Was this translation helpful? Give feedback.
All reactions