Skip to content

Releases: tbowmo/node-red-contrib-mysensors

4.2.0

01 Jun 17:56
Compare
Choose a tag to compare

Added possibility to add newline to serial type output from the controller node, as some has reported issues with external devices in certain cases

Should fix #29

4.1.0

15 May 19:16
a1ca3e1
Compare
Choose a tag to compare
  • Bumping dependencies
  • Fixing a few sonarcloud warnings

3.3.0

22 Mar 15:51
0afd03d
Compare
Choose a tag to compare

Add battery status from nodes to the controller overview.

3.2.1

17 Mar 22:21
Compare
Choose a tag to compare

Minor update that fixes issue with nodeId showing up as null value in controller listing.

Also updated modules as some had security issues.

3.2.0

13 Jul 12:37
Compare
Choose a tag to compare

Added functionality to do database lookups in decode node, used to enrich mysensors messages in nodered, with sensor type received during node presentation.

3.1.1

20 Jun 20:05
Compare
Choose a tag to compare

Bug fix, node ID's was never assigned to nodes due to a couple of issues in the controller logic.

3.1.0

17 Jun 17:48
Compare
Choose a tag to compare

Adds I_TIME and I_CONFIG responses to controller node

3.0.0

21 May 07:03
Compare
Choose a tag to compare

Change "log"

Changed database setup for controller node to use migrations feature from sqlite, which makes it easier to update the database schema later on, if needed.

Documentation updates, and reformatting both in nodes and in readme file.

2.2.0

10 May 18:32
Compare
Choose a tag to compare

Code cleanup, stricter checking on typescript files

Added decoding of sensor type etc in decode node, as extra fields in the node messages:
subTypeStr
messageTypeStr

Various minor updates.

2.1.0

28 Apr 09:21
Compare
Choose a tag to compare

Release notes:

  • TSLint added to project, fixed all linting errors.
  • Implemented debug/log parser from https://www.mysensors.org/build/parser in the mysdebug node
  • Various UI improvements to the different configuration pages.