You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least for the Vitocal250, I can confirm, that it is present in the dump and also in my device. Furthermore the number seems to be shown in the German version of the App as "Vorlauftemperatur Wärmeerzeuger", right next to getReturnTemperature() ("Rücklauftemperatur Wärmeerzeuger").
Workaround to get this number - retrieve the service from any PyViCare object and query it directly
Hey, having a look at the test responses, it seems that this is provided by the Vitodens devices (gas) but also by some Vitocal and one Vitovalor device. Same goes for "heating.boiler.sensors.temperature.main".
Maybe we can move this to the general HeatingDevice class.
What is meant by Wärmeerzeuger, is this the common supply for the heating circuits only? Why is it prefixed with boiler if it also applies to heat pumps? It's not the sensor of the bufferCylinder, no?
For the Vitocal250A it‘s definitely not the bufferCylinder, but one of the temperatures in the pump cycle that feeds into the bufferCylinder from the heat pump. The other temp being getReturnTemperature().
I can only guess: Probably they had this id already used in gas boilers and thought it would be a good idea to re-use it. ¯\ _(ツ) _/¯
Grepping the dumps in tests/response for
commonSupply
as exposed by GazBoiler.getBoilerCommonSupplyTemperature, this property seems to be present in almost all units.At least for the Vitocal250, I can confirm, that it is present in the dump and also in my device. Furthermore the number seems to be shown in the German version of the App as "Vorlauftemperatur Wärmeerzeuger", right next to
getReturnTemperature()
("Rücklauftemperatur Wärmeerzeuger").Workaround to get this number - retrieve the service from any PyViCare object and query it directly
The text was updated successfully, but these errors were encountered: