BrewPiLess

Use an ESP8266 to replace RPI and Arduino. Running BrewPi without Pi, therefore, BrewPi-Less

View the Project on GitHub vitotai/BrewPiLess

You can upload HTML files to overwrite the pages by file manager. The priority of file served is

  1. *.gz file @ file system
  2. file @ file system
  3. embedded file in the image

Take the homepage(http://brewpiless.local) for example. The default homepage is “index.htm”(not html), so when you access “http://brewpiless.local”, BPL will check in sequence:

  1. index.htm.gz file @ file system
  2. index.htm @ file system
  3. embedded index.htm in the image

You can customize the web pages. However, keep in mind that

Therefore,

Tom has created a set of elegant frontend of BPL: https://github.com/tommueller/BrewPiLess/tree/master/htmljs/dist Tom’s work has been merged into this project: https://github.com/vitotai/BrewPiLess/tree/master/htmljs