From 5ce821decc4034587b272c2ee0c644c204c57104 Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Fri, 14 Feb 2025 00:25:07 +0100 Subject: [PATCH] Update PyViCarePelletsBoiler.py --- PyViCare/PyViCarePelletsBoiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyViCare/PyViCarePelletsBoiler.py b/PyViCare/PyViCarePelletsBoiler.py index 5df40acc..7c6f5ff1 100644 --- a/PyViCare/PyViCarePelletsBoiler.py +++ b/PyViCare/PyViCarePelletsBoiler.py @@ -34,7 +34,7 @@ def getAirFlapsPrimaryPosition(self): @handleNotSupported def getAirFlapsSecondaryPosition(self): - return self.service.getProperty('heating.boiler.airflaps.0.position.current')['properties']['value']['value'] + return self.service.getProperty('heating.boiler.airflaps.1.position.current')['properties']['value']['value'] @handleNotSupported def getExhaustO2Level(self):