Skip to content

MortenVinding/esp8266-kamstrup-mqtt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp8266-kamstrup-mqtt

Fork of https://github.com/Claustn/esp8266-kamstrup-mqtt since I need the ESP to run only on power supplied from the meter it self.

To keep it simple and not have any circurity not needed and using power, I changed it to work on a ESP-01.

Serial swap is removed so we use the serial on GPIO2 and GPIO3 available on the ESP-01. That means debug is still going to GPIO2 (TX), but we only receive from the meter (on GPIO3 RX), but it means debug is reduced to 2400 baud.

Also added a meaning full hostname and a status topic to tell when data is received.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.9%
  • C++ 16.1%