It's working
Search found 6 matches
- Tuesday 20 October 2020 16:59
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1117
- Views: 234130
Re: Python plugin: Presence detection from wireless router
Big thanks EscApe!
It's working
It's working
- Monday 19 October 2020 22:35
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1117
- Views: 234130
Re: Python plugin: Presence detection from wireless router
Yes, its working.
It is WDR3600 (TP-link) with openwrt (Gargoyle 1.6.2.2)
It is WDR3600 (TP-link) with openwrt (Gargoyle 1.6.2.2)
- Monday 19 October 2020 20:58
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1117
- Views: 234130
Re: Python plugin: Presence detection from wireless router
Hi,
Plugin can't find proper device (wlan0). When I use iwinfo or ifconfig command its shows properly all interfaces.
/usr/bin$ ifconfig | cut -d ' ' -f1| tr ':' '\n' | grep -E '^eth|^wlan|^ath|^wl'
eth0
eth0.1
eth0.2
wlan0
Any idea?
2020-10-19 20:44:57.838 (Kontrola obecności) 192.168.1.1 ...
Plugin can't find proper device (wlan0). When I use iwinfo or ifconfig command its shows properly all interfaces.
/usr/bin$ ifconfig | cut -d ' ' -f1| tr ':' '\n' | grep -E '^eth|^wlan|^ath|^wl'
eth0
eth0.1
eth0.2
wlan0
Any idea?
2020-10-19 20:44:57.838 (Kontrola obecności) 192.168.1.1 ...
- Tuesday 11 February 2020 9:41
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35080
Re: Python Plugin: ebusd
Thank you!
- Monday 10 February 2020 20:13
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35080
Re: Python Plugin: ebusd
Hi,
At the beginning I would like to say "thanks, good job" to the author.
I've made simple blockly to automatically change "HwcOpmode" from "manual" to "auto" after x seconds. When I change status to "manual" the event starts but status is not changing to "auto" after x seconds. But when I press ...
At the beginning I would like to say "thanks, good job" to the author.
I've made simple blockly to automatically change "HwcOpmode" from "manual" to "auto" after x seconds. When I change status to "manual" the event starts but status is not changing to "auto" after x seconds. But when I press ...
- Saturday 17 August 2019 13:32
- Forum: Design, usability and languages
- Topic: Red, green dot instead of "OFF" "ON"
- Replies: 4
- Views: 1945
Red, green dot instead of "OFF" "ON"
Hi,
I wonder if it is possible, in easy way, to use colours instead of words where the status of device is shown.
I wonder if it is possible, in easy way, to use colours instead of words where the status of device is shown.