victronenergy / dynamic-ess

MIT License
76 stars 5 forks source link

[Bug]: AxiosError: Request failed with status code 408 #129

Closed GizmoQ2k closed 3 months ago

GizmoQ2k commented 4 months ago

Contact Details

martin@sieradzki.org

VRM portal ID

c0619ab33f21

Country / region

Germany (de)

B max

10

TB max

5

FB max

3.2

TG max

0

FG max

2.5

Battery costs

0.025

Buy price

(p+0.139)*1.19

Sell price

(p+0.139)*1.19

feed-in possible

no

feed-in control

yes

Version

0.1.14

What happened?

I'm always getting "AxiosError: Request failed with status code 408" and Dynamic ESS tells me "Could not create a feasible schedule". It was working, i just changed some parameters and deployed again, it stopped. Reverting the changes does not help, restart does not help, even reimporting the flow does not help.

When did it happen?

28/02/2023 12:00

Relevant log output

29.2.2024, 10:40:24node: Dynamic ESS
msg : Object
{ url: "https://vrm-dynamic-ess-api.vi…", options: object, headers: object }
29.2.2024, 10:40:27node: Dynamic ESS
msg : error
"AxiosError: Request failed with status code 408"

Screenshots

![DESCRIPTION](LINK.png)
dirkjanfaber commented 4 months ago

A http 408 code means that the connection timed out. The only thing I can think of that might cause this is if your DNS is unable to resolve vrm-dynamic-ess-api.victronenergy.com or that your firewall does not allow the https connection to that host.

GizmoQ2k commented 4 months ago

Without changing anything, it seems to work again. Btw. DNS and firewall can be the reason, nothing is blocked, neither filtered.