homeassistant-vcontrol icon indicating copy to clipboard operation
homeassistant-vcontrol copied to clipboard

Cannot change MODE

Open Vinshi01 opened this issue 10 months ago • 6 comments

I can't change the operating mode and the pump speed

Vinshi01 avatar Feb 12 '25 16:02 Vinshi01

The pump speed is not possible to set. You can only read "Status Pumpenzirkulation" (if you mean this)

This pump speed is coded over coding menu, see the boiler documentation pdf from the manufacturer.

dk1305hb avatar Feb 19 '25 15:02 dk1305hb

But how i can change the operation Mode from Heizung and Warmwasser to only Warmwasser?

In configuration.yaml there are the set command but did i need to set something to vcontrold settings in HA?

Vinshi01 avatar May 02 '25 20:05 Vinshi01

My device is a 20CB

Vinshi01 avatar May 02 '25 21:05 Vinshi01

Help please

Vinshi01 avatar May 07 '25 16:05 Vinshi01

snipped from my vito.xml

<command name='getBetriebProg' protocmd='getaddr'>
  <addr>2323</addr>
  <len>1</len>
  <unit>ST</unit>
  <description>Betriebsprogramm</description>
</command>
<command name='setBetriebProg' protocmd='setaddr'>
  <addr>2323</addr>
  <len>1</len>
  <unit>ST</unit>
  <description>Setze Betriebsprogramm</description>
</command>

There are 3 modes available: 0: "ABSCHALT" 1: "WW" 2: "H+WW"

The command setBetriebArtM1 uses address 2301 and does not work for me. I can only read this register address with getBetriebArtM1.

dummy74 avatar May 07 '25 21:05 dummy74

That's funny bcs I used viodent and it says 20250228_233019.jpg

And i can read with 2301 but with 2323 nothing happens

Vinshi01 avatar May 08 '25 03:05 Vinshi01