Sense
Poll real equipment over real protocols, and keep the quality of every reading, not just the value. A failed read is bad quality, never a zero, and a dead sensor does not trip every low alarm.
Most home automation is a toy, and most industrial automation costs a fortune and needs a team to configure. HotLoop is two pieces of software that close the loop between what a sensor says and what a machine does, and neither one changes what it can do based on who you are.
Inside deadband. No alarm raised, nothing paged.
A simulation running in your browser, so drag the setpoint and watch the loop close. In the Gateway, every write crosses one gate, out of range is rejected and never clamped, and the refusal is audited.
Protocols the Gateway speaks natively. There are no placeholder drivers.
Node types in Flow, each labeled by how closely it matches Node-RED.
The whole Flow image, against 717 for Node-RED. One box, one run, and the caveats are on the Flow page.
That loop is the whole idea. It is the difference between a rule you set once and hope still works, and something you can trust to run while you are not watching it.
Poll real equipment over real protocols, and keep the quality of every reading, not just the value. A failed read is bad quality, never a zero, and a dead sensor does not trip every low alarm.
Alarms follow ISA-18.2, including the state most homegrown systems miss, an alarm that cleared on its own before anybody saw it. Automation rules are compiled when you save them, so a broken rule is caught in the editor and not at 3am halfway through a sequence.
Every write, from the UI, the API, an automation, or an agent, crosses one gate that cannot be routed around. Out of range is rejected and never clamped, and every refusal is audited.
An industrial automation gateway. It polls equipment, keeps the history, raises alarms, runs automations against them, and exposes the whole plant to agents over MCP. One static Go binary that runs as a non-root user with every capability dropped.
Source-available under the HotLoop Community License. Free for individual use, and business use goes through Embernet.
About the GatewayA flow engine in one static Go binary, and Node-RED's idea with a different runtime. Flow files stay Node-RED v1 compatible, and every inbox is bounded, so a fast sensor cannot quietly inflate a pod until the kubelet kills it.
exec node disabled.Apache-2.0, free for everyone, businesses included.
About FlowMost integration pages list logos. Ours has four tiers, and one of them is empty on purpose.
Proven on real plant equipment, by someone who was standing there. Nothing has earned this yet, and we would rather say so than round up.
Ran against a real target, and the row names exactly what. That is not the same as certified.
Thorough frame-level tests, and never run against a physical PLC.
No driver, by choice. Reached through the gateway a site already has.
Flow is Apache-2.0, so anyone can run it, businesses included, with no agreement. The Gateway is free for individuals, and a business that wants it goes through Embernet for support and a warranty.