First I bought a temperature sensor, which is working with a python script and displaying and writing the temperature into a txt file.
What I want to do is when I click a button on my apache server, the script runs and it displays the temperature.
Second I want to do is when I click a button the server executes the pythons script that sends the temperature data to me by email.
Thx!