π― Station Claiming
The mobile app is the primary tool for claiming a Raspberry Pi station and binding it to a user account.
Flowβ
What Mobile Doesβ
- Scans the QR code shown at
http://smartstation.local(or station's local IP) - QR encodes
chipId+claimSecretgenerated byinstall-agent.sh - Sends claim request to Cloud β Cloud does the validation and token issuance
- After claim, mobile receives the station and can control devices remotely via Cloud relay
Inviting Other Membersβ
After claiming, the owner can invite other users via the Station Frontend or mobile:
- Enter email + role (
admin/member) - Station queues the invite (works offline)
- When online β Cloud sends email with registration link
- New user registers β Cloud syncs identity to Station
Referenceβ
- Cloud: Station Claiming β server-side flow
- Cloud: Authentication β identity cache on Station