Sobro Visualizer
Live Hardware State representation
Cooling Drawer
Mini fridge compressor
Drawer Locks
Electronic lock mechanisms
Front Light
Motion sensor LED strip
Back Light
LED Accent Lighting
Bluetooth Audio
Force pairing mode for speakers
Securely connect directly to your Sobro Smart Table.
Log in in the popup window. When finished, copy the code or the full redirect URL from the address bar and paste it below:
If you intercepted your Ayla auth token (e.g. from mobile app traffic), paste it directly below to authenticate:
If you log in with Facebook, Ayla redirects to a webpage that our PWA cannot read directly due to browser security policies.
mobile.aylanetworks.com/?code=....You can extract your session token from your active browser session if you are logged in to the Ayla Developer Portal or your table's cloud.
F12 (or right-click -> Inspect) to open Developer Tools.aylanetworks or devices.json.Authorization: auth_token MC1_....MC1_) and paste it into the Ayla Auth Token box.Run this command in your computer's terminal to get your token directly from the API without submitting your password to the PWA:
Windows (PowerShell):$body = @{ user = @{ email = 'YOUR_EMAIL'; password = 'YOUR_PASSWORD'; application = @{ app_id = 'sobro-ag-id'; app_secret = 'sobro-mDM8M4JEe7IJFwiKvbs956XqX_s' } } }
$res = Invoke-RestMethod -Uri "https://user-field.aylanetworks.com/users/sign_in.json" -Method Post -Body ($body | ConvertTo-Json) -ContentType "application/json"
$res.access_token
Mac / Linux / WSL (curl):
curl -X POST -H "Content-Type: application/json" -d '{"user":{"email":"YOUR_EMAIL","password":"YOUR_PASSWORD","application":{"app_id":"sobro-ag-id","app_secret":"sobro-mDM8M4JEe7IJFwiKvbs956XqX_s"}}}' https://user-field.aylanetworks.com/users/sign_in.json | grep -o '"access_token":"[^"]*' | grep -o '[^"]*$'
Replace YOUR_EMAIL and YOUR_PASSWORD with your credentials, run the command, then copy the output token into the Ayla Auth Token box.
Connecting to Ayla Cloud...
Live Hardware State representation
Mini fridge compressor
Electronic lock mechanisms
Motion sensor LED strip
LED Accent Lighting
Force pairing mode for speakers
Enter the registration token (from regtoken.json or fallback setup token) to bind it to your account.