Search found 38 matches

by QSKONE
Saturday 23 November 2019 19:08
Forum: Show your projects
Topic: Domoticz able to activate motionEye motion detection
Replies: 25
Views: 14883

Re: Domoticz able to activate motionEye motion detection

This is not working for me

motionEye Version 0.41
Motion Version 4.2.2
OS Version motionEyeOS 20190911

Works well commands from lavrsens wiki

Code: Select all

http://IP:7999/1/detection/start
http://IP:7999/1/detection/pause
by QSKONE
Saturday 16 November 2019 15:41
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 639003

Re: Domoticz app 2.0

QSKONE wrote: Wednesday 15 May 2019 11:09 Hi , It is possible clickable notification. Example: when front door has been opened domoticz send me notification with clickable url to my local camera?

Like this!
https://youtu.be/xCQoOZNdaGY?t=363
by QSKONE
Tuesday 28 May 2019 21:40
Forum: Other questions and discussions
Topic: newbie on domoticz and sonoff
Replies: 6
Views: 1567

Re: newbie on domoticz and sonoff

1) Mosquitto is instaled and running?
raspberry@pi:~$ mosquitto

If not

https://www.sigmdel.ca/michel/ha/rpi/add_mqtt_en.html
by QSKONE
Sunday 19 May 2019 10:04
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 512439

Re: Controlicz - Domoticz to Google Home/Assistant integration

Hi , when I add Controlicz user with users rights don't have connection. I tested main user - admin with admin rights works well. What is wrong?
Image
by QSKONE
Wednesday 15 May 2019 11:09
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 639003

Re: Domoticz app 2.0

Hi , It is possible clickable notification. Example: when front door has been opened domoticz send me notification with clickable url to my local camera?
Image
by QSKONE
Sunday 05 May 2019 13:52
Forum: Python
Topic: Pylips-Control Philips TVs (2015+) and Ambilight (+ Hue)(+ MQTT support!)
Replies: 1
Views: 1151

Pylips-Control Philips TVs (2015+) and Ambilight (+ Hue)(+ MQTT support!)

Hello ,
I found this python script for controlling Philips TV. https://github.com/eslavnov/pylips
I tested in and works very well via command line.
example: python3 pylips.py --host 192.168.XX.XX --user XXXXXX --pass XXXXX --command standby
Can anybody help me for using this in Domoticz?
Thanks
by QSKONE
Saturday 04 May 2019 13:31
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 512439

Re: Controlicz - Domoticz to Google Home/Assistant integration

Will be possible tell in controlicz "hey google show me front camera on tv" or "hey google show me front camera" /Google Home Hub/ to show Domoticz IP Cameras?
by QSKONE
Thursday 02 May 2019 13:41
Forum: Cameras
Topic: Stream from camera to Google Cast Device
Replies: 4
Views: 2218

Stream from camera to Google Cast Device

Hi,
It is this possible in Domoticz? Stream from camera show on Google Cast device (Android TV ,Home Hub ...).
Like this:
https://www.youtube.com/watch?v=s2bRHdOC67o
by QSKONE
Wednesday 01 May 2019 14:11
Forum: Python
Topic: Python Plugin: Domoticz-Google-Plugin
Replies: 132
Views: 32634

Re: Python Plugin: Domoticz-Google-Plugin

Plugin works well. Thank you wery much @Dnpwwo .
by QSKONE
Wednesday 01 May 2019 13:43
Forum: Python
Topic: Python Plugin: Domoticz-Google-Plugin
Replies: 132
Views: 32634

Re: Python Plugin: Domoticz-Google-Plugin

Hi , can you help me? I run latest beta and python 3.5.3 and dont know what is wrong. Status: (Google Plugin) Started. Error: (GoogleDevs) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/Domoticz-Google-Plugin/:/usr/lib/python35.zip:/usr/lib/python3.5:/usr/lib/python3.5 ...
by QSKONE
Sunday 20 January 2019 16:39
Forum: LUA
Topic: [SOLVED] Script for Yeelight ceiling light not working
Replies: 0
Views: 1135

Re: LUA cript for Yeelight ceiling light not working

Mne to funguje . Skús povoliť.
Script works here on Yeelight 650. Is a enable Lan Control?
Yeelight Application > Settings > Lan Control
by QSKONE
Sunday 13 January 2019 9:48
Forum: LUA
Topic: Getting data from LoRa - TTN network
Replies: 84
Views: 22155

Re: Getting data from LoRa - TTN network

Integration TTN to Domoticz it's possible ,but nobody knows how do it.
by QSKONE
Saturday 12 January 2019 12:04
Forum: dzVents
Topic: Water leak script (Blockly to dzVents) [Solved]
Replies: 9
Views: 3003

Re: Water leak script (Blockly to dzVents) [Solved]

@waaren thank you for help ,inspiration and patience. Your last script work but it is huge. I rewrote completely script to tiny version. return { active = true, on = { devices = { 'Xiaomi Water Leak Detector' } }, execute = function(dz) if dz.devices( 'Xiaomi Water Leak Detector' ).state == 'On ...
by QSKONE
Friday 11 January 2019 19:26
Forum: dzVents
Topic: Water leak script (Blockly to dzVents) [Solved]
Replies: 9
Views: 3003

Re: Water leak script (Blockly to dzVents) [Solved]

Script with device 8 - water leak sensor works return { on = { devices = { 8 }}, --- xiaomi water leak execute = function(dz) waterleak = dz.devices( 8 ).state --- xiaomi water leak light = dz.devices( 76 ).state --- shelly 1.1 if dz.devices( 8 ).state == 'On' then dz.devices( 76 ).switchOn() end ...
by QSKONE
Friday 11 January 2019 18:56
Forum: dzVents
Topic: Water leak script (Blockly to dzVents) [Solved]
Replies: 9
Views: 3003

Re: Water leak script (Blockly to dzVents) [Solved]

@waaren Script start ok 2019-01-11 18:51:22.302 Status: dzVents: Info: Handling events for: "Xiaomi Water Leak Detector", value: "On" 2019-01-11 18:51:22.309 Status: dzVents: Info: ------ Start internal script: Water leak dzVents: Device: "Xiaomi Water Leak Detector (Xiaomi Gateway)", Index: 8 2019 ...
by QSKONE
Friday 11 January 2019 18:37
Forum: dzVents
Topic: Water leak script (Blockly to dzVents) [Solved]
Replies: 9
Views: 3003

Water leak script (Blockly to dzVents) [Solved]

Hi , I try convert every my blockly scripts to dzVents and it is successful. Excluding one - simple water leak script. Problem is water leak from dzVents script cannot switch on any device. Why? What is wrong? Thanks https://i.ibb.co/rQngPmJ/Sn-mka-obrazovky-z-2019-01-11-18-21-22.png return { on ...
by QSKONE
Tuesday 08 January 2019 23:13
Forum: dzVents
Topic: Script for IoT air freshener [Solved]
Replies: 4
Views: 841

Re: Script for IoT air freshener [Solved]

Thanks you very much warren. Script works like a charm.
https://www.youtube.com/watch?v=V5Ll-xLg5LQ
by QSKONE
Tuesday 08 January 2019 22:20
Forum: dzVents
Topic: Script for IoT air freshener [Solved]
Replies: 4
Views: 841

Re: Script for IoT air freshener [Solved]

Spray is switch idx is 90 , button idx is 9 and pause 2 seconds.