HA SimpleAPI

Hi there,
I`m new to this forum and I want to share my small project. I use Home Assistant for about 6 month now and I really like it.
In my house I have installed a Loxone system and I had issues to read data from Home Assistant. I used virtual Inputs and this doesn’t allows to use token for requesting urls. To solve this I created some php scripts that do the requests and outputs results inside the browser. With this I can call the php scripts from Loxone virtual input.

Project: GitHub - aendue/HA-SimpleAPI

The php scripts need the HA token to execute the request against HA Rest API. Token can be added via index.html.
Please be aware that the token gets stored in plain text.

If somebody is interested please feel free to use it.
By any question please send me an email.

BR
aendue