Skip to content

Releases: corvis/prana_rc

Version 0.4.4 (stable)

06 Apr 22:15
Compare
Choose a tag to compare

This release includes new 2 major features:

  1. Added full support for devices equipped with sensors (temperature, humidity, CO2, VOC, pressure)
  2. Added ability to control display brightness

Also, there are some changes to the way to manage connections which might reduce the number of re-connection attempts

The full list of changes is below

Implemented enhancements:

  • Ability to control display brightness #19
  • VOC and CO2 sensors support #18

Fixed bugs:

  • Prevent multiple simultaneous connection attempts to different devices #27
  • Multiple re-connection attempts some times lead to command failure #24
  • Incorrect sensor readings #21

Closed issues:

  • Docs: Describe sensors #26
  • Docs: Describe SetState object structure #25

Version 0.4.3

06 Apr 21:26
Compare
Choose a tag to compare
Version 0.4.3 Pre-release
Pre-release

Changes

Implemented enhancements:

  • Ability to control display brightness #19

Fixed bugs:

  • Multiple re-connection attempts some times lead to command failure #24

Version 0.4.2

06 Apr 17:52
Compare
Choose a tag to compare
Version 0.4.2 Pre-release
Pre-release

Changes

Implemented enhancements:

  • Ability to control display brightness #19

Fixed bugs:

  • Multiple re-connection attempts some times lead to command failure #24

Version 0.4.1

22 Mar 22:46
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release

Implemented enhancements:

  • VOC and CO2 sensors support #18

Fixed bugs:

  • Incorrect sensor readings #21

Version 0.4.0

04 Mar 18:28
Compare
Choose a tag to compare

Implemented enhancements:

  • Eco Energy series support (temperature, humidity sensors) #14

Fixed bugs:

  • Fix logger to support enable extensive logging via env. variable #15

Version 0.3.11

24 Dec 00:08
Compare
Choose a tag to compare

Resolved issue related to the client library packaging.

Version 0.3.7

27 Nov 23:17
Compare
Choose a tag to compare

Implemented enhancements:

  • Add "disconnect_all" method to force termination of the ble connection without server restart #12
  • Add healthcheck api method to query server status and verify connections from the remote client #11
  • Add current brightness value to the device state #10

0.3.4

15 Nov 23:26
Compare
Choose a tag to compare

Implemented enhancements:

  • Add timeout before connection attempts #6

Fixed bugs:

  • HTTP Server doesn't closed ble connections correctly on sigterm #8
  • HTTP client fails to send set state command due to serialization error #7
  • CLI tries to proceed with business logic even when connection wasn't established #5

0.3.3

15 Nov 21:16
Compare
Choose a tag to compare

Implemented enhancements:

  • Improve error handling to the client receive more straightforward error message #4
  • Improvements to the HTTP server inteface #3

Fixed bugs:

  • Attempt number in case of connection failure is invalid in log message #2

0.3.2

15 Nov 00:31
Compare
Choose a tag to compare

Changes in this Release

  • Made compatible with Bleak >= 0.8
  • Fixed -format json flag