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 a004df6 commit 32a527eCopy full SHA for 32a527e
plugwise_usb/nodes/helpers/pulses.py
@@ -270,7 +270,7 @@ def update_pulse_counter(
270
self._rollover_consumption = True
271
if (
272
self._pulses_production is not None
273
- and self._pulses_production > pulses_produced
+ and self._pulses_production < pulses_produced
274
):
275
self._rollover_production = True
276
self._pulses_consumption = pulses_consumed
0 commit comments