Skip to content

Releases: insighio/insighioNode

v1.7.4

05 Sep 14:41
Compare
Choose a tag to compare

Enhancements

  • optmize device stat reporting content

v1.7.3

05 Sep 13:42
Compare
Choose a tag to compare

Fixes

  • change raw IP of insigh.io console to URL
  • update macros in device statistics

v2.6.1

07 Aug 09:49
Compare
Choose a tag to compare

New Features

  • Support configurable aliases in measurement namings

Enhancements

  • add loading bar when executing scale measurement

Fixes

  • Fix configuration upload when keyvalue pairs are defined

v2.6.0

06 Jul 08:35
Compare
Choose a tag to compare
v2.6.0 Pre-release
Pre-release

Experimental features

  • in web configurator, during calibration: lower txpower (when applicable) when measuring scale weight
  • power on wifi when measuring scale weight to match environment when calibrating

Enhancements

  • cellular modem management: add retries when trying to check SIM existance
  • minimize disconnection time for Quectel MC60
  • prioritize use of SoftSPI over SPI for hx711 driver use simple SPI for fallback

v2.5.4

05 Jul 08:44
Compare
Choose a tag to compare

Fixes

  • Fix runtime error when preparing to download OTA

v2.5.3

14 Jun 10:34
Compare
Choose a tag to compare

Enhancements

  • Quectel BG600: report rsrp & rsrq as integers instead of strings
  • Quectel BG600: add explicit call to NTP via AT commands to minimize change of wrong system clock
  • configuration_handler: when updating variable value, iterate complete configuration file and handle case of duplicate variable assignments

v2.5.2

12 Jun 16:43
Compare
Choose a tag to compare

Enhancements

  • optimizations for Quectel BG600

v2.5.1

17 May 09:29
Compare
Choose a tag to compare

Fixes

  • for experimental reporting of platform handle case of old micropython versions that they do not support it
  • modem output processing: handle case of very big return output from modem
  • fix reading 4-20 configuration in configurator
  • reset uart at the begining of each modem usage to ensure access to modem

v2.5.0

16 May 08:43
Compare
Choose a tag to compare

New features

  • implementation of Pulse Counter for Advanced Industrial sensor shield
  • upload device statistics whenever OTA completes
  • experimental: add extended info for platform in device stats

Enhancements

  • Do not initialize modem if not SIM card is inserted
  • Quectel BG600: set technology only if not previously set
  • optimizations on WebUI @ step 5 when configurating measurements
  • configuration_handler.updateConfigValue: do not make changes to config file if the key already has the same value

Fixes

  • fix bug of future timestamps after ota when using cellular data

v2.4.5

12 May 13:28
Compare
Choose a tag to compare

New Features

  • auto-select GPS technologies based on MCC

Fixes

  • updated lora modem to disable channels during join
  • fix parsing of RSSI result for all modems
  • minor optimizations