odya/esphome-powmr-hybrid-inverter

Voltage control

tomkolp opened this issue · 4 comments

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

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

odya commented

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

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

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.