Skip to content

Releases: lolwheel/Owie

v1.4.3

08 Aug 19:01
Compare
Choose a tag to compare

Commits

  • bbee9c0: Add thermistor temperatures to homepage (#53) (Jordan Vlieg) #53
  • e5308bb: Fix buggy linear interpolation in SOC calculation. (lolwheel)
  • 96dd6ab: Clean up rebroadcast logic for shutdown packet. (lolwheel)
  • f6cc3c7: [Lookup table version] Improved battery percentage tracking based off actual energy remaining (#55) (Jordan Vlieg) #55
  • c12b2c1: Update version string. (lolwheel)

v1.4.2

01 Aug 21:42
Compare
Choose a tag to compare

Commits

  • c39d3b3: Dont replay shutdown packets. (lolwheel)

v1.4.1

01 Aug 21:27
Compare
Choose a tag to compare

Commits

v1.4.0

01 Aug 07:10
Compare
Choose a tag to compare

Major reliability improvements: Packet replay functionality.

Commits

  • fb57a96: Refactor and move around settings pages. (lolwheel)
  • 6a19879: Add packet timing and integrity stats. (lolwheel)
  • 6069fb8: Fix the tests. (lolwheel)
  • b9c0875: Re-enable accidentally commented test. (lolwheel)
  • e840d5b: Packet replay functionality. (lolwheel)

v1.3.2

29 Jul 00:50
a3adc11
Compare
Choose a tag to compare

Tweak the battery percentage estimation so that the cell voltage above 4.14 is considered 100%

Commits

  • a3adc11: Lower what's considered 100% charged cell voltage to 4.14 volts (lolwheel)

v1.3.1

08 Jul 08:12
Compare
Choose a tag to compare

Commits

  • 4c07f44: Remove AsyncElegantOta and ArduinoOTA. (lolwheel)

v1.3.0

20 Jun 19:15
Compare
Choose a tag to compare

Commits

  • 0225fc9: New Pairing circumvention without requring the BMS serial. (lolwheel)

v1.2.1

18 Jun 07:39
Compare
Choose a tag to compare

Commits

  • c3f298a: Fix unsigned long parsing for serial override. (lolwheel)

v1.2.0

17 Jun 06:15
Compare
Choose a tag to compare

Commits

  • 83a761b: Partially update README replacing build instructions (lolwheel)
  • 7e0c3a5: Charging tracker skeleton. (lolwheel)
  • e859416: Switch to parallel arrays in CharginTracker. (lolwheel)
  • 593887b: Switch to lowest cell tracking. Still doesn't work. (lolwheel)
  • a01aaca: Charging tracking works. (lolwheel)
  • 1d37a63: Write charging log every time new point is created. (lolwheel)
  • 89b5648: Updated battery SOC estimation based on my logged results. (lolwheel)
  • 2f6540f: Minor fix: Switch serial to Unsigned integer. (lolwheel)
  • 5353068: Bump the version to 1.2.0 (lolwheel)

v1.1.0

31 May 02:23
fd56b2b
Compare
Choose a tag to compare

Commits

  • cc57288: board locking working (ow-breaker) #36
  • 7115ec0: added dynamic board unlock button (ow-breaker) #36
  • 32987a3: added arm/disarm button in settings (ow-breaker) #36
  • 5624133: little bit of cleanup. (ow-breaker) #36
  • f3a92dd: bit more cleanup. (ow-breaker) #36
  • aa11b25: should work on all OW's now, no packets should be getting through (ow-breaker) #36
  • 0ae7818: instead of blocking callbacks, I'm just closing the digital writes out (ow-breaker) #36
  • 4290425: updated readme, re-added recovery mode. (ow-breaker) #36
  • 7c478ac: Merge branch 'lolwheel:main' into security (ow-breaker) #36
  • 7e38698: Merge branch 'lolwheel:main' into security (ow-breaker) #36
  • 99fff76: Merge remote-tracking branch 'upstream/main' into security (ow-breaker) #36
  • 1668cbf: Merge branch 'lolwheel:main' into security (ow-breaker) #36
  • 1243196: fixes requested (ow-breaker) #36
  • 8204d83: fix wifi power setting option dropdown not showing full selection range (Michael Retich) #40
  • 1bbec0e: Fix test breakage caused by PIO update. (lolwheel)
  • f0bc26a: Settings page refresh. (lolwheel)
  • db830cf: Library version spec consolidation. (lolwheel)
  • 6336588: Merge branch 'lolwheel:main' into security (lolwheel) #36
  • 60da5e6: * Settings UI touchup (lolwheel) #36
  • 425907a: fix README (lolwheel) #36
  • 15e5867: install html-minifier-terser in the Github CI env. (lolwheel) #36