Releases: openenergymonitor/emontx-3phase
Releases · openenergymonitor/emontx-3phase
v1.6 fix for incorrect space character in the formatted output
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
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
Arduino IDE V1.8.7 requires declaration of showString function in main sketch.
V1.2.0 | DS18B20 Temp Error Codes
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
Newline + carriage return line endings, fix for direct serial
Changed newline line endings for newline + carriage return line endings. Fix for direct serial.
https://community.openenergymonitor.org/t/3-phase-serial-connection-emonhub-query/3099?u=pb66
three phase V0.10, add pulse counting and fix temp fault codes (RW)
0.10.0 three phase V0.10, add pulse counting and fix temp fault codes (RW)
V0.9.4 | emonTx Three -phase
See change log in src.ino