Skip to content

Releases: openenergymonitor/emonth2

4.1.8

15 Apr 10:11
Compare
Choose a tag to compare

Attempt to fix battery drain issue affecting some emonTH2 units by switching to use of minimal RFM69_LPL library which has more timeout checks on while loops alongside an option to not wait for channel clear before sending data.

Current consumption measured to be 4% lower so far on this version due to other timing optimisation but this is not related to the battery drain issue.

Pulse counting and external temperature sensing disabled by default. Enable via serial configuration.

4.1.7

05 Mar 20:42
Compare
Choose a tag to compare
  • Fix dip switch node ID

4.1.6

26 Feb 15:36
Compare
Choose a tag to compare
  • Fix DS18B20 serial printing & multiple sensors

4.1.5

21 Aug 14:57
6fd6c33
Compare
Choose a tag to compare
  • Fix node ID DIP switch selection #18

4.1.3

21 Jul 16:18
Compare
Choose a tag to compare
  • Serial print RF format
  • Fix lib versions

4.1.2

01 Jun 16:43
Compare
Choose a tag to compare

V4.1.2 - (27/02/23) Add option to used custom encryption key
V4.1.1 - (19/02/23) Fix missing frequency initialization

  • For compatibility with latest hardware (e.g RFM69SPI / emonTx V4 / emonPi2) use Low Power Labs (LPL) firmware
  • For backwards compatibility with older hardware (e.g RFM69SPI / Origional emonPi / emonTx V3) use JeeLib Classic firmware

4.1.0

17 Feb 10:42
Compare
Choose a tag to compare

Combined firmware that can support jeelib classic, native and LowPowerLabs radio formats

3.2.6

04 Oct 15:24
b6be3bd
Compare
Choose a tag to compare

Multiple external DS18B20 sensors accepted. No change to config file.

3.2.5

20 Sep 13:07
Compare
Choose a tag to compare

Support for multiple external temperature sensors, specifiable via #define at top of src.ino.

Binaries:

  • firmware.hex: single external temperature sensor
  • firmware_2ext.hex: 2x external temperature sensors

V3.2.4 | Serial config note

25 May 09:58
a4f958e
Compare
Choose a tag to compare
  • Add serial print note to select NL & CR when using serial config