2Fblob
2Fblob
I added some support to the binaries to report consumption and production power for systems with PV modules, based on the BL0942 energy metering IC present in many smart plugs....
Comment out lines that check if energy flow is positive to allow measurement of reverse energy by BL0942, etc.
BL0942 - Changes to enable forward / reverse energy measurement CF_CNT - the 24bit variable that collected the data from active energy accumulation could overflow, causing false readings periodically. The...
Following code adds support for bi-directional power measurement using BL0942.
Bi-Directional power measurement. Code cleanup and bug changes