You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It uses MQTT to send updated to HA about BT devices.
The interesting thing is that HA can ask Monitor to scan for updates. Similarly, if applied to openwrt_hass_devicetracker, we might define triggers in HA that will ask openwrt_hass_devicetracker to send out an update. For example on HA startup (Which is quite a pain point, because all WiFi devices will be marked as away because HA is stupid.) or 20 seconds after the front door was opened.
And what event would that be for startup? I guess we could build a device_tracker platform though which periodically queries hass-tracker for updates. Not sure if that can be used to trigger it only at startup.
In case of hass_tracker, another event could be after the OpenWRT device was away in HA ping/NMAP device tracker and 'came home again.' (Implicating a router restart.)
https://github.com/andrewjfreyer/monitor
It uses MQTT to send updated to HA about BT devices.
The interesting thing is that HA can ask Monitor to scan for updates. Similarly, if applied to openwrt_hass_devicetracker, we might define triggers in HA that will ask openwrt_hass_devicetracker to send out an update. For example on HA startup (Which is quite a pain point, because all WiFi devices will be marked as away because HA is stupid.) or 20 seconds after the front door was opened.
I guess currently the only way to do this is with https://www.home-assistant.io/components/shell_command/ right?
The text was updated successfully, but these errors were encountered: