Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## ongoing

- Bugfix midnight rollover for cicrles without power usage registered during first hour(s)

## v0.31.2

- CI improvements.
Expand Down
1 change: 1 addition & 0 deletions plugwise_usb/nodes/circle.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ def _update_energy_today_now(self):
_utc_midnight_timestamp + timedelta(hours=1),
_utc_hour_timestamp,
)
self.do_callback(FEATURE_ENERGY_CONSUMPTION_TODAY["id"])
elif (
self._energy_pulses_today_now is not None
and self._energy_pulses_today_now > _pulses_today_now
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "plugwise_usb"
version = "0.31.2"
version = "0.31.3b0"
license = {file = "LICENSE"}
description = "Plugwise USB (Stick) module for Python 3."
readme = "README.md"
Expand Down