How can I fix "Network unreachable" error in BACnet temperature sensor setup on Raspberry Pi 4
Hey guys, am creating a building automation system using a Raspberry Pi 4 with Embedded Linux. The system should read data from a BACnet temperature sensor. I have checked the BACnet network configuration and IP address, verified the BACnet device status and settings, ensured the BACnet library is correctly installed and configured.
But am getting the error
Network unreachable
@Middleware & OS8 Replies
Is there firewall installed make sure udp 47808 is open
Yes my firewall is still up should I deactivate it
Stop firewalld
Solution
Systemctl stop firewalld
Or add 47808 allowed as udp
Glad to see people on building automation here 🤘
In bound to raspberry pi could be the culprit
Lemme do this now and recheck my configuration, I would give a feedback 👍