We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948eed8 commit d70e6a6Copy full SHA for d70e6a6
plugwise/helper.py
@@ -826,7 +826,7 @@ def _appliance_measurements(
826
self._cooling_activation_outdoor_temp = data.get(measurement)
827
if measurement == "cooling_deactivation_threshold":
828
self._cooling_deactivation_threshold = data.get(measurement)
829
- if measurement == "outdoor_unit_temperature":
+ if measurement == "outdoor_air_temperature":
830
self._outdoor_temp = data.get(measurement)
831
832
i_locator = f'.//logs/interval_log[type="{measurement}"]/period/measurement'
0 commit comments