Skip to content

davidebeatrici/esphome-powmr-hybrid-inverter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPHome PowMr Hybrid Inverter

ESPHome config for 2.4kW PowMr Hybrid Inverter. Must be compatible with 1.5kW, 2.4kW and 3.2kW models.

Requirements

  • One half of an ethernet cable with RJ45 connector
  • RS232-to-TTL module (MAX3232CSE f.e.)
  • Generic ESP32 (recommended) or ESP8266 board

Connection

PowMr ESP32 connection diagram

ESP8266

This configuration can be used on the ESP8266, but you won't be able to use all the sensors due to the memory limitations of the ESP8266. You can use minimal set of sensors/selects, leaving only the ones you need. You can use "Heap size" sensor of Debug component to determine how much free memory left. Looks like minimum heap size, that ensures stability, is near 6Kb.

Usage

  • Copy config & powmr-inverter from src directory
  • Customize config details (secrets, device name, etc.)

Debugging

  • Uncomment debug section to enable the debug output of the UART component
    uart:
      id: uart_0
      baud_rate: 2400
      tx_pin: ${tx_pin}
      rx_pin: ${rx_pin}
      # debug:
      #   direction: BOTH
      #   dummy_receiver: false
    
  • Increase the log level to DEBUG or VERBOSE
    logger:
      level: WARN
    

Notes

References & thanks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%