Search found 538 matches

by EscApe
Sunday 04 January 2026 15:39
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router


Hi,

little problem: some mobile phones (like iPhone for example) have temporary mac-addresses, how can change on the next connection. I think it possible to use 'device name' for ping, not only mac. Is it possible to switch between ping and ping6(for IP v 6)?


BR


Hi,
You can disable the ...
by EscApe
Friday 19 December 2025 10:26
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router


Since two days I have a strange problem with the plugin, I get the following error"
…..
I'm using the plugin in colaboation with a Unifi USG. Any thoughs or idea's?


The message you see after the error is the actual command line response from your router. Seems like the Unifi USG is expecting ...
by EscApe
Saturday 02 August 2025 13:31
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router

In my mesh setup I only need te query the (Fritz 4060) mesh master
by EscApe
Wednesday 14 May 2025 16:12
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router

Sorry, can’t really help you. Seems like your python environment is not properly setup.

I would start undoing whatever you tried to do with the python path, but repairing a broken python installation is not my area of expertise.
by EscApe
Wednesday 14 May 2025 14:59
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router

As long as you are running the same version of the plugin there is no reason to remove any iDetect elements. That step is only needed if you switch between the (still) "beta" and the master version, because the beta uses the DomoitczEx framework and the older version uses the old plugin framework ...
by EscApe
Thursday 27 March 2025 16:58
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router

Indeed, the plugin won't be able to detect any wifi presence if you disabled wifi on the router. The ip-address works because it will use ping instead of wifi detection. The ping approach won't even use the router.
by EscApe
Thursday 27 March 2025 7:12
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router

Great that you got it working!

The default (ssh autodetect) tracker queries the router on a pretty low (chipset) level so you need te query every node in your mesh separately or use another tracker type that queries the mesh on the master router. For Asus the "aimesh_json" tracker type should work ...
by EscApe
Wednesday 26 March 2025 16:32
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router

Maybe the Domoticz log level setting is limiting it. Can you start Domoticz without a log-level setting?

The error message indicates that the plugin failed to load a required module for the tracker. You could try installing paramiko globally, just to rule out the venv as a possible cause.

Which ...
by EscApe
Wednesday 26 March 2025 5:25
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router

It doesn't seem te find the required modules. Since you installed paramiko to a venv my first guess would be that Domoticz is not using the same venv. Otherwise the debug mode might give some more clues.
by EscApe
Thursday 13 March 2025 21:35
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router


Can anybody help me with the first step, I get errors when installing paramiko with 'sudo pip3 install requests paramiko'.
I am running Python 3.7.3 and Domoticz 2025.1_build16576 on Rpi4. After multiple tries, I still get this error:

Python 3.7 support ended in 2023. I would try a more recent ...
by EscApe
Thursday 11 July 2024 20:47
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router

I already spent many hours trying to reproduce your issues back in januari. Unfortunately I could not, so I am unable to offer any new insights. Maybe someone with a comparable setup can help?

Btw: i would not consider replacing the plugin directory a “clean install”. The files in the plug-in ...
by EscApe
Friday 05 July 2024 8:36
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router


Update: deleted everything in the iDetect folder, reinstalled the Beta without the logging on in the iDetect sheet, all ok again with 192.168.2.1#type=aimesh_json I don't get it ........ This is how the install must go, but why then the installs with the errors?


If you switch back and forth ...
by EscApe
Monday 01 July 2024 17:46
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router


I changed my router to Asus XT8. I'm still running into issues using type=aimesh_json.

It used to be fool-proof, not so much anymore. Thats why I was wondering about the Beta


The beta uses the newer DomoticzEx framework to manage the Domoticz devices. There have also been some structural ...
by EscApe
Friday 21 June 2024 14:39
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router




Is there any planning for the beta to be released?

we are not running domoticz to control nuclear power plants ;)

My wife and kids think otherwise, when it does not work, it's 'rubbish' and they don't want to have it in their house. So like a nuclair plant, it has to work all the time, or ...
by EscApe
Friday 21 June 2024 6:54
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router


Is there any planning for the beta to be released?


I have been testing it for a while because it looked like something was causing a memory leak. However, on my setup the Domoticz memory usage indeed rises the first few days but then stabilizes. I don't know if there is any relation with the ...
by EscApe
Wednesday 17 April 2024 21:23
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router

Looks like your Fritzbox is not allowing the login at these times. iDetect doesn’t do anything different around 22:00, so I would look at the Fritzbox configuration. Any maintancance (update) jobs on the Fritzbox at 22:00? Maybe some timed blocking rules?
by EscApe
Wednesday 14 February 2024 6:26
Forum: Python
Topic: How to handle multipart boundary in xml connection (DomoticzEx framework)? Looking for help.
Replies: 1
Views: 786

Re: How to handle multipart boundary in xml connection (DomoticzEx framework)? Help needed.

After looking at a more detailed debug log I noticed that (at least in the log) the onconnect sent content is different when you select xlm of http as the protocol (other protocols I tested look the same as the xml protocol below, so it is the http that is different from the rest). When configuring ...
by EscApe
Sunday 11 February 2024 15:06
Forum: Python
Topic: How to handle multipart boundary in xml connection (DomoticzEx framework)? Looking for help.
Replies: 1
Views: 786

How to handle multipart boundary in xml connection (DomoticzEx framework)? Looking for help.

I am trying to write a plugin that reads the XML alertstream of a Hikvision security camera and I want to use the connection object offered by the plugin framework to do so.
I know how to solve this using requests, but I want to see if plugins behave better if they avoid using additional modules ...
by EscApe
Thursday 01 February 2024 17:31
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router


The error returned, after quite a number of time restarting and trouble shooting of another error.

I then simply deleted the iDetect and reinstalled the app and it is running again without error. And it all worked again. That is what I call strange.

Very strange indeed. Nothing is stored or ...
by EscApe
Wednesday 31 January 2024 15:25
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230297

Re: Python plugin: Presence detection from wireless router


I reset everything by deleting the previous iDetect and installing it with: sudo git clone -b DomoticzEx-based-beta https://github.com/d-EScape/Domoticz_iDetect.git iDetect

guess what, no errors ......... and I see that the frequency of logging with all the data from the router has increased to ...