Search found 12 matches
- Monday 15 August 2022 12:25
- Forum: Python
- Topic: Python plugin: Ubiquiti Unifi Presence
- Replies: 71
- Views: 14393
Re: Python plugin: Ubiquiti Unifi Presence
I added the UDR to the devices list. I don't know if the UDR has an accessible API and if the API is compatible with Dream Machine Pro and the Unifi Controller. You can test if there is an API and if it's compatible with the Dream Machine Pro or the Unifi Controller. Follow these steps: 1. Login to ...
- Thursday 11 August 2022 12:46
- Forum: dzVents
- Topic: Presence detection using UniFi Controller and DzVents [Solved]
- Replies: 71
- Views: 18162
Re: Presence detection using UniFi Controller and DzVents [Solved]
Had this thing working like a charm in the passed with an USG and Domoticz running on Synology. Moved to an UDM-SE and it's not working anymore. Changed the script to the same like post by basmaaks » Saturday 15 May 2021 10:00 (not the cooky part). Getting error: dzVents: Error: (3.0.1) HTTP/1.1 ...
- Thursday 10 January 2019 11:34
- Forum: Examples & Solutions
- Topic: Is the washing machine done?
- Replies: 80
- Views: 21844
Re: Is the washing machine done?
You can if you use Telegram for notifications. In Telegram you can create groups that multiple people can subscribe to. Cheers, Lex Sounds good, but I use Telegram notifications for several things and want to add a second person for only your script notifications for now. I don't want to bother my ...
- Wednesday 09 January 2019 16:44
- Forum: Examples & Solutions
- Topic: Is the washing machine done?
- Replies: 80
- Views: 21844
Re: Is the washing machine done?
Added this script into my Domoticz and shortly after that I received two telegram notifications that both washingmachine and dryer are turned on. My wife confirmed that see did turned on both devices indeed. :D Nice! Another question.. Is it possible to add a second person to receive notifications ...
- Tuesday 23 October 2018 21:16
- Forum: Python
- Topic: Python plugin: Battery Level for Z-Wave Devices
- Replies: 167
- Views: 35785
Re: Python plugin: Battery Level for Z-Wave Devices
@Logread, this is my first python plugin.. the location is /volume1/@appstore/domoticz/var/plugins. I created the "BatteryLevel" folder with mkdir and copied the files to this folder manually (apt-get and git clone isn't working). After that I did run the commandline to make plugin.py executable and ...
- Sunday 21 October 2018 22:39
- Forum: Python
- Topic: Python plugin: Battery Level for Z-Wave Devices
- Replies: 167
- Views: 35785
Re: Python plugin: Battery Level for Z-Wave Devices
I can't get this plugin to work unfortunately. I'm running Domoticz on Synology and the install commandlines doesn't work in Putty (in Windows) so I downloaded and copied the files with WinSCP to the BatteryLevel folder on my Syno manually, but I guess that isn't enough. What am I missing here ...
- Thursday 04 October 2018 15:07
- Forum: Blockly
- Topic: Toggle button switch: 1x Click ON, 1xClick OFF
- Replies: 13
- Views: 9188
Re: Toggle button switch: 1x Click ON, 1xClick OFF
The script works for one device/light, but how can I add/control more lights in a state? For example. I have a switch with two buttons, click 1 and click 2. Now I want to turn on/off two lights/devices (456 and 789) the same time when state is "Click 1" and turn on/off three lights at the same time ...
- Tuesday 02 October 2018 20:21
- Forum: Blockly
- Topic: Xiaomi Aqara Smart Light Switch Wireless (single button)
- Replies: 4
- Views: 3351
Re: Xiaomi Aqara Smart Light Switch Wireless (single button)
Nevermind, find the solution already with a LUA script.
Works perfectly.
Works perfectly.
- Monday 01 October 2018 13:51
- Forum: Blockly
- Topic: Xiaomi Aqara Smart Light Switch Wireless (single button)
- Replies: 4
- Views: 3351
Xiaomi Aqara Smart Light Switch Wireless (single button)
Hi all, I recently bought a wireless switch with single button to control my HUE light or SCENE. https://www.gearbest.com/access-control/pp_626696.html?wid=1433363 After added to Domoticz this device has a switch type "Push On Button" which only generates "On' in de datafield at every click (duuh ...
- Monday 01 October 2018 11:01
- Forum: Blockly
- Topic: Xiaomi Wireless Switch Click action issue
- Replies: 19
- Views: 13192
Re: Xiaomi Wireless Switch Click action issue
I didn't setup a Off delay so the device doesn't switch to off after some seconds. When I set a Off delay the light is going into a loop on/off/on/off etc. I also switched back to type "Push On button" which is set as default when you add the Xiaomi Wireless Wall Switch (single button) to Domoticz ...
- Tuesday 25 September 2018 19:20
- Forum: Blockly
- Topic: Xiaomi Wireless Switch Click action issue
- Replies: 19
- Views: 13192
Re: Xiaomi Wireless Switch Click action issue
Does this also work with the Wireless Wall Switch? I want to use this switch for turning on/off HUE light, but this doesn't work. I added the switch to domoticz and changed to type selector, created a blockly with "Click" and "Double Click" but no response of the HUE bulb. And when I click on the ...
- Tuesday 25 September 2018 12:42
- Forum: Switches and Scenes
- Topic: How to use a selector switch (Xiaomi) to ON/OFF Hue light ?
- Replies: 3
- Views: 5395
Re: How to use a selector switch (Xiaomi) to ON/OFF Hue light ?
Hi, I have a Xiaomi Wireless Wall Switch and some HUE bulbs which I want to combine with Domoticz. How can I configure the switch to control the HUE bulbs? I did some tests with Blockly, but nothing happens so far. I do not have any experience with LUA yet so if that's needed I need a good ...