nmakel / solaredge_modbus

SolarEdge Modbus data collection library
MIT License
147 stars 36 forks source link

added support to control storedge interface #99

Open benhubert opened 6 months ago

benhubert commented 6 months ago

This PR adds support to control SolarEdge StorEdge interface. Check out the documentation to find out how to use it: https://www.photovoltaikforum.com/core/attachment/88445-power-control-open-protocol-for-solaredge-inverters-pdf/

herbi3 commented 6 months ago

Excellent, this is how I resolved it too a while back [here] (https://github.com/nmakel/solaredge_modbus/issues/36#issuecomment-1412904827) - since this is already covered by the inverter itself, I was hoping one day to sort out the change between big and little endian when reading certain parameters without having to specify this separately

herbi3 commented 5 months ago

https://github.com/nmakel/solaredge_modbus/pull/100#issue-2311779625