BrewPiLess

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

View the Project on GitHub vitotai/BrewPiLess

MQTT Settings of ubidots.com

Step 1. create variables

Go to the device page, add variables,say “mode” and “settemp”.

Make sure the “api label” is correctly set.

Step 2. create controls

Go to dashboard. Click “+”(Add widget) to add a slider control: New Control

Choose the just added variable, mode: Set the range 0-3, while 0 is off, 1 is “Fridge Constant”, 2 is “Beer Constant”, and 3 is “Beer Profile”.

New Widget

Do the same to the “settemp” variable with correct ranges.

Now you will have it.

Settings for ubidots.com

Get the full information from Ubidots Docs.

For free/educational users, use

The path is in format of ‘/v1.6/devices/{DEVICE_LABEL}/{LABEL_VARIABLE}/lv’. Let the device label be ‘fermenter2’ and mode and setting temperature variables be ‘mode’, and ‘settemp’.

Usage

Slide the mode slider to change mode and settemp slider to change temperature.