Skip to content

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

Notifications You must be signed in to change notification settings

Mr-Groch/ESPHome-ESP8266-PCF8583-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages