![]() |
API - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: API (/showthread.php?tid=5945) |
API - Amelie - 25.03.2025 I want to download the data of the solar production of the site from elia and based on the estimated PV production load the battery during the night. In order to minimise or electricty consumption during peak hours. For that, elia provides an api. But, my script in the LM used to work, but since a couples of month it isnot working anymore. The script is as follows: Code: -- Code: Elia verbeterd copy 25.03.2025 14:23:33 What am I doing wrong. When I paste the string directly in to a brower, I get the data. So, the error is not caused by the string. RE: API - admin - 25.03.2025 Check DNS and gateway settings in System config > Network > Interfaces. RE: API - Amelie - 25.03.2025 Thank you, it resolved the issue. |