Home Assistant OmniBridgeLink reboot due to OpenWRT firewall connection

pete_c

Guru
Seeing a reboot or restart of the OmniLinkBridge this morning.
Note: here using a microfirewall (OpenWRT) connected to the network port of the OmniPro 2 panel and getting a disconnect from the OmniLinkBridge HA add on causing TTS events to trigger. (IE: garage door open event).

Looking at the OpenWRT logs see this:

Code:
Tue Mar  5 20:20:08 2024 daemon.warn odhcpd[1532]: A default route is present but there is no public prefix on lan thus we don't announce a default route by overriding ra_lifetime!
Tue Mar  5 20:24:19 2024 daemon.warn odhcpd[1532]: A default route is present but there is no public prefix on lan thus we don't announce a default route by overriding ra_lifetime!

Fixed it with this:

Code:
uci set dhcp.odhcpd.loglevel="3"
uci commit dhcp
service odhcpd restart
 
Last edited:
Back
Top