Skip to main content

Welcome to VwireIOT

VwireIOT is a cloud IoT platform for connecting, monitoring, and controlling devices from anywhere. Build real-time dashboards with drag-and-drop widgets, receive push and email alerts, send remote commands to hardware, and update firmware over-the-air β€” all without managing any infrastructure.


How it works​

  Your Device ──MQTT/TLS──▢ VwireIOT Cloud ──Real-time──▢ Your Dashboard
β–² β”‚
└──────────── Commands (pin writes) β—€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
  1. Device connects to mqtt.vwire.io:8883 using its auth token.
  2. Device publishes sensor data to virtual pins (V0–V255).
  3. VwireIOT stores the data and forwards it in real-time to your dashboard.
  4. Widgets render the data and let you send commands back to the device.

Core concepts​

ConceptDescription
Virtual PinsNumbered data channels (V0–V255) that carry values between device and dashboard
ProjectA named dashboard containing widgets; shareable with other users
WidgetA UI element bound to a virtual pin β€” displays data or sends commands
DeviceHardware authenticated by an auth token and a device ID
NotificationIn-app, email, or mobile push alert triggered by device conditions

Quick navigation​


Libraries​

LibraryLanguageSource
Vwire ArduinoC++ (ESP32, ESP8266, Arduino)github.com/vwireiot/vwire-arduino
Vwire PythonPython 3github.com/vwireiot/vwire-python

Plans​

PlanDevicesProjectsData RetentionData Points/Day
Free557 days10,000
Pro255090 days500,000
Pro+10020090 days1,000,000
EnterpriseUnlimitedUnlimited365 daysUnlimited

Visit app.vwire.io to sign up, or check Billing Settings to upgrade.