Closed davidebeatrici closed 1 year 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!
@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.
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
Original discussion: leodesigner/powmr_comm#3