Skip to content

Releases: insighio/insighioNode

v1.7.1

21 Jun 15:52
Compare
Choose a tag to compare

New features:

  • support new boolean configuration "_MEAS_GPS_NO_FIX_NO_UPLOAD": if true, do not upload measurement if the is no GPS fix
  • support new boolean configuration "_STORE_MEASUREMENT_IF_FAILED_CONNECTION": if true, in case of failed network connection the measurement is stored and uploaded in a future successful connection

Enhancements:

  • in always-on scenarion, subtract uptime from the sleep period to increase probability of having an uploaded measurement at intervals closer to the defined configuration

Fixes:

  • decrease parallel threads of webserver from 2 to 1
  • minor fix when reading modem clock

v1.7.0

15 Jun 09:09
Compare
Choose a tag to compare

New Features:

  • device hardware/software telemetry stats upload
  • micropython 1.18+ support using build-in ADC reading calibrated by efuse

Enhancements:

  • Quectel BG600: better handle MQTT disconnection
  • re-enabled web server for ESP32S2

Binaries are generated using microfreezer v0.3 that supports python code minification

v1.6.2

06 Jun 14:50
Compare
Choose a tag to compare

Fixes:

  • If GPS is enabled while always-on scenario is active, adapt MQTT keepalive.

(binaries will be released for the upcomming v1.6.3 due to an issue in ADC metering of updated micropython firmware)

v1.6.1

06 Jun 11:56
Compare
Choose a tag to compare

Enhancements

  • store measurement in case of no active network connection
  • set hard limit of 1000 stored messages in case of network unavailability

(binaries will be released for the upcomming v1.6.3 due to an issue in ADC metering of updated micropython firmware)

v1.6.0

03 Jun 10:34
Compare
Choose a tag to compare

New Features:

  • first offical support of ESP32S3
  • always-on scenario: support GPS always on
  • always-on scenario: support signal quality reporting
  • support IPv4/v6 configuration option for Cellular connections
  • support configuration LTE-M option if modem supports it

Enhancements:

  • WebUI: web server optimizations
  • major refactoring in demo_scenario
  • optimizations of MQTT implementation in case of failed transmissions (for Quectel BG600L)

v1.5.2

11 May 10:18
Compare
Choose a tag to compare

New features:

  • Support always-on connection for shorter measurement intervals

Enhancements:

  • refactored WebUI pages for field auto-generation

Fixes:

  • fix uninitialized gps instance

v1.4.0

09 May 10:00
Compare
Choose a tag to compare

New features:

  • Configuration loading on local Web configurator
  • Configuration upload to backend upon new device configuration

v1.3.4

04 May 15:10
Compare
Choose a tag to compare

fix:

  • add 3rd ADC pin configuration in templates

v1.3.2

26 Apr 12:38
Compare
Choose a tag to compare

Enhancements:

  • minify generated json strings without spaces
  • refactoring on clearing retained messages from control requests

v1.3.1

26 Apr 08:47
Compare
Choose a tag to compare

Enhancements:

  • QuectelBG600: During MQTT connection setup, if MQTT is already active use previous connection.