dzvents entsoe http request failing

Please use template to report bugs and problems. Post here your questions when not sure where else to post
Only for bugs in the Domoticz application! other problems go in different subforums!

Moderators: leecollings, remb0

Forum rules
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.

Use the following template when posting here:

Version: xxxx
Platform: xxxx
Plugin/Hardware: xxxx
Description:
.....

If you are having problems with scripts/blockly, always post the script (in a spoiler or code tag) or screenshots of your blockly

If you are replying, please do not quote images/code from the first post

Please mark your topic as Solved when the problem is solved.
Post Reply
willemd
Posts: 790
Joined: Saturday 21 September 2019 17:55
Target OS: Raspberry Pi / ODroid
Domoticz version: 2026.3
Location: The Netherlands
Contact:

dzvents entsoe http request failing

Post by willemd »

For years I have been running async http requests from dzvents to get entsoe prices through their API, until Sep 7th...

Now I just get a response 403 "Forbidden" instead of a list of prices.

I have tried the following analysis:

1) run the same http command from a PC browser : no problem
2) run the same http command with a curl call (on the command line) on the domoticz machine : no problem
3) run the same command with a async shell request running curl from dzvents : no problem (so this is a workaround for now)

so it is only the async http request from domoticz that is triggering an error.

The problem first occurred after the entoe migration to a new platform. For some reason this triggered an incompatibility with the async http request from domoticz. I don't have any info on details of the entsoe migration. The feedback shows that Microsoft-Azure-Application-Gateway/v2 is involved in the creation of the 403 response.

I don't see much usefull info in the domoticz log that could help solve this. Just HTTP/1.1 response: 403 ==>> Forbidden

Anyone with similar experience? Any clue how to get the http request working again, instead of using the shell command as a workaround?
User avatar
waltervl
Posts: 7003
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2026.3
Location: NL
Contact:

Re: dzvents entsoe http request failing

Post by waltervl »

What version of Domoticz are you on? Still 2024.1 as in your profile?
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
willemd
Posts: 790
Joined: Saturday 21 September 2019 17:55
Target OS: Raspberry Pi / ODroid
Domoticz version: 2026.3
Location: The Netherlands
Contact:

Re: dzvents entsoe http request failing

Post by willemd »

No, latest stable 2026.3

I think my question can also be "how is the full http get command that dzvents is sending with async http different from curl" ? That difference triggers a different reaction from the server.
Post Reply