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

Anyone being able to read out solar pump speed? #64

Open mdk2412 opened 4 years ago

mdk2412 commented 4 years ago

At 6552 the status of the solar pump can be read (apparently only first byte). However I have not been able to get the actual speed (of the PWM control) from this address (second byte). I tried using different unit descriptions, but result is alway 0 %.

In the main display of the device (343-F) the percentage of the solar pump is shown in the service menu.

Anyone having had success with the speed read-out? Maybe at another address?

philverh commented 4 years ago

As far as I know, addr 6552 returns an ON/OFF (1/0) value coded on one byte. I don't have the same device as you, and do not know where the pump speed may be stored. Is the display on the device really the pump speed, or the duty cycle (in percent) over some time period, like the last hour ?

mdk2412 commented 4 years ago

Yes, the display on the device shows a very dynamic actual speed in %, reacting to the delta T of water storage and collector. It is consistent with the status value, i.e. 0 while the pump is off.

h07d0q commented 3 years ago

I'm also interested in the percentage of the solar pump PWM. Did you find a solution in the meantime?