- Feb 05, 2022
-
-
TJLTM authored
-
- Nov 29, 2021
-
-
Todd J. Lee authored
removing print statement on connection.
-
- Oct 21, 2020
-
-
John authored
Merge circuit setup changes to upstream.
-
- Oct 05, 2020
-
-
jdeglavina authored
-
- Sep 21, 2020
- Aug 24, 2020
-
-
John authored
updated SPI mode to mode1 for esp8266
-
- Feb 11, 2020
-
-
John authored
-
- Dec 23, 2019
-
-
Tisham Dhar authored
Updated registers & added ESP32 support
-
- Nov 21, 2019
-
-
jdeglavina authored
- added SagPeakDetCfg, Sag and Voltage peak detect period and set to 20ms - adjusted power startup valuesto be more consistent - removed calibrationError since there is no checksum on the 32 (there is on the 36) - register numbers in comments
-
- Nov 12, 2019
-
-
jdeglavina authored
-
- Oct 26, 2019
- Jul 16, 2019
-
-
jdeglavina authored
-
- Jun 28, 2019
-
-
jdeglavina authored
- moved calibration variables to begin - added destructor
-
- Jun 19, 2019
- Jun 18, 2019
-
-
jdeglavina authored
-
- Jun 17, 2019
-
-
jdeglavina authored
- Removed calculation that would not allow some metering values to ever be negative - Added function to calculate Power Offset values - Tuned offset register values which will make metering values more accurate - Calibrated phase angle for more accurate small current values
-
- Jun 03, 2019
-
-
jdeglavina authored
-
- May 25, 2019
-
-
jdeglavina authored
-
- May 23, 2019
-
-
jdeglavina authored
-
- May 14, 2019
-
-
-
jdeglavina authored
- Replaced lineGain with much more useful PGAGain, which increases the gain on current channels. Useful if using smaller CTs (1x) or larger CTs, like 200A (4x). The default is 2x - Added config variable for line frequency. This allows the frequency setting to be switched in the front end software. Default is 60hz. - Fixed GetActivePower, GetApparentPower, GetPowerFactor - all of these were not taking into account the lower 16 bit register, and were not outputting the correct numbers - Fixed GetPowerFactor - the registers for power factor sometimes goes out of bounds for unknown reasons. Corrected this by doing a check on the output, and outputting 0 instead. Normally the value should be between -1 and 1. - Fixed GetPhaseAngle - should have been unsigned short instead of signed. The output now outputs between 0 and 360 - Added classes for GetImportReactiveEnergy GetImportApparentEnergy, GetExportReactiveEnergy - Added check for frequency lo and hi thresholds based on lineFreq - Added check for voltage sag based on lineFreq, and adjustment based on lineFreq and ugain
-
- May 07, 2019
- May 06, 2019
-
-
John authored
-
- Apr 30, 2019
-
-
John authored
For EmonCMS device setup - https://github.com/emoncms/device Upload to emoncms/Modules/device/data
-
- Mar 03, 2019
-
-
-
jdeglavina authored
-
- Feb 19, 2019
-
-
John authored
-
jdeglavina authored
-
-