Configuration Reference
This page lists the fields accepted by the firmware. To understand the full flow, start with:
Runtime Fields
| Key | Description | Secret |
|---|---|---|
ingress.url | Bee Thing ingestion URL. | No |
scale.token | Scale ingestion token. | Yes |
wifi.ssid | WiFi network name. | No |
wifi.password | WiFi network password. | Yes |
cellular.apn | Cellular APN. Can often stay empty. | No |
cellular.username | Cellular username, if required. | No |
cellular.password | Cellular password, if required. | Yes |
cellular.sim_pin | SIM PIN, if required by the SIM. | Yes |
hx711.scale_factor | HX711 calibration factor. | No |
hx711.tare_offset | HX711 tare offset. | No |
sleep.seconds | Sleep duration between measurements. | No |
Serial Commands
| Command | Effect |
|---|---|
show | Displays the current configuration, with secrets masked. |
get <key> | Displays one value. Secrets remain masked. |
set <key> <value> | Changes one value in memory. |
validate | Validates the in-memory configuration. |
save | Validates and saves the configuration. |
factory-reset | Clears the saved configuration. |
run | Leaves configuration mode and starts one measurement cycle. |
reboot | Reboots the board. |