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
102 stars 55 forks source link

Need XML Files #99

Closed Issr4k closed 1 year ago

Issr4k commented 2 years ago

Someone who can provide the XML files for a Vitocall 222-G Device ID 204B?

Thx in advance!

Issr4k commented 1 year ago

The following except the "getTest" works for my 204B Devide-ID :)

Maybe it will help somebody else.

<vito>
<devices>
<device ID="204B" name="V200WO1C" protocol="KW2"/>
</devices>
<commands>
<!-- Gerätedaten -->
<!-- AUSSENTEMPERATUR -->
<command name="getTempA" protocmd="getaddr">
<description>Ermittle Aussentemperatur in Grad C</description>
<addr>0101</addr>
<unit>UT</unit>
<len>2</len>
</command>
<!-- HEIZUNG -->
<command name="getRoomtemp" protocmd="getaddr">
<addr>2000</addr>
<len>2</len>
<unit>UT</unit>
<description>Ermittle Soll-Raumtemperatur in Grad C</description>
</command>
<command name="setRoomtemp" protocmd="setaddr">
<addr>2000</addr>
<len>2</len>
<unit>UT</unit>
<description>Setze Soll-Raumtemperatur in Grad C</description>
</command>
<!-- WARMWASSER -->
<command name="getTempP" protocmd="getaddr">
<addr>010D</addr>
<len>2</len>
<unit>UT</unit>
<description>Ermittle Warmwassertemperatur in Grad C</description>
</command>
<command name="getTempWWsoll" protocmd="getaddr">
<addr>6000</addr>
<len>2</len>
<unit>UT</unit>
<description>Ermittle Warmwassersolltemperatur in Grad C</description>
</command>
<command name="setTempWWsoll" protocmd="setaddr">
<addr>6000</addr>
<len>2</len>
<unit>UT</unit>
<description>Setze Warmwassersolltemperatur in Grad C</description>
</command>
<!-- Test -->
<command name="getTest" protocmd="getaddr">
<addr>B020</addr>
<len>1</len>
<unit>RT</unit>
<description>Bedienung WW 1xWW Bereitung</description>
</command>
</commands>
</vito>