On a website i can get the energie price. But how does that work in codesys? There is a video of Rest client. But i can find the HTTP library. If i type on my browser : https://enever.nl/api/stroomprijs_vandaag.php?token=ANWB i get {"status":"true","data":"Please provide a valid API token. More information at https:\/\/enever.nl\/prijzenfeeds\/","code":"2"}
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Given the response to your API request, I don't think this is a CODESYS issue. The response says ... Please provide a valid API token ... so you must get a valid API key from enever.nl
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On a website i can get the energie price. But how does that work in codesys? There is a video of Rest client. But i can find the HTTP library. If i type on my browser : https://enever.nl/api/stroomprijs_vandaag.php?token=ANWB i get {"status":"true","data":"Please provide a valid API token. More information at https:\/\/enever.nl\/prijzenfeeds\/","code":"2"}
Given the response to your API request, I don't think this is a CODESYS issue. The response says ... Please provide a valid API token ... so you must get a valid API key from enever.nl