-
-
Notifications
You must be signed in to change notification settings - Fork 513
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
new Events not viewable #131
Comments
Could you please open the URL: |
{"116180204736":{"count":13,"events":[{"message_id":1,"message":"Inverter start","start_time":22526,"end_time":22526},{"message_id":12,"message":"Unknown","start_time":27684,"end_time":27684},{"message_id":14,"message":"Unknown","start_time":27813,"end_time":27813},{"message_id":148,"message":"Grid disconnection","start_time":27814,"end_time":27900},{"message_id":12,"message":"Unknown","start_time":28024,"end_time":28024},{"message_id":12,"message":"Unknown","start_time":28116,"end_time":28116},{"message_id":12,"message":"Unknown","start_time":28147,"end_time":28147},{"message_id":12,"message":"Unknown","start_time":29115,"end_time":29115},{"message_id":12,"message":"Unknown","start_time":29279,"end_time":29279},{"message_id":12,"message":"Unknown","start_time":29403,"end_time":29403},{"message_id":12,"message":"Unknown"}]}} |
If you have already compiled it yourself and if you want to test it you can try to replace the line: OpenDTU/src/WebApi_eventlog.cpp Line 25 in 85d08e0
by the following: AsyncJsonResponse* response = new AsyncJsonResponse(false, 2048);
This is only a workaround as for more (up to 10 supported inverters) inverters the 2048 will be also to small. I think I have to rework the API a bit. |
Ok, I will test that and update here, thanks for the great support and your work! |
…us-when-disabled
@locke981 Danke für die Meldung, ja es gibt noch ein paar Unbekannte / unknown Fehlermeldungen.
Ich bin in den Hier mal die bisher aufgetretenen Fehler oder Warnings aus dem in #121 angehängten warn_code.json (GitHub versteht nur ZIP ?). 11: Grid voltage surge Es wird von @tbnobody im Rahmen von #121 in OpenDTU implementiert und daher kann dieses Issue als Duplicate geschlossen werden. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns. |
I have two HM-1500 (West, Ost) connected to the OpenDTU. I can see the red numbers for both of the inverters in case of new events.
If the numbers exceed a certain number of events they are not listed when trying to open them, it's just an empty list. If there are only small number of events it works without any problem. I do not exactly know what is the breaking number. I must be someting greater than 3 or so. My impression is also it works more stable for the first inverter, I have seen on West more that 10 events listed without any problems. On the 2nd inverter Ost the list is always empty when there more than 3-4 events.
Stefan
The text was updated successfully, but these errors were encountered: