hultenvp
hultenvp
I've fixed both crashes in rel 3.2.1
> \u6570\u636e\u5f02\u5e38 \u8bf7\u8054\u7cfb\u7ba1\u7406\u5458 Hey @grlarsen , I fixed the crash, but it won;t help you much as the dreaded Abnormal data error will likely still haunt you. I'm trying to...
> v3.2.2 > > ``` > 2022-12-23 17:07:15.697 INFO (MainThread) [custom_components.solis.soliscloud_api] /v1/api/inverterDetail responded with error: 1:数据异常 请联系管理员 ``` Aww shoot, I worked around the issue for stationDetail, but it looks...
> Hi, I've also tried newest version 3.2.2 but still no success. So I've just added some debug information in file soliscloud_api.py --> async def _post_data_json() async def _post_data_json(self, canonicalized_resource:...
> Maybe something is wrong with signature calculation ? In manual there is encryption HmacSHA1 mentioned. The code does a HmacSha1. Also it works fine for a lot of people,...
Nice discussion and thanks for the investigation! Good (or bad..) to see confirmed that with a C# implementation t fails in the same way. @luftdieb : It could very well...
> Maybe I'm totally wrong. But I've create a small C# application, which create the "Content-MD5" header and even the Authorization header key and make a post to the solis...
>Currently, I'm just getting 408. I don't know, if they do some maintenance or if they block my IP because of too many invalid requests ... 408 means your system...
Last few days I've been working at cleaning up the soliscloud API. Still al lot of work to do, but oddly I just noticed the new API seems to work...
Hi @luftdieb: > There was also a typo error in line 33 They fixed the endpoint typo in their v1.2. before that you had to call the typo one. Now...