That last link was a very interesting read.
Thank you for keeping hope alive!
Search found 6 matches
- Thu Apr 11, 2024 8:34 pm
- Forum: Inverter Hardware
- Topic: F4600 model RS485 support?
- Replies: 3
- Views: 7887
- Wed Apr 10, 2024 8:31 pm
- Forum: Customer/End User Help
- Topic: Open API Get Device History Data
- Replies: 6
- Views: 3174
Re: Open API Get Device History Data
I finally figured it out! It's something realy stupid, as it usually is...
All this time I assumed I posted my requests to "/op/v0/device/history/query" when in fact I was posting to "/op/v0/device/report/query".
My best guess is that I messed up using postman, copying one request to create ...
All this time I assumed I posted my requests to "/op/v0/device/history/query" when in fact I was posting to "/op/v0/device/report/query".
My best guess is that I messed up using postman, copying one request to create ...
- Wed Apr 10, 2024 8:21 pm
- Forum: Customer/End User Help
- Topic: Open API Get Device History Data
- Replies: 6
- Views: 3174
Re: Open API Get Device History Data
Appreciate the quick responses here.
Thanks a lot Dave.
You have a sharp eye. The timestamps where indeed too short!.
I've tried the following request:
{
"sn":"***************",
"variables":["pvPower"],
"begin":1712534400000,
"end":1712620800000}
}
begin = 2024-04-08
end = 2024-04-09 ...
Thanks a lot Dave.
You have a sharp eye. The timestamps where indeed too short!.
I've tried the following request:
{
"sn":"***************",
"variables":["pvPower"],
"begin":1712534400000,
"end":1712620800000}
}
begin = 2024-04-08
end = 2024-04-09 ...
- Wed Apr 10, 2024 7:11 pm
- Forum: Customer/End User Help
- Topic: Open API Get Device History Data
- Replies: 6
- Views: 3174
Re: Open API Get Device History Data
I'm setting all the appropriate headers:
* Token
* Timestamp
* Signature
* Lang
I've created a little postman collection to try things out.
This is my collection "Pre Request Script" that will add the headers before every request:
const timestamp = Date.now();
const token = pm.environment.get ...
* Token
* Timestamp
* Signature
* Lang
I've created a little postman collection to try things out.
This is my collection "Pre Request Script" that will add the headers before every request:
const timestamp = Date.now();
const token = pm.environment.get ...
- Wed Apr 10, 2024 7:00 pm
- Forum: Inverter Hardware
- Topic: F4600 model RS485 support?
- Replies: 3
- Views: 7887
F4600 model RS485 support?
Hello,
I'm currently using Open API to get measurments from my inverter and that works.
However, I'm looking to get more accurate readings with a higher interval than the 3 minute interval provided by the API.
The documentation (page 19) of my inverter mentions connection with a PC over a RS485 ...
I'm currently using Open API to get measurments from my inverter and that works.
However, I'm looking to get more accurate readings with a higher interval than the 3 minute interval provided by the API.
The documentation (page 19) of my inverter mentions connection with a PC over a RS485 ...
- Wed Apr 10, 2024 6:28 pm
- Forum: Customer/End User Help
- Topic: Open API Get Device History Data
- Replies: 6
- Views: 3174
Open API Get Device History Data
Hi,
I'm using the Open API to access information about the power generated by my inverter.
The documentation found on https://www.foxesscloud.com/public/i18n/en/OpenApiDocument.html helped me on my way with most API calls.
I'm able to get the devicelist and realtime data from the API with no ...
I'm using the Open API to access information about the power generated by my inverter.
The documentation found on https://www.foxesscloud.com/public/i18n/en/OpenApiDocument.html helped me on my way with most API calls.
I'm able to get the devicelist and realtime data from the API with no ...