openv / vcontrold

:fire: vcontrold Daemon for control and logging of Viessmann® type heating devices
https://github.com/openv/openv/wiki
GNU General Public License v3.0
101 stars 54 forks source link

Vitoladens No getTempVListM3 function #85

Open heiko73 opened 2 years ago

heiko73 commented 2 years ago

Hi everyone, I just upgraded my Vitoladens 300 C with another heating circuit which I believe is M3. I wanted to check the actual temperature of the "Vorlauf" for this circuit, i.e. the temperature that is sent from the heating into the house.

There is a getTempVLsollM3 command which allows me to read out the "configured" temperature but no way to read out the actual (measured) temperature.

Is there any way I can find out how to add this myself or did anyone already find this and it just did not make its way into the vito.xml file?

Thank you for your help!

Regards, Heiko

heiko73 commented 2 years ago

OK, found it after reading some documentation. For my system the address is 4900, here is the code that I put into my vito.xml file to get it to work: `

  <description>Ermittle die Vorlauftemperatur M3 in Grad C</description>

  <device ID="20CB">

    <addr>4900</addr>

    <unit>UT</unit>

    <len>2</len>

  </device>

</command>

`