Ok - thanks. the Spark has a pulsing white light and the screen says Brewblox loading objects. I did get the webpage to pull up with the Wizard this go around (which I hadn’t had before).
pi@Brewpi:~/brewblox $ brewblox-ctl status
Welcome to the BrewBlox menu!
Running commands: status
The following shell commands will be used:
echo "Your release track is \"$BREWBLOX_RELEASE\""; echo "Your config version is \"$BREWBLOX_CFG_VERSION\""; docker-compose ps
Press ENTER to continue, Ctrl+C to cancel
Running command:
echo “Your release track is “$BREWBLOX_RELEASE””; echo “Your config version is “$BREWBLOX_CFG_VERSION””; docker-compose ps
Your release track is “edge”
Your config version is “0.2.1”
Name Command State Ports
brewblox_datastore_1 tini – /docker-entrypoint … Up 4369/tcp, 5984/tcp, 9100/tcp
brewblox_eventbus_1 docker-entrypoint.sh rabbi … Up 25672/tcp, 4369/tcp, 5671/tcp, 5672/tcp
brewblox_history_1 python3 -m brewblox_history Up 5000/tcp
brewblox_influx_1 /entrypoint.sh influxd Up 8086/tcp
brewblox_mdns_1 python3 -m brewblox_mdns - … Up
brewblox_spark-one_1 python3 -m brewblox_devcon … Up 5000/tcp
brewblox_traefik_1 /traefik -c /dev/null --do … Up 0.0.0.0:443->443/tcp, 0.0.0.0:80->80/tcp
brewblox_ui_1 nginx -g daemon off; Up 80/tcp
If the spark is stuck at loading objects, power cycle it.
I believe this is due to the OneWire bus master getting in an error state which I so far could only trigger during firmware updates.
I’ll see if I can recover the situation by code but I think a power cycle of the Spark should do the trick.
Rebooted the RPI - Spark is connected via USB. Looks like everything is up. I lost my configuration for all my sensors and SSR Expansion so Ill have to rebuild that. Thanks for helping me get it back online.
Just one more thing … When resizing the widgets on the dashboard is it possible to retain the title of the widget? For example when making a temp sensor widget as small as it will go (4*4) the title disappears.
Note that we’ve migrated our project board from Waffle to Github Projects, as Waffle is closing down.
You can still create issues in Github repositories. We’ll add them to the project board when accepted.
For some reason, sudo pip3 can take a few seconds to start, but 15 minutes is about 14 minutes longer than reasonable.
If you interrupt the process with ctrl-C, and restart, does that fix it? otherwise try running sudo pip3 uninstall brewblox-ctl; sudo pip3 install -U brewblox-ctl to reinstall.
Separate setpoints have been removed. The setting can now be directly set in the setpoint/sensor pair.
Please ensure you have the hotfix, otherwise you don’t have an ‘enabled’ toggle in the sensor/setpoint widget.
You don’t have the Setpoint/Sensor pairs on your dashboard here. So copy them to this dashboard from the spark service page with all the blocks.
The PID’s inputs now also have an edit button (the pencil). So even with only a PID on your dashboard, you have the measured temp and can access the setpoint.