odya / esphome-powmr-hybrid-inverter

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

POW-HVM3.2H-24V modbus write registers #11

Closed AugustoMoura closed 8 months ago

AugustoMoura commented 9 months ago

Hi I just want to share some extra write registers that I found in my POW-HVM3.2H-24V

I used an ESP32 and this https://github.com/zivillian/esp32-modbus-gateway/ By using the debug menu: "Debug" -> Slave ID 5 + "Read Holding Register" + Register # -> "Send" and comparing with the settings in the inverter screen

Here's the list: (just be careful, I haven't fully tested it)

romanbychkoosf commented 9 months ago

thanks for pointing to modbus-gateway! With it I identified temperature sensor of MPPT controller of POWMR 3.6M (or the highest temperature of 2 sensors (inverter and MPPT controller), not really sure)

odya commented 8 months ago

@AugustoMoura thanks. Updated registers map https://github.com/odya/esphome-powmr-hybrid-inverter/pull/17

odya commented 8 months ago

@romanbychkoosf, thank you. Added to read registers list