Skip to content

Releases: mreschka/helios2mqtt

Added config file and ENV configuration support

31 Jul 18:57
Compare
Choose a tag to compare

Added config file and ENV configuration support

Major Security Fix

31 Jul 15:10
Compare
Choose a tag to compare

Upgraded all dependencies to current Versions for security fixes.

This bricks compatibility with Node < 10. Make sure to update to >= 10 befor upgrading this program.

Readme Update

29 Mar 18:18
Compare
Choose a tag to compare

I forgot to updated the readme in release 0.1.6 so I did this now.

Security Fix

29 Mar 18:03
Compare
Choose a tag to compare

Since helios2mqtt had some very old dependencies I updated my used libs:

  • async ^2.6.3
  • jsmodbus ^3.1.6
  • mqtt ^3.0.0
  • yalm ^4.1.0
  • yargs^13.3.2

Only functional (minor) change: Integrated new Variable bypass_offen

Watchdog, QOS Setting and Retain

04 Mar 09:44
Compare
Choose a tag to compare

Added Watchdog Feature. The watchdog monitors mqtt-publish activity of helios2mqtt. I suggest using at least 60 seconds. You can turn this on in order to let helios2mqtt exit as a last measure if all reconnect attempts fail (i.e. twice the watchdog time went by without any successful publish. Reasons could for exmaple be a problem with modbus connection to helios and no data from helios or a connection problem to mqtt server. Use witch care - you have to make sure the process gets restarted after it exits, e.g. using pm2 or similar.

Additional small Change: QOS setting and Retain Setting for mqtt publish. The connect topic is always retained.

First release with SET functionality

01 Jan 19:49
Compare
Choose a tag to compare

Added set support fpr Helios Easycontrols. See reedme for details!
Bumoed some library versions. Please open issue here on guthub if there are any poblems with that!

0.0.10

01 Jan 16:46
Compare
Choose a tag to compare
First Release of set functionality

First working release

06 Oct 19:47
Compare
Choose a tag to compare
0.0.9

Reconnect-Bugfix 2