mueslo

Results 50 comments of mueslo

> > > As i said, i would substitute hostname for mac, to build the payload and only send the whitelisted devices. I've forked your repo @ttimasdf and made the...

@zxdavb are you running regular dnsmasq? If so, the empty hostname is not because of not having set up the reverse DNS zone, but rather because the association event precedes...

Seems like the source name is not actually being sent. Maybe I introduced a bug in the configurable source name. On Thu, 5 Dec 2019, 08:11 SaturnusDJ, wrote: > Outputs:...

Oops, a quick glance over the code shows me that I did miss renaming a variable. @SaturnusDJ let me know if https://github.com/mueslo/openwrt_hass_devicetracker/commit/23fa712a1d135f91acd1480860d5f60fea9086f7 fixes it for you.

> > > Good to hear that it worked! It has been a while since I worked on this. > > It definitely needs changes on the side of Home...

How would HomeAssistant then trigger the scan automatically?

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...

Thanks for your efforts. This is a regression though (no https, redirect, iffy response handling with sleep, etc.), so I think the best approach would be to build a separate...

if you want this to be implemented it needs to be a separate code path, not replace the curl version

I guess the solution is to add authority/client type devicetracker instances to this code where the clients simply forward all state changes to the authority and only the authority talks...