odya / esphome-powmr-hybrid-inverter

ESPHome config for various PowMr Hybrid Inverter models.
MIT License
100 stars 15 forks source link

Voltage control #1

Closed tomkolp closed 11 months ago

tomkolp commented 1 year ago

I have POW-HVM1.5H-12V, will it be possible to control the voltages?

In the smartess application, it is not possible to control the voltages for 12v. There is only a choice of 24v or 48v.

Has anyone tested this integration with a 12v inverter?

odya commented 1 year ago

Sorry, I have only 24v model. What voltages are you talking about?

odya commented 1 year ago

For now it were tested only on 2.4kW/24v model. I added a manuals section because during my research, I accumulated various manuals. I assumed that the 1.5, 2.0, 2.4, and 3.2 models are similar because they have mostly similar manuals. I apologize for any confusion.

Paxy commented 1 year ago

Have you tried to make a switch instead of the sensor for writing Modbus value instead of just reading it? This could be useful for remote voltage control, power source selection, ... Do you have yaml sample with switches that works?

odya commented 1 year ago

There are separate registers for reading and writing. I am using the modbus_select component for changing write registers. For binary values, you can use the Modbus Switch component instead.

So, in principle, you can use modbus_switch to change the values of write registers from the list.