herbi3
herbi3
Gidday, im not sure how to change the unit for batteries connected to the followers using this example `battery1 = follower.batteries()["Battery1"]` which returns: `Battery1(localhost:9004, connectionType.TCP: timeout=5, retries=3, unit=0x1)` however, the...
After some testing, instead of trying to support the Backup Interface, which is likely to never happen. I found some existing values that represent off-grid mode and would be ideal...
The latest solaredge firmware update now has "time of use + remote" as a new option for storage control mode. This option is simply number "5" where "4" is still...
1. added class StorageInverter(SolarEdge) to read these, set `solaredge_modbus.StorageInverter(parent=master).read_all()` with master set as `master = solaredge_modbus.Inverter(host=LEADER_HOST, port=LEADER_PORT, retries=10, timeout=10, unit=1)` This new class has `self.wordorder = Endian.Little` instead of `self.wordorder...
- Added `endian.LITTLE` dict for registers that require wordorder to be `endian.LITTLE` now both BIG & LITTLE work at the same time - additional registers `export_control_mode, export_control_limit_mode, export_control_site_limit, storage_control_mode, storage_ac_charge_policy,...