Skip to content

Releases: Roastero/freshroastsr700

v0.2.4 - Direct access to software heater controller

07 Oct 15:45
Compare
Choose a tag to compare

Resolves feature request documented in issue #31. freshroastsr700 object can now be instantiated with manual control of the software-based heater algorithm. Tested in Ubuntu 16.04.

v0.2.3 - Improved communication behavior

22 May 15:42
Compare
Choose a tag to compare

Resolves issues #22, 23, 24 and 25, and 29 (the latter introduced by 0.2.2). Added logic to handle hardware connects and hardware disconnects properly in all supported OSes. Software now supports multiple connect()-disconnect() cycles using the same freshroastsrs700 object instance. Tested in Windows 10 64-bit and Ubuntu 14.04.

Version 0.2.2 - do not use

04 May 12:50
Compare
Choose a tag to compare

This release does not run properly on Windows, see issue #9 - fixed in v0.2.3.

Full Windows support

14 Mar 15:10
Compare
Choose a tag to compare

Fixed issue #20, which prevented frozen python apps from running in the Windows environment.

Improved PID Control

09 Mar 01:14
Compare
Choose a tag to compare
  • Completely rewritten PID control for tighter tracking against target temperature (when freshroastsr700 is instantiated with thremostat=True).
  • Callback functions for update_data_func and state_transition_func now called from a thread belonging to the process that instantiated freshroastsr700. This was necessary for Openroast version 1.2 code refactoring.
  • Reduced processor load for PID control as part of code refactoring.

Added Python 2.7 and multiprocessing support.

28 Dec 21:48
Compare
Choose a tag to compare
Merge pull request #15 from Roastero/ms/update-for-release

Updated version and added release dependency.

First official release.

16 Jan 16:56
Compare
Choose a tag to compare
v0.0.5

Fixed code snippets.

Updated interface

21 Nov 23:27
Compare
Choose a tag to compare
Updated interface Pre-release
Pre-release

There have been updates made to the way users interface with this module.

Updated roaster communication

17 Nov 06:07
Compare
Choose a tag to compare
Pre-release

Fixes Issue #7

First release

17 Nov 01:32
Compare
Choose a tag to compare
First release Pre-release
Pre-release

This will be submitted to the Python Package Index once Pyserial version 3.0 is released.