Skip to content

Releases: solectrus/power-splitter

v0.5.1

13 Oct 04:36
815fee7
Compare
Choose a tag to compare

Bugfixes

  • Fixed handling of sensors with identical field names (#102)
  • Fixed invalid time range at beginning of a new day

Other

  • Upgraded dependencies, Ruby 3.3.5 and more

v0.5.0

30 Aug 10:28
b97815b
Compare
Choose a tag to compare

What's Changed

  • Adds POWER_SPLITTER_INTERVAL
  • Ensures that timestamps are always set at precise 5-minute intervals (0:05, 0:10, 0:15, …)

Full Changelog: v0.4.0...v0.5.0

v0.4.0

22 Aug 06:42
d27c99e
Compare
Choose a tag to compare
  • Creates 288 records per day (5-min-groups) instead of 24 (1-hour-groups)
  • Allows docker compose kill --signal USR1 power-splitter to force a rebuild
  • Updated dependencies

Full Changelog: v0.3.0...v0.4.0

v0.3.0

07 Aug 14:24
f1d1353
Compare
Choose a tag to compare
  • Use fixed measurement name power_splitter

Full Changelog: v0.2.1...v0.3.0

v0.2.1

07 Aug 13:30
4d36ea1
Compare
Choose a tag to compare
  • Fix Fix handling blank sensor

Full Changelog: v0.2.0...v0.2.1

v0.2.0

07 Aug 13:29
2709e88
Compare
Choose a tag to compare
  • Flushes Redis after processing historical data

Full Changelog: v0.1.0...v0.2.0

v0.1.0

25 Jul 06:08
5c7b765
Compare
Choose a tag to compare

First release