My initial idea was then to have those pins attached to one of an Arduinos Analog inputs, that would then log when 3v was detected on it.
Then i figured that i could maybe instead use one of the ESP8266-01 modules i had. Would this be soutable for this task? And if so, how? I've tried reading around the net if i could use one of its two GPIO pins for this, but not sure if its possible. I would also need to somehow scale the voltage down from 3v to a maximum of 1v if i understand it all correctly.
Once a voltage signal is detected on the ESP8266-01 it would send a web request to a webservice i will make for the purpose, that would then set the start time of the burner, and then another webrequest once the voltage is gone again.
Hope to get some tips and suggestions, mainly how i can make the ESP8266-01 detect 3v on one of its pins.