"sensor", "connector", and "influxdb" not starting on balena-sense

Build the project from GitHub - balenalabs/balena-sense: Take readings from a BME680 or similar sensor on a Raspberry Pi, store with InfluxDB and view with Grafana using a raspberry pi zero UUID: 466dd0fb4cd82cff294b6ceea87d4dab

Sadly on the logs there’s no errors, the services try to start but don’t

29.07.21 04:21:33 (+0000) Starting service 'influxdb sha256:5426da1fe5416ab2ec19ea8598054c840af9e41a56b877c94bcb533e54abf675'
29.07.21 04:21:34 (+0000) Starting service 'connector sha256:e877f7f6159360a931a074b88e489daf6e55f9444ee986ef330a7a75ac5ff9c1'
29.07.21 04:21:34 (+0000) Starting service 'sensor sha256:85b91f3b3fd502bef77bb4ba1aba59a19588fa23d7ed31e350dc20df42db9039'
29.07.21 04:21:39 (+0000)  dashboard  Waiting for Influx API
29.07.21 04:21:44 (+0000)  dashboard  Waiting for Influx API
29.07.21 04:21:49 (+0000)  dashboard  Waiting for Influx API
29.07.21 04:21:54 (+0000)  dashboard  Waiting for Influx API
29.07.21 04:21:59 (+0000)  dashboard  Waiting for Influx API
29.07.21 04:22:04 (+0000)  dashboard  Waiting for Influx API
29.07.21 04:22:08 (+0000) Starting service 'influxdb sha256:5426da1fe5416ab2ec19ea8598054c840af9e41a56b877c94bcb533e54abf675'
29.07.21 04:22:13 (+0000)  dashboard  Waiting for Influx API
29.07.21 04:22:18 (+0000)  dashboard  Waiting for Influx API
29.07.21 04:22:23 (+0000)  dashboard  Waiting for Influx API

Hi there @zetacu

Currently balenaSense does not support the PiZero, since there is no docker image built for armv6. You can use a PiZero as a simple sensor - but that would require a full balenaSense device (e.g. a Pi2/3/4) running somewhere else to send the data to.

@alanb128 - we need to change the image in the balenaSense GH repo, since it still shows a Zero being used: balenalabs/balena-sense: Take readings from a BME680 or similar sensor on a Raspberry Pi, store with InfluxDB and view with Grafana (github.com)

Phil