githubDante

Results 58 comments of githubDante

> @githubDante? Do I read it correctly that it's an exception code 07? > > _The slave cannot perform the programming request sent by the master._ > > Edit: @SamirHafez...

Unless the ACK error is added to `umodbus` (which seems highly unlikely) I think there is nothing that can be done here.

The limits are set according to the MODBUS documentation. It's available in the docs dir. The limits can be overwritten quite easily either through the _high attribute or by using...

Support for register 142 has been added in 0.2.0

If you add Closes #559 in the description the issue will be closed automatically if/when this is merged :wink:

Hi, This is not the first complain about the larger inverters e.g. the custom_format() method has been added due to some scaling issues with them. > Grid total power consists...

Hi, Something is wrong with your environment. I'm not very familiar with Windows, but it's always better to create a `virtualenv` , activate it and use `pip install` after that....

It's doable via the following registers: - MaxChargeAmps - MaxDischargeAmps or - GridExportLimit All are available in the WritableRegisters class. The latter is even mentioned at the bottom of the...

> So I think my question is: if I just want to charge or discharge the battery right now with a certain amount of power, what commands do I need...

Hi, Which inverter is the cited documentation for ? `MaxChargeAmps` looks like the only way. Registers 210 & 212 are not an option as they are controlled by the BMS...