Hope you can help me again.
I have a RasberryPi which runs a small program to get the Octopus Agile rates each day. These are then saved to the RasberryPi.
I am trying to get my Loxone to read these individual txt files by way of a HTTP input. The issue I have is that the response is “timed out” according to the HTTP monitor. I seem to have a connection but no response.
Any ideas welcome. Am I even going about this the right way? I did wonder if I could get Loxone to share an external drive but don’t think that is an option?
I have made the HTTP route work to an external website for World Population – thank you to The Automation Gym, but I don’t seem to be able to make it work to the RasPi on my local network.
Thanks in advance,
UPDATE - I think I have found a solution now. Running a server on the Rasperry and putting the files in the relevant web file makes them accessible to the Loxone it seems.