odya / esphome-powmr-hybrid-inverter

ESPHome config for various PowMr Hybrid Inverter models.
MIT License
67 stars 10 forks source link

Add PCB #10

Closed davidebeatrici closed 11 months ago

davidebeatrici commented 11 months ago

Original discussion: leodesigner/powmr_comm#3

odya commented 11 months ago

Heh, cool! I'm currently testing an upgraded controller with PZEM-004 at the input of the inverter. Then I was planning to start designing the controller board. In that case, I will use yours as a basis. Thank you!

odya commented 11 months ago

@davidebeatrici By the way, are you sure there won't be any issues with ESPHome on ESP32-C3? The documentation states that it's not fully supported, and there might be problems.

davidebeatrici commented 11 months ago

Heh, cool! I'm currently testing an upgraded controller with PZEM-004 at the input of the inverter. Then I was planning to start designing the controller board. In that case, I will use yours as a basis. Thank you!

Awesome, looking forward to it!

By the way, are you sure there won't be any issues with ESPHome on ESP32-C3? The documentation states that it's not fully supported, and there might be problems.

Working flawlessly here with the following changes to the ESP32 config:

substitutions:
  device_name: "powmr-inverter"
  node_name: "PowMr Inverter"
  node_id: powmr_inverter
  tx_pin: GPIO7
  rx_pin: GPIO6
esp32:
  board: esp32-c3-devkitm-1
  framework:
    type: arduino
Home Assistant Please note that it's night and there is no battery at the moment. ![](https://github.com/odya/esphome-powmr-hybrid-inverter/assets/5897523/1b38025c-0bb8-4ac8-9658-7ab35c46cf24) ![](https://github.com/odya/esphome-powmr-hybrid-inverter/assets/5897523/1376f37d-fe21-4e68-b5be-179303b0ed73)