Live loom dashboard
Every loom at a glance: running or stopped, online or silent, today's output and the beam on it with how far along it is.
Sensor logging for weaving mills and plants
Logger turns the sensors on your machines into live production — output per loom per day, warping beams tracked from warping to rollout, and one app for your whole team on Android and the web.
Features
Built for the people who run the floor: the numbers that matter today, and the history behind them.
Every loom at a glance: running or stopped, online or silent, today's output and the beam on it with how far along it is.
Output per loom per day for any range, with loom and day totals. Copy it out as CSV in one tap.
Beam number, quality, ends and length for every beam you warp — ready, on a loom, or done.
Roll a beam onto a loom at a date and time. The next rollout ends it automatically, or finish it by hand.
What each beam produced on every production day it ran, down to the raw readings behind any day.
Your sensor reports a running counter. Logger works out the advance of every reading, and handles restarts and bad readings.
Managers add looms, beams and rollouts; viewers watch. Every company only ever sees its own mill.
Run several mills on one server. Switch between them in the app, set each one's profile and shift start.
How it works
Each loom's sensor sends its readings over the internet — a running counter and a status like running or stop. A retry never double-counts.
Every reading becomes production: per loom, per production day, and per beam on the loom at that moment.
Open the app on a phone, a tablet by the loom, or a browser in the office. The dashboard keeps itself up to date.
The loom workflow
The way a weaving shed already works, without the register.
| Production day | Produced | Readings |
|---|---|---|
| 06 Sep | 10,651 | 91 |
| 07 Sep | 33,117 | 288 |
| 08 Sep | 32,283 | 288 |
| 09 Sep | 22,051 | 197 |
Illustration
One app, everywhere
For the people wiring it up
Devices post JSON — one reading or a whole cycle — with the sensor ID and the time. Other systems pull readings out through a sync API that remembers where each one left off.
POST https://logger.jet66.cloud/v1
Content-Type: application/json
{
"readings": [
{ "sensor_id": "10001", "reading1": 452,
"reading2": 188233, "status": "running",
"ts": "2026-09-11 10:15:00" }
]
}
Sign in with the email your admin set up for you.