Search found 22 matches
- Wednesday 08 January 2020 22:58
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1109
- Views: 209440
Re: Python plugin: Presence detection from wireless router
@EscApe I did a bit more exploring. so the ssh=ishow arp worked on the access points but would only return 14 out of 30 devices - a bit strange as some of them were wired and some wireless. Another thing i found was the UniFi UAP-AC-LR would respond with device names and mac's, where the Lite ...
- Wednesday 08 January 2020 21:58
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1109
- Views: 209440
Re: Python plugin: Presence detection from wireless router
Hi Mrrodz, Good to hear that detection is working. To diagnose the error message I will need some more information. Can you enable debug mode and share the debug log? I'm especially interested in the configuration used and the commands send and response received over ssh (you can remove any ...
- Tuesday 24 December 2019 23:17
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1109
- Views: 209440
Re: Python plugin: Presence detection from wireless router
Hi Mrrodz, Good to hear that detection is working. To diagnose the error message I will need some more information. Can you enable debug mode and share the debug log? I'm especially interested in the configuration used and the commands send and response received over ssh (you can remove any ...
- Monday 16 December 2019 14:43
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1109
- Views: 209440
Re: Python plugin: Presence detection from wireless router
Hi Prutsium,
i have already installed paramiko via pip. Detection is working but im getting this error and unsure why
thanks
i have already installed paramiko via pip. Detection is working but im getting this error and unsure why
thanks
- Sunday 15 December 2019 22:53
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1109
- Views: 209440
Re: Python plugin: Presence detection from wireless router
Hi im using a unify usg and 2 access points, it has been working flawlessly for a very long time. since the update i get Error: (iDetect) 192.168.10.4 ====> SSH returned error:Not supported it still seems to detect my phone on the network but unsure of this error. any idea where i can look to ...
- Sunday 15 December 2019 16:26
- Forum: dzVents
- Topic: TP Link H110v2 Washing Machine Monitor
- Replies: 4
- Views: 476
Re: TP Link H110v2 Washing Machine Monitor
Hi I'm wondering if someone could help. I have a h110v2 smart Plug and i want to use it to monitor my washing machine and notify me when its complete and im in the house, and continue to notify me every 10 min while im in the house until i press a confirm switch. Happy to help but please state your ...
- Thursday 12 December 2019 21:22
- Forum: dzVents
- Topic: TP Link H110v2 Washing Machine Monitor
- Replies: 4
- Views: 476
TP Link H110v2 Washing Machine Monitor
Hi I'm wondering if someone could help. I have a h110v2 smart Plug and i want to use it to monitor my washing machine and notify me when its complete and im in the house, and continue to notify me every 10 min while im in the house until i press a confirm switch. I've managed to do it in blocky but ...
- Friday 01 March 2019 7:33
- Forum: Heating/cooling
- Topic: Controlling temperatures etc
- Replies: 6
- Views: 2596
Re: Controlling temperatures etc
https://www.domoticz.com/forum/viewtopic.php?t=20868 Have a look at this. This will give you a graphical interface for setting times and temps, and will create the timing schedule for you. You might need to create virtual heating devices though. Hope this helps Sent from my iPhone using Tapatalk
- Friday 01 March 2019 0:13
- Forum: ESP8266
- Topic: Esp-01 motor control
- Replies: 1
- Views: 1821
Esp-01 motor control
Hi guys im hoping someone can point me in the right direction. I want to control a dc motor. Just straight on off no speed control. Its a 3 v motor and will be on for about a second. I plant to use it to drive the motor in my glade air freshener and discard the board that comes pre built with the ...
- Wednesday 13 February 2019 21:46
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1109
- Views: 209440
Re: Python plugin: Presence detection from wireless router
Hi, I have a unifi network. USG, UniFi AP-AC-LR and UniFi AP-AC-Lite. I followed mikeoo tutorial, but it still wouldn't work with my USG. Screen Shot 2019-02-13 at 20.22.01.png and it will not discover my device then i added the =unifiusg-arp Screen Shot 2019-02-13 at 20.24.05.png and get these ...
- Monday 22 October 2018 0:03
- Forum: PHP and all others
- Topic: omxplayer
- Replies: 0
- Views: 1664
omxplayer
Hi I'm using omxplyer to play a rstp feed off my ip camera to a monitor connected to my domoticz pi. I've written a small bash script to open omxplayer when i turn a dummy switch on and it works well. The problem is that when i send the off command from the switch I've tried to run a script using ...
- Friday 23 March 2018 21:08
- Forum: Other questions and discussions
- Topic: appKettle
- Replies: 0
- Views: 368
appKettle
Hi guys,
any one have app kettle working? can't seen to find anything on app kettle at all.
regards
any one have app kettle working? can't seen to find anything on app kettle at all.
regards
- Friday 16 March 2018 21:07
- Forum: dzVents
- Topic: Wake Up Light DzVents [Solved]
- Replies: 20
- Views: 6832
Re: Wake Up Light DzVents [Solved]
Ok so I've got it working. Poudenes i changed the timer to 1 min and it worked return { on = { timer = {'every minute'} }, data = { Bright = { initial = 0 } }, execute = function(domoticz, item) if (domoticz.devices('Wake').state == 'On') then -- Wake Switch is on domoticz.log('Start Wake UP Light ...
- Friday 16 March 2018 18:44
- Forum: dzVents
- Topic: Wake Up Light DzVents [Solved]
- Replies: 20
- Views: 6832
Re: Wake Up Light DzVents [Solved]
thank you for the reply's waaren - sorry yes that how i do i have it, missed that bit when re typing. poudenes - ahh right, in the DzVents it had an example with 5 seconds in it. i will adjust and see what happens. Boredcat - interesting way, i think ill try this. could you share the full script as ...
- Thursday 15 March 2018 23:22
- Forum: dzVents
- Topic: Wake Up Light DzVents [Solved]
- Replies: 20
- Views: 6832
Wake Up Light DzVents [Solved]
Hi, im trying to make a wake up light with DzVents. I'm new to lua, but this is my best attempt. my problem is that the variable won't increase when the timer is done. Any help would be fantastic thank you. return { on = { timer = {'every 5 seconds'} }, data = { Bright = { initial = 0 } }, execute ...
- Saturday 03 March 2018 16:46
- Forum: Heating/cooling
- Topic: Heatmiser NeoHub Integration
- Replies: 14
- Views: 5345
Re: Heatmiser NeoHub Integration
Hi, I've got it working now. i had to add 127.0.0.1 to Local Networks (no username/password) in settings, Enable DzVents in Settings and put the lua scripts in domoticz/scripts/dvents/scripts/
its all working great now for 4 stats.
thank you
its all working great now for 4 stats.
thank you
- Friday 02 March 2018 19:46
- Forum: Heating/cooling
- Topic: Heatmiser NeoHub Integration
- Replies: 14
- Views: 5345
Heatmiser NeoHub Integration
Hi ddahya, that worked [emoji16]. Thank you. I have a first gen heatmiser hub. Maybe that has something to do with it. So my temp and switch are updating. But my setpoint is not setting the stat. Any ideas? Regards If i run the command in the lua script from command line, adding in the temp and ...
- Thursday 01 March 2018 21:27
- Forum: Heating/cooling
- Topic: Heatmiser NeoHub Integration
- Replies: 14
- Views: 5345
Re: Heatmiser NeoHub Integration
hi I'm getting Traceback (most recent call last): File "./NeoHub.py", line 328, in <module> main(sys.argv[1:]) File "./NeoHub.py", line 322, in main updateDomoticzHttp(domoticz, switchidx, tempidx, stempidx, NeoStat, updateInterval) File "./NeoHub.py", line 251, in updateDomoticzHttp NeoStat.current ...
- Thursday 19 May 2016 21:59
- Forum: Other questions and discussions
- Topic: Rpi_Ws281x and domoticz
- Replies: 1
- Views: 1659
Rpi_Ws281x and domoticz
Hi all I was wondering if any one had found a way to integrate addressable led 2812 with domoticz via Tony DiColaja neopixel Python wrapper? Ideally I'd like to be able to select the effect, direction and Colour from domoticz. Also start and stop like a switch where I can set on and off times. So ...
- Thursday 18 February 2016 11:49
- Forum: LUA
- Topic: Wake up Light
- Replies: 24
- Views: 11743
Re: Wake up Light
Hi, did you get this working? Ive tried my self with no joy.
Fancy using it to cycle each light through 0-100-0% as a test. I currently have a lightwave system but struggling to get it working. Thanks
Sent from my iPhone using Tapatalk - now Free
Fancy using it to cycle each light through 0-100-0% as a test. I currently have a lightwave system but struggling to get it working. Thanks
Sent from my iPhone using Tapatalk - now Free