Search found 4 matches

by derjoern
Wednesday 27 June 2018 19:58
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1092
Views: 191789

Re: Python plugin: Presence detection from wireless router

Thank you for your feedback. Lets say your D-Link is router A and the Fritzbox router B You could make the plugin work on A and use another way to get a general Anyone-home kind of status from B to toggle the 'Override button' of A. That way you would at least have only one 'Anyone home' status to ...
by derjoern
Wednesday 27 June 2018 19:52
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1092
Views: 191789

Re: Python plugin: Presence detection from wireless router

I assume 1 of the routers is the main router and the other one is connected to the LAN port of the 1st router right? In that case you run the script on the first one and let the first one also handle all DHCP requests. You put the plugin with #forcegeneric and it will read also the adresses used by ...
by derjoern
Saturday 23 June 2018 15:11
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1092
Views: 191789

Re: Python plugin: Presence detection from wireless router

Very good plugin. Works great on my D-Link with LEDE/OpenWrt 17.01 configured as access-point. Sadly I have also a Fritzbox which provides wlan to the front of my house while the D-Link is for the back and garden. Any plans for support of multiple routers? To make it a bit difficult the Fritzbox ...
by derjoern
Friday 16 March 2018 18:52
Forum: Other questions and discussions
Topic: Domoticz with Bluetooth
Replies: 8
Views: 5990

Re: Domoticz with Bluetooth

I was on the same journey. This devices can communicate via Bluetooth LE. For this you can use a Raspberry PI 3 or a Zero and put https://github.com/xrucka/cometblue on it which will give you several possibilities to control it. From this point you will need some scripting to control it via Domoticz ...