Prerequisites: BACnet device on LAN (UDP 47808), Slack webhook. BACnet nodes require on-prem or runtime execution.
Build a building automation alert workflow from template #165: poll a BACnet analog input every minute and alert Slack when temperature exceeds thresholds.
What this template does
- Every Minute — cron trigger.
- Read BACnet Point — analog input present value.
- Check Threshold — warn 26°C, critical 30°C.
- Slack Alert — factory/building channel.
Step 1 — Load the template
- Studio → Templates → search
BACnet Temperature Slack. - Load template #165.
Step 2 — BACnet device
- Set IP address, Device ID, object type/instance, and property ID.
- Use your BMS documentation for correct object numbers.
- See Direct connect vs Discovery — BACnet typically uses manual IP settings.
Step 3 — Thresholds and Slack
- Tune warn/critical limits in Check Threshold.
- Configure Slack webhook and message template.
Step 4 — Deploy
Run on a PC on the BACnet subnet or export runtime to the building controller gateway.
Related tutorials
- Modbus Threshold → Slack Alert — PLC alternative.
- Sensor Threshold Alert — ZigBee monitoring.