-
Notifications
You must be signed in to change notification settings - Fork 28
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
Storage API returns 504 error #16
Comments
Could you take a look at the screenshots in this comment? There, TEE194904F is the storage sn which seems to work correctly with the API. What does it say for you there? Is it the same serial as returned by |
Apparently, the SPA3000 doesn't use the storage API, but the newSpaApi.do endpoint. Currently there are no methods in this project that call that endpoint. |
I have made a few methods. Please check out the storage branch, and try something like this:
|
I've tried the two API calls and it works perfectly!!!! Thank you very much. Can I ask how did you manage to figure this out? I can't get the
I get the following error: I have another question regarding the data packets received from the ShinLan box, but don't think this is the place to have the discussion. Is there another way for me to contact you? |
Nice to hear it works.
I intercepted the traffic from the mobile app, and replaced your data in the response to get_all_device_list. That made the app think I have a SPA3000, and it performs the calls to the SPA endpoint.
Apparently, this uses a different value for type/timespan than the other methods. I updated this function, please pull the change and try again.
I don't think I can help you with this, but you are free to send me an email. |
Hi, Thank you very much for your time! I've tried the new
But still get the following error: I will have a look at the interception of the app as I'm also having issues to get my solar inverter energy storage (deviceType = tlx) |
Hi, I've been using the hybrid API calls (newMixApi) for a few months without any issues. A few days ago this stopped working and none of my API calls work. Is anyone experiencing the same issue with any other API call? I've checked the network captured data and nothing seems to have change. Any help will be greatly appreciate. |
Yes, other people were having the same problem. I fixed it in the master branch, but you didn't get the fix because you are on another branch. I'll fix this soon. |
Thank you for letting me know. May I ask what the issue was?
…On Thu, 23 Sep 2021, 4:28 pm Sjoerd Langkemper, ***@***.***> wrote:
Yes, other people were having the same problem
<#10 (comment)>.
I fixed it in the master branch, but you didn't get the fix because you are
on another branch. I'll fix this soon.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHY5H4GH3F4IHCNWUDZLXZ3UDLFZ3ANCNFSM4RM25PWQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
It is the API for logging in to the server.
I changed my code to use newLoginAPI and it's working again!
…On Thu, 23 Sep 2021, 10:00 pm Wynand de Wit, ***@***.***> wrote:
Thank you for letting me know. May I ask what the issue was?
On Thu, 23 Sep 2021, 4:28 pm Sjoerd Langkemper, ***@***.***>
wrote:
> Yes, other people were having the same problem
> <#10 (comment)>.
> I fixed it in the master branch, but you didn't get the fix because you are
> on another branch. I'll fix this soon.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#16 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AHY5H4GH3F4IHCNWUDZLXZ3UDLFZ3ANCNFSM4RM25PWQ>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>
>
|
That's right. I merged the changes from master into the storage branch, so this should now work correctly on both branches. |
Thank you very much!
…On Thu, 23 Sept 2021 at 23:59, Sjoerd Langkemper ***@***.***> wrote:
That's right. I merged the changes from master into the storage branch, so
this should now work correctly on both branches.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHY5H4HJWYVR7IGVGSBJVFLUDM2UZANCNFSM4RM25PWQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hi,
I am having issues login into the growatt server. It all worked until a few
days ago and I am trying to figure out what has changed. Do you have any
info on the Login API that recently changed?
Thank you,
Wynand
…On Fri, 24 Sept 2021 at 10:48, Wynand de Wit ***@***.***> wrote:
Thank you very much!
On Thu, 23 Sept 2021 at 23:59, Sjoerd Langkemper ***@***.***>
wrote:
> That's right. I merged the changes from master into the storage branch,
> so this should now work correctly on both branches.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#16 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AHY5H4HJWYVR7IGVGSBJVFLUDM2UZANCNFSM4RM25PWQ>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>
>
|
@WynandPrivate Maybe this issue is relevant for you: Library is operating inconsistently after recent changes on the Growatt server side · Issue #36 · indykoning/PyPi_GrowattServer |
Hi @Sjord Thank you for letting me know. So far so good for me. I've not experienced any issues yet. Will keep an eye out! |
The storage API doesn't seem to work well for everyone. There are two reports of it returning 504:
The text was updated successfully, but these errors were encountered: