Use an ESP8266 to replace RPI and Arduino. Running BrewPi without Pi, therefore, BrewPi-Less
Go to the device page, add variables,say “mode” and “settemp”.
Make sure the “api label” is correctly set.
Go to dashboard. Click “+”(Add widget) to add a slider 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”.
Do the same to the “settemp” variable with correct ranges.
Now you will have it.
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’.
Slide the mode slider to change mode and settemp slider to change temperature.