Releases: atc1441/NETSGPClient
Releases · atc1441/NETSGPClient
Release 2.0.0
Changes
- Add function for changing the power grade (bool setPowerGrade(const uint32_t deviceID, const PowerGrade pg);)
- Add function for activating and deactivating inverters (bool activate(const uint32_t deviceID, const bool activate);)
- Add function for rebooting inverters (bool reboot(const uint32_t deviceID);)
- Rename findAndReadStatusMessage to findAndReadReply and make it also find and read control and power grade messages
- Improve debug logging
Bugfixes
- None
Release 1.1.1
Release 1.1.0
Changes
- 056f554 Add compile time debug messages that can be turned off
- 056f554 Use CRC to determine validity of received messages
- 9fff49a Make library compliant with Arduino 1.5 format
Bugfixes
- 853e8a3
- Fix float data being 0 due to integer division
- Fix AsyncNETSGPClient to correctly send data at a minimal interval of 1 message every 1010ms so inverters can answer in time
- 056f554
- Fix timing of AsyncNETSGPClient
- Fix rx buffer overflowing if no callback is setup for AsyncNETSGPClient
Full Changelog: 1.0.0...1.1.0
Release 1.0.0
Changes
- Initial code release
Bugfixes
- None