Skip to content

Releases: openenergymonitor/emonth2

4.1.8

Choose a tag to compare

@TrystanLea TrystanLea released this 15 Apr 10:11

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

Choose a tag to compare

@glynhudson glynhudson released this 05 Mar 20:42
  • Fix dip switch node ID

4.1.6

Choose a tag to compare

@glynhudson glynhudson released this 26 Feb 15:36
  • Fix DS18B20 serial printing & multiple sensors

4.1.5

Choose a tag to compare

@glynhudson glynhudson released this 21 Aug 14:57
6fd6c33
  • Fix node ID DIP switch selection #18

4.1.3

Choose a tag to compare

@glynhudson glynhudson released this 21 Jul 16:18
  • Serial print RF format
  • Fix lib versions

4.1.2

Choose a tag to compare

@glynhudson glynhudson released this 01 Jun 16:43

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

Choose a tag to compare

@TrystanLea TrystanLea released this 17 Feb 10:42

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

3.2.6

Choose a tag to compare

@SlyRemarks SlyRemarks released this 04 Oct 15:24
b6be3bd

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

3.2.5

Choose a tag to compare

@TrystanLea TrystanLea released this 20 Sep 13:07

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

Choose a tag to compare

@SlyRemarks SlyRemarks released this 25 May 09:58
a4f958e
  • Add serial print note to select NL & CR when using serial config