/ESPHome-ESP8266-PCF8583-counter

Battery impulse counter based on ESPHome with ESP8266 and PCF8583 acting as hardware counter

Primary LanguageC++

ESPHome-ESP8266-PCF8583-counter

Battery impulse counter based on ESPHome with ESP8266 and PCF8583 acting as hardware counter

Components:

Example configuration for energy meter with 6400 impulses per kWh. You can change that in yaml:

                return (1000.0 * (delta_count / 6400.0) * (3600.0 / 60.0));
              state: !lambda return (x / 6400.0);

ESP8266_PCF8583_counter

IMG_20210407_204011

image

image