Search found 7 matches

by Prinsje
Monday 20 December 2021 17:09
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1092
Views: 188414

Re: Python plugin: Presence detection from wireless router

It looks like the plugin is not even starting. Strange that it throws a syntaxerror. You could try completely removing the plugin from the file system and reinstalling, just in case a file was modified. Does your installation meet the requirements (installed modules) and are you running a supported ...
by Prinsje
Monday 20 December 2021 13:12
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1092
Views: 188414

Re: Python plugin: Presence detection from wireless router

A few things to check: - Is "Accept new hardware devices" enabled in the Domoticz Settings? - Are there any typos or syntax errors in the configuration string for devices to monitor? To dig deeper you can enable debug mode and look at (or share) the log. Thanks for your prompt response EscApe. All ...
by Prinsje
Monday 20 December 2021 11:50
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1092
Views: 188414

Re: Python plugin: Presence detection from wireless router

Did delete and re-added iDetect in the Hardware section. For some strange reason, no iDetect-related devices were created (old iDetect Devices were obviously removed as part of deletion). Anybody having a quick work-around? Thanks.
by Prinsje
Friday 15 October 2021 10:40
Forum: Others
Topic: LED Light - L&S, 0-10V or Casambi?
Replies: 0
Views: 377

LED Light - L&S, 0-10V or Casambi?

Currently in process of ordering high-end LED light to implement in existing Domoticz system. Light are standard accompanied by L&S Led drivers incl remotes which is undesirable given the difficulty to implement in Domoticz. As an alternative they offer a dimmable 0-10v Led drivers or inclusion of ...
by Prinsje
Saturday 18 September 2021 11:38
Forum: Others
Topic: Unifi Protect, anyone?
Replies: 5
Views: 1303

Re: Unifi Protect, anyone?

I am struggling with the same question but in different context. Need to integrate motion detection/PIR and lux measurement. Would love to pull any motion detected by any Unifi camera (Unifi Video - not necessarily (decommissioned?) Unifi Protect) rather than installing multiple ZWAVE-motion ...
by Prinsje
Wednesday 11 September 2019 9:42
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1092
Views: 188414

Re: Python plugin: Presence detection from wireless router

Thanks EscApe Regarding the USG: Have you tried a ssh session from the raspberry cli to the USG and running 'show arp' (on the USG)? Make sure you are logged on to the raspberry with the same user that is running Domoticz. Did indeed tested this with a positive effect. Have in the meantime replaced ...
by Prinsje
Friday 06 September 2019 13:59
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1092
Views: 188414

Re: Python plugin: Presence detection from wireless router

Does anyone experience any iDetect disconnects when a device roams to another access point within the same Wifi network? My network setup consists of one Unifi USG, Unifi Switch, 1 Unifi AP Pro and 1 Unifi AP LR. Script approaches each AP via its IP with the suffix =unifi-arp. Applying =unifiusg-arp ...