-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Growatt Thor 11A/S Failed with response: Rejected after reload of integration #1452
Comments
I think that I have found the problem. OCPP lib log file is below. The charger reply to NumberOfConnectors variable is -1 . It's interpreted as 16 million, so the integration starts to query every connector, the charger rejects everything above 1. The charger reply after reset is 1 connector.
|
Proposed solution to change the async def trigger_status_notification(self) function and force correct # of connectors in case of configuration failure. Refer to lines 279-282 below ` ` |
Describe the bug
I'm using Growatt Thos 11 A/S charger with firmware THOR_11AS-V5.2.4-20230307-NOVO. HASS Version: 2024.12.5, OCPP version: 0.7.0
I have noticed following problems with OCPP integration:
To Reproduce
Expected behavior
The text was updated successfully, but these errors were encountered: