Skip to content

Releases: openenergymonitor/emontx-3phase

v1.6 fix for incorrect space character in the formatted output

25 Feb 08:46
Compare
Choose a tag to compare

An incorrect space character in the formatted output (3-wire system) for the ESP8266 has been corrected. There is no other change. See: https://community.openenergymonitor.org/t/update-to-3-phase-pll-sketch/8610/14

V1.4.0: Support 3 or 4-wire systems

16 Nov 16:23
3f8227e
Compare
Choose a tag to compare

Add support for 3 and 4-wire systems. See PR #13

  • By Robert Wall, see forum thread:

https://community.openenergymonitor.org/t/update-to-3-phase-pll-sketch/8610/4

showString() Declaration in Main Sketch

03 Oct 13:30
Compare
Choose a tag to compare

Arduino IDE V1.8.7 requires declaration of showString function in main sketch.

V1.2.0 | DS18B20 Temp Error Codes

12 Mar 23:41
f2b63ec
Compare
Choose a tag to compare

https://community.openenergymonitor.org/t/emonpi-temperature-measurement/6792/17

Implement standard temp error codes:

#define UNUSED_TEMPERATURE 300
// this value (300C) is sent if no sensor has ever been detected
#define OUTOFRANGE_TEMPERATURE 302
// this value (302C) is sent if the sensor reports < -55C or > +125C
#define BAD_TEMPERATURE 304
// this value (304C) is sent if no sensor is present or the checksum is bad (corrupted data)
// NOTE: The sensor might report 85C if the temperature is retrieved but the sensor has not been commanded

V1.1.0 | Big update (complete rewrite) to use PLL by RW

12 Mar 23:33
ff868a9
Compare
Choose a tag to compare

Newline + carriage return line endings, fix for direct serial

13 Feb 11:02
Compare
Choose a tag to compare

three phase V0.10, add pulse counting and fix temp fault codes (RW)

01 Feb 17:43
Compare
Choose a tag to compare
0.10.0

three phase V0.10, add pulse counting and fix temp fault codes (RW)

V0.9.4 | emonTx Three -phase

14 Nov 22:26
Compare
Choose a tag to compare

See change log in src.ino