#Hi all I want to send a negative value
1 messages · Page 1 of 1 (latest)
this is basicly where i am stuck: https://github.com/home-assistant/core/issues/21371
what are you trying to do exactly?
I want to charge/discharge a Battery through an inverter. The Inverter has a modbus adress that accepts positive values to discharge to grid, negative to charge from grid
discharge works as expected, cant enter negative values through HA to start charging from grid when the dynamic tariff is low
not sure if relevant, but in order to discharge with 1000 Watts i need to send 2 values 0, 1000. let me make a screenshot. I found that example on the forum and it was the only time it worked because the modbus adress is two 16bit integers or something like that