Skip to content

Device Sharing

SiliconWit.IO lets you share devices with team members, make devices publicly accessible, and embed live data widgets on external websites.

Share any device with other SiliconWit.IO users by email. Each shared user gets a specific permission level.

LevelView DataSend CommandsEdit SettingsManage Shares
ViewYes---
ControlYesYes--
AdminYesYesYes-
OwnerYesYesYesYes

Only the device owner can add or remove shared users, delete the device, or toggle public access.

  1. Open your device’s detail page
  2. Go to the Sharing section in the Settings tab
  3. Enter the user’s email address (they must have a SiliconWit.IO account)
  4. Select the permission level (View, Control, or Admin)
  5. Optionally restrict which fields they can see
  6. Click Share

If the user already has access, their permission level is updated.

When sharing a device, you can restrict which telemetry fields the shared user can see. By default, all fields are visible. To restrict access:

  1. Toggle on Restrict visible fields
  2. Select the fields to share
  3. Save

The shared user will only see the selected fields in charts, tables, and latest readings.

PlanMaximum Shared Users
Free2
Starter5
Business20
ScaleUnlimited
EnterpriseCustom

Limits are per-device. If you reach the limit, upgrade your plan or remove existing shares.

In the Sharing section, click the remove button next to the user you want to revoke access from. Access is removed immediately.

Make your device data publicly accessible with a shareable URL. Anyone with the link can view the device’s data without logging in.

  1. Open your device’s detail page
  2. Go to the Settings tab
  3. Toggle Public access on
  4. Choose which fields to display publicly (all by default)
  5. Save

Your public device page is available at:

https://siliconwit.io/d/{slug}
  • Free plan: Auto-generated slugs only (e.g., swd-a7x2q1)
  • Paid plans: Custom slugs (e.g., my-temperature-sensor), 3-60 characters, lowercase letters, numbers, and hyphens

Public pages display:

  • Device name, type, and description
  • Owner name (with verified badge on paid plans)
  • Latest reading with field values
  • Interactive charts (raw, hourly, daily, weekly views)
  • Telemetry data table
  • Device status (online/offline)
  • Map view (if GPS fields are configured)
  • Camera snapshots (if enabled)

Public pages do not show access tokens, settings, commands, alerts, or shared user lists.

Public pages respect your plan’s data retention limit. Free plan pages show up to 7 days of data, Starter shows 90 days, and so on.

On the Free plan, making a device public unlocks your 3rd device slot. This encourages sharing while giving free users access to the full 3-device limit.

Embed a live data widget on your website, blog, or dashboard. The widget shows the latest reading from your device and refreshes automatically.

Your embed URL follows this pattern:

https://siliconwit.io/d/{slug}/embed

Add it to your website with an iframe:

<iframe
src="https://siliconwit.io/d/your-slug/embed"
style="width: 480px; height: auto; border: none; border-radius: 8px;"
></iframe>
  • Device name
  • Online/offline status indicator
  • Latest value for each field (respects public field restrictions)
  • Field units (if configured)
  • Last updated timestamp
  • “Powered by SiliconWit.IO” footer

The widget auto-refreshes every 30 seconds. No login is required to view it.