Edge release 2019/07/15

Firmware release date: 2019/07/15

We’ve been reconsidering some widget names, as the “XXX View” format has some issues.

The immediate result is that Process View is now called Brewery Builder. It still works the same, but now has a different subtitle in the widget. Step View will also be renamed, but we’re not sure yet how to call it. Feel free to add suggestions!

In the past, we’ve deprecated multiple types of blocks. This created some leftovers on the Spark that consumed valuable space in memory. Deprecated blocks will now be shown in the UI, where they can be removed.

The service/controller handshake mechanism added a useful version check, but was somewhat unreliable. We’ve added some fixes here to improve that.

Due to how driven blocks work (eg. a PID driving a PWM), it was possible for PWMs or Digital Actuators to suddenly turn on if the controller rebooted after the PID or Setpoint was disabled. We’d rather not have that, so we fixed it.

Changes

  • Show deprecated objects.
    • This allows you to clear space on the controller.
    • In the future, we’ll use these objects to gracefully migrate the configuration when we deprecate blocks.
  • Improved PWM behavior when constrained.
  • Fixed a bug where PWM/Digital actuators would suddenly turn on if the driving PID was disabled.
  • Make display brightness configurable with a slider on the Spark 3.
    • Previously only supported on/off.
  • Fixed a bug where widgets would not be placed at the end when copied to a dashboard.
  • You can now view the PID relations from the settings dialog.
  • You can now view graphs for block widgets from the settings dialog.
  • Setting dialogs are now correctly closed when a breaking change is made. This happens when:
    • The block ID is changed.
    • The widget is removed.
    • The block is removed.
  • Renamed Process View to “Brewery Builder”.
  • Fixed window scrolling when editing the Brewery Builder (again).
  • Parts in the Brewery Builder can now be placed on top of each other.
    • An indicator will show how many parts are placed at the same position.
    • New parts can be created on top of other parts (useful when filling kettles or fridges).
  • Standardized the Kettle part in Brewery Builder.
    • Kettle can be scaled in both width and height.
    • Small and Large kettles are now just kettles.
    • A liquid color can be set manually. This is a stopgap solution until we calculate liquid levels in kettles.
    • The text is now editable.
  • Added the Filter Bottom part. It can be resized in width to visually fit the kettle.
  • Improved handshake behavior in the Spark service.
    • The handshake is triggered repeatedly until a confirmation is received.
    • Added a timeout to the “waiting for handshake” state. Service is restarted after.
  • Added runtime firmware updates.
    • This allows updating the controller over both Wifi and USB, without having to stop all other services.
    • Firmware changes were required, so the first opportunity to use the new update mechanism is the next release.
    • UI prompts to update will be enabled in the next release.
    • This minimizes the issue where actuators would turn on while the firmware was being updated.
1 Like

While it still wouldn’t necessarily be that intuitive for very casual users, something like “Apply macro” or “Macros” might make sense for people who work a lot with GUI office productivity software (ie. Microsoft Office) that use “macro” to refer to user-defined scripts that apply or change multiple settings/values at once.

Something like “Mode view” would probably be most intuitive for casual users, but in my opinion it’s a little misleading because the widget is useful for much more than just switching between a few predefined modes.

“Macros” is indeed one of the more prominent candidates. The downside is that for those who are not MS Office power users, it’s an entirely meaningless word.

The greatest barrier seems to be succinctly explaining that the widget is stateless. It doesn’t “have” a mode, it blindly sets predetermined values.

Yeah, the stateless nature of it is part of the reason I’m not a fan of “Mode view” style names.

What about “Switch box”? Granted switches generally have states (buttons don’t necessarily but "Button box sounds silly), but casual users would understand the purpose of it and the idea that pressing the buttons will switch around settings.

Switch box (or a related term) is a pretty good idea.

While adding the “BrewBlox Button Box for Blocks” would be rather funny, I think we’ll avoid excessive alliteration for now.

Name options that have been discussed on slack:

  • Macros
  • Scripts
  • Procedures
  • Scenarios
  • Automation
  • Batch changes
  • Batch actions
  • Playbook
  • Presets (used elsewhere in the ui already)

The problem with most options is that they suggest that you can program a sequence of events or that it behaves mode-like, while it is a one time config change.
I think macro covers it pretty well actually, but it might not be suitable for all our users.

Batch actions is a pretty accurate description, but I’m not sure if it would be any more familiar to casual users than macros.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.