Polite API poller with back-pressure
A base flow for polling a slow local API without piling up requests. The delay node drops overlapping triggers, the function records response time, an
Explore import-ready automation examples shared by Node-RED builders.
7 flows available to explore
A base flow for polling a slow local API without piling up requests. The delay node drops overlapping triggers, the function records response time, an
Adds a lightweight /health endpoint for a reverse proxy or uptime monitor. It returns status, Node-RED uptime and a timestamp without exposing flow co
A safety layer for an automatic watering project. It only passes a request when soil moisture is below 32%, blocks repeat watering for six hours and l
A stripped-down version of my electricity price indicator. Feed the current cents/kWh into msg.payload. The flow labels it green, amber or red and kee
This is the simple schedule behind our hallway lights. Weekdays start at 06:30 and weekends at 08:00. The final MQTT topic is intentionally generic—
A small webhook endpoint I keep around for testing integrations. POST JSON to /hooks/device; the function normalises the fields and replies with a req
I use this to watch a cheap temperature sensor in an unheated garage. It ignores tiny changes, warns below -5 °C and sends everything else to a norma