Skip to content

Releases: maruno/mpy-blox

v0.4.2: The informational update!

12 Oct 14:40
Compare
Choose a tag to compare

This update brings much improvements to the information logging provides and how it's accessible, including a fully VT100 remote terminal including colours and logger names. :)

What's Changed

  • Improve logging with VT formatter and remote terminal handler by @maruno in #30
  • Small app improvements: GC after boot and logging system information by @maruno in #31
  • Time fixes: Limit noisy logs from subseconds and add NTP interval sync by @maruno in #32
  • Named loggers by @maruno in #33

Full Changelog: v0.4.1.1...v0.4.2

v0.4.1.1

31 Aug 17:44
Compare
Choose a tag to compare

This is a small bugfix that would block updating the framework when files get smaller... Which hadn't happened yet :P

What's Changed

  • Fix rewriting files with truncations by @maruno in #29

Full Changelog: v0.4.1...v0.4.1.1

v0.4.1

31 Aug 12:17
Compare
Choose a tag to compare

Changed the OTA script to allow publishing source files that are often related to a single device like settings.json and user_main.py and found out that part isn't working so well anymore. Fixed that up.

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

10 Aug 14:01
Compare
Choose a tag to compare

Overhauled MQTT with v5 support, start of something a lot better and more usable. QOS0 for now, but a good base for more.
This release also finalises MQTT OTA support to 'production ready' levels including OTA command script. It is my primary way of deploying even on a USB connected dev board as serial is quite slow.

What's Changed

Full Changelog: v0.3.2...v0.4.0

v0.3.2: Micropython v1.22 update

01 Apr 09:42
Compare
Choose a tag to compare

Maintenance release to source level and compatibility with v1.22 changes.

New requirement:

  • zlib

v0.3.1: Add switch entity and deploy-user

03 Feb 12:29
Compare
Choose a tag to compare

Minor release to add MQTT Switch-entity and the deploy-user Makefile utility to deploy user_main.py easier.

MPy-BLOX evolution v0.3.0

04 Aug 18:33
Compare
Choose a tag to compare

Though without massive new support, lots of quality improvements:

  • MQTT refactoring to a more sustainable single connection with router pattern.
  • New MQTT.hass modules
  • MCP3202 and general ADC high performance sampling framework.
  • Simple ExponentialMovingAverage IIR-DSP filter

Proper HA multi entity device

22 Oct 11:16
Compare
Choose a tag to compare
v0.2.1

Versionbump 0.2.1

v0.2.0: Stable updates

04 Jul 09:25
Compare
Choose a tag to compare

First 'stable' release. This offers the basic framework with the update mechanism in place to make it updatable for the upcoming period. Will be versioning from now on.