You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version fixes issues with parsing the Growatt data when it's a Hybrid setup with a battery.
Merged in changes from the Huawei project into this one that fixed issues when polling too many devices too fast.
Fixed critical bug that prevented the previous version from working. Only discovered when the auth error went away this morning and I could test it properly.
Added in the ability to send the error message up to the DataTarget, such as the auth failures with Growatt so the target (eg ChargeHQ) can show the end user the error message it's hitting.
Fixed a log line indicating the default number of errors that can occur before restarting the data source component if the configuration is missing.
Added in the linux/arm/v8 platform support.
Improved the Growatt authentication handling so that it didn't get stuck in tight loops on failure.
Improved the handling when testing with no ChargeHQ API Key.
Added in a timestamp value into the Growatt data sent to the consumer service.
Added support for IoTaWatt power sensor devices, this is untested but was fairly simple so I think I've implemented it correctly.