Search found 21 matches
- Wednesday 25 July 2018 14:28
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1092
- Views: 189264
Re: Python plugin: Presence detection from wireless router
thank you! allowing new devices for 5 minutes solved the issue.. silly me!
- Wednesday 25 July 2018 13:08
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1092
- Views: 189264
Re: Python plugin: Presence detection from wireless router
i've played around with the values changing them, and then enabled debug mode, still errors, but less now. here's the log: 2018-07-25 13:03:44.120 Status: (Presence detection) Started. 2018-07-25 13:03:45.166 (Presence detection) Debug logging mask set to: PYTHON PLUGIN QUEUE IMAGE DEVICE CONNECTION ...
- Wednesday 25 July 2018 10:04
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1092
- Views: 189264
Re: Python plugin: Presence detection from wireless router
@EscApe - do you have any idea what could my errors posted above mean?
- Tuesday 24 July 2018 11:10
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1092
- Views: 189264
Re: Python plugin: Presence detection from wireless router
yes, there is, like, this plugin requires Python3.5 or higher according to github, also some other plugins require Python3.5
- Monday 23 July 2018 17:41
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1092
- Views: 189264
Re: Python plugin: Presence detection from wireless router
not sure if this is plugin related, but still. I've recently removed python3.5 and installed python3.4 and then remove the 3.4 version and installed back python3.5 and now i got this error on the latest plugin version: 2018-07-23 17:38:36.096 Error: (Presence detection) 'onStart' failed 'ValueError ...
- Saturday 21 July 2018 6:42
- Forum: Python
- Topic: Yamaha AV Receiver Plugin
- Replies: 73
- Views: 25899
Re: Yamaha AV Receiver Plugin
Hi, thanks for the great plugin! But unfortunately i am having an issue ever since i upgraded to the latest version. When i start the plugin, it floods the log with: 2018-07-21 06:40:18.412 Status: (Yamaha) Started. 2018-07-21 06:40:19.184 Status: (Yamaha) Initialized version 2.0.0, author ...
- Monday 14 May 2018 7:47
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1092
- Views: 189264
- Thursday 10 May 2018 13:20
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1092
- Views: 189264
Re: Python plugin: Presence detection from wireless router
seems like all working good with the latest version from github, and it only detects the active interfaces wlan0 and wlan1: 2018-05-10 13:07:14.348 (Presence detection) Using iwinfo command on router (best method) for interfaces ['wlan0', 'wlan1'] there's one more thing that i find personally for me ...
- Wednesday 09 May 2018 20:05
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1092
- Views: 189264
Re: Python plugin: Presence detection from wireless router
i am not sure if eth0.1 and eth0.2 are actual aliases (could be something related to IPv6 connections?) but they are empty and do not have any active MACs attached to them, none of the interfaces actually have any MACs apart from wlan0 and wlan1. what i found is that if you change this command from ...
- Wednesday 09 May 2018 16:52
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1092
- Views: 189264
Re: Python plugin: Presence detection from wireless router
finally! it works! thank you very much! i actually managed to make it work myself with your stripped grep command from post above, but my version got wlan0 and wlan1 hardcoded, but your now show that it checks all interfaces: Using iwinfo command on router (best method) for interfaces ['eth0', 'eth0 ...
- Wednesday 09 May 2018 16:21
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1092
- Views: 189264
Re: Python plugin: Presence detection from wireless router
yes, i confirm it, the command you provide gives out a clean column on MAC addresses like this:
Code: Select all
11:22:D0:BE:18:41
22:33:86:03:6D:0D
33:44:90:66:5B:3A
- Wednesday 09 May 2018 15:59
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1092
- Views: 189264
Re: Python plugin: Presence detection from wireless router
and again - thanks. here's the output of my arp -a: arp -a IP address HW type Flags HW address Mask Device 10.0.10.12 0x1 0x2 xx:xx:86:03:6d:0d * br-lan 10.0.10.76 0x1 0x2 xx:xx:d0:be:18:41 * br-lan 10.0.10.75 0x1 0x2 xx:xx:95:24:a4:92 * br-lan 10.0.10.27 0x1 0x2 xx:xx:a9:d0:4e:a2 * br-lan 10.0.10.3 ...
- Wednesday 09 May 2018 13:28
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1092
- Views: 189264
Re: Python plugin: Presence detection from wireless router
thanks for your interest, EscApe! To know the wireless interface i think it's possible to use output from ifconfig command: [spoiler]root@ArcherC7:~# ifconfig br-lan Link encap:Ethernet HWaddr 70:4F:57:15:46:xx inet addr:10.0.10.200 Bcast:10.0.10.255 Mask:255.255.255.0 inet6 addr: xx::724f:57ff:fe15 ...
- Wednesday 09 May 2018 12:45
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1092
- Views: 189264
Re: Python plugin: Presence detection from wireless router
decided to use another router, that has OpenWRT installed on it, but there is no 'wl' command in my install, but a similar one - 'iwinfo'.
@EscApe = do you think it's possible to use iwinfo instead of wl?
@EscApe = do you think it's possible to use iwinfo instead of wl?
- Wednesday 09 May 2018 12:23
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1092
- Views: 189264
Re: Python plugin: Presence detection from wireless router
@mrkrabs The plugin is intended for the detection of presence/absence of people, based on the mobile devices they carry. Detecting wired connections is not within its scope. Maybe one of the many ping-based approaches would suit you? Thanks, i totally understand the scope of the plugin, it's just ...
- Tuesday 08 May 2018 19:42
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1092
- Views: 189264
Re: Python plugin: Presence detection from wireless router
hi and thanks for the great script, however, i am struggling to get it working. i am running latest domoticz beta on a raspberry pi zero, and this is what i get in the log: 2018-05-08 19:39:54.966 Error: (Presence detection) SSH subprocess timed out 2018-05-08 19:39:54.968 Error: (Presence detection ...
- Thursday 01 March 2018 13:43
- Forum: Other questions and discussions
- Topic: Hottest/Coldest Days for temperature sensors via json
- Replies: 0
- Views: 312
Hottest/Coldest Days for temperature sensors via json
Hi,
For the weather sensors, if i click on them and go to the Report section i can see detailed stats for the hottest/coldest day of the year/month etc and also degree days. Is there a way to get this info via json? Thank you.
For the weather sensors, if i click on them and go to the Report section i can see detailed stats for the hottest/coldest day of the year/month etc and also degree days. Is there a way to get this info via json? Thank you.
- Thursday 08 February 2018 19:43
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1715
- Views: 417170
Re: homebridge-edomoticz Plugin
ok, figured it out that all the old names were kept in accessories/cachedAccessories file. I've cleaned it, rebooted homebridge and all is good now.
- Thursday 08 February 2018 19:33
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1715
- Views: 417170
Re: homebridge-edomoticz Plugin
Thanks Marci, but it still doesn't work. i still see all the old names in homekit after removing/readding bridge in home app (and even restarting both homebridge and domoticz). There is also this error now when i start homebridge: HAP Warning: Characteristic undefined not in required or optional ...
- Thursday 08 February 2018 13:21
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1715
- Views: 417170
Re: homebridge-edomoticz Plugin
and on a side note - does anyone succeeded in implementing the fakegato-history plugin for showing graphs in EVE am not sure i understand on how to do this..