Replies: 14 comments 20 replies
-
I think you need to review the Open API documentation here: https://www.foxesscloud.com/public/i18n/en/OpenApiDocument.html So far as I can see from your code:
There are examples of the code to generate the correct header in my Open API module. Error codes are listed here: https://github.com/TonyM1958/FoxESS-Cloud/wiki/Error-Codes |
Beta Was this translation helpful? Give feedback.
-
Just following up with my struggles with this on PHP. I'm getting a similar error, but in PHP.
Curl returns this: {"errno":40256,"msg":"Parameter could not be parsed correctly illegal signature"} |
Beta Was this translation helpful? Give feedback.
-
Hey Tony, is there are way to dump the http call out in the Colab example so I can compare when what's being logged in my curl log? Just incase there is a difference in the http call. |
Beta Was this translation helpful? Give feedback.
-
Hello TomM1958, But if I do the same thing on a Mac in the terminal:
Can you help me? |
Beta Was this translation helpful? Give feedback.
-
FoxESS-Cloud Open API version 2.7.3 |
Beta Was this translation helpful? Give feedback.
-
this is the result -> FoxESS-Cloud Open API version 2.7.4 |
Beta Was this translation helpful? Give feedback.
-
this is the result at Google Colab with this code "!pip3 install foxesscloud --root-user-action=ignore --quiet --upgrade f.get_device()" -> {'deviceType': 'T5-G3', |
Beta Was this translation helpful? Give feedback.
-
Good morning, you probably never sleep! FoxESS-Cloud Open API version 2.7.5 and this at Google colab -> {'deviceType': 'T5-G3', |
Beta Was this translation helpful? Give feedback.
-
Thanks again, let's wait until it's online. |
Beta Was this translation helpful? Give feedback.
-
Hello TomM1958, Mac File -> f.get_real("PV1Power") " Output: imacmeini@iMacMeini desktop % python3 foxess.py Google Colab File -> "!pip install foxesscloud --root-user-action=ignore --quiet --upgrade f.get_real("pv1Power") " Output: getting real-time data |
Beta Was this translation helpful? Give feedback.
-
I logged into Facebook but unfortunately couldn't find the Fox ESS Owners group. |
Beta Was this translation helpful? Give feedback.
-
I found you and sent you the data |
Beta Was this translation helpful? Give feedback.
-
This is my version (simply brilliant). Thank you very much. This is what I needed. I'll have the real data from PV1 tomorrow and I've got a Christmas present! -> FoxESS-Cloud Open API version 2.7.5 |
Beta Was this translation helpful? Give feedback.
-
That promises a lot of interesting tasks. |
Beta Was this translation helpful? Give feedback.
-
Hi @TonyM1958 its gr8 option that You are building that solution I'm fighting now with integration with FoxEss Cloud all the time i get data: { errno: 41809, result: null }
I have something like that
`
Beta Was this translation helpful? Give feedback.
All reactions