Jim (MadCityJim)
New member
Hmm. So you mean an iOS (or Android) app that would communicate with StokerX (or StokerLog) and pull the data from that application as needed, rather than only being able to get the current snapshot that is available directly from the Stoker?
joe
Not quite. Rebuild StokerX as a web service that can run on a web server. Mac users would install it into the web server built into OS X. When you load the webpage, it would build a graph from the time/temp data table it has been accumulating since the session started. Once you can monitor and control your stoker from an external web page (external to the stoker - can be on the web server on your mac, or on a linux server anywhere in the world) you can control your stoker with your smartphone. The web page would have to poll the stoker for data and refresh the web page at a user defined interval. It would run as a service on the web server.
Conversely, if you can build the time/temp data table, and store it somewhere on the internet, all the smartphone app needs to do is grab the data table, build the graph, and telnet the stoker for any changes.
This is better than the static web page the stoker serves because I really want to see the history of the temps. During a long cook, I might only check in once every other hour. I really need the temperature graph.