Search found 3 matches

by killtoo
Wednesday 20 January 2021 15:16
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230871

Re: Python plugin: Presence detection from wireless router

Hi tezzlicious,

Sorry for my late response.
I have the same problem since a few weeks... :(

I'll do some tests with Postman to see what's going on.
by killtoo
Monday 09 November 2020 10:42
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230871

Re: Python plugin: Presence detection from wireless router

Hi,
If someone want to use this plugin with Unifi Dream Machine Pro (UDM Pro), here is the change for http_unifi.py tracker :

connect() :

response = self.http_session.post(
"{}/api/auth/login".format(self.baseurl),
data=json.dumps(login_data),
verify=self.verify_ssl,
headers={"content ...
by killtoo
Monday 19 October 2020 17:32
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230871

Re: Python plugin: Presence detection from wireless router

Hi,
Has anyone managed to get this plugin to work with an Unifi Dream Machine Pro (with unifi-http metod) ?
The API url seems to be different.