Search found 22 matches

by abaratian
Thursday 08 July 2021 21:00
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 533
Views: 73196

Re: Python Plugin : Broadlink

Changed python to 3.7.0
still the same
by abaratian
Thursday 08 July 2021 17:08
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 533
Views: 73196

Re: Python Plugin : Broadlink

hello everyone I used the old plugin and I was fine. after refreshing my OS and installing new domoticz I noticed the old version is gone. I have tried many times to install this new plugin but no luck. I get the installation ok prompt ...
by abaratian
Saturday 19 June 2021 6:28
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 513627

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

Hi everyone, I have a problem with the xiaomi gateway. I have been using the hub for about 4 years now and recently my xiaomi devices have stopped working. I get 'Error: Xiaomi Gateway: unable to write command - Invalid key' in the log. I cant find the option for the lan passcode. I installed an old ...
by abaratian
Sunday 24 November 2019 17:54
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: idle problem with domoticz on ubuntu
Replies: 1
Views: 152

idle problem with domoticz on ubuntu

Hi everyone, I have been using domoticz for quite a few years on windows. recently I decided to move it to ubuntu. I installed domoticz on ubuntu server 16.04. everything works fine except that after the system is idle for a few hours my domoticz stops working. trying to open domoticz page in ...
by abaratian
Saturday 09 November 2019 16:06
Forum: Dashticz
Topic: dashticz - time to work
Replies: 1
Views: 346

Re: dashticz - time to work

Hi,
I did in domoticz using dzvents with a dummy text device.

CLOSED
by abaratian
Monday 04 November 2019 13:10
Forum: Dashticz
Topic: dashticz - time to work
Replies: 1
Views: 346

dashticz - time to work

Hi, I'm new to dashticz I wanna add a block that shows my transit time to work or other places. I am using a local service. In the documentation it says i should send a GET request: GET: https://api.neshan.org/v2/direction?parameters Headers: Api-Key: YOUR_API_KEY the parameters are origin and ...
by abaratian
Tuesday 22 October 2019 9:02
Forum: dzVents
Topic: switch and sensor combination [Solved]
Replies: 23
Views: 7698

Re: switch and sensor combination [Solved]

hi again, I tested the script some more time. There is a problem, when the light is turned on by motion, it is turned off after the set time is passed even if there is constant motion in front of the sensor. Can you help with that? Is that with your version or my latest ? both this is the final ...
by abaratian
Monday 21 October 2019 23:23
Forum: dzVents
Topic: switch and sensor combination [Solved]
Replies: 23
Views: 7698

Re: switch and sensor combination [Solved]

hi again,
I tested the script some more time. There is a problem, when the light is turned on by motion, it is turned off after the set time is passed even if there is constant motion in front of the sensor. Can you help with that?
by abaratian
Monday 21 October 2019 22:34
Forum: dzVents
Topic: switch and sensor combination [Solved]
Replies: 23
Views: 7698

Re: switch and sensor combination [Solved]

Thanks warren, I figured it out. See my above post. you've been so helpful. Thanks for your time and effort.
by abaratian
Monday 21 October 2019 22:21
Forum: dzVents
Topic: switch and sensor combination [Solved]
Replies: 23
Views: 7698

Re: switch and sensor combination [Solved]

i got it working by replacing

Code: Select all

                switch.switchOn().silent()
                switch.switchOff().afterSec(lampOnTime).silent()
with

Code: Select all

                switch.switchOn().forSec(lampOnTime).silent().checkFirst()
and removing switch from trigger devices list.
thank you so much waaren
by abaratian
Monday 21 October 2019 21:32
Forum: dzVents
Topic: switch and sensor combination [Solved]
Replies: 23
Views: 7698

Re: switch and sensor combination [Solved]

The lamp is not 'smart' and can't be controlled via domoticz. The switch is controlling the lamp. The load wire goes through the switch to the lamp and the sensor is wireless. OK. Can you try this ? --[[ a switch connected to a lamp. Motion sensor should trigger switch 1. when someone enters the ...
by abaratian
Monday 21 October 2019 21:29
Forum: dzVents
Topic: switch and sensor combination [Solved]
Replies: 23
Views: 7698

Re: switch and sensor combination [Solved]

Hi so you should have a smart device for you light like Qubino (Goap) ZMNHDD1 Flush Dimmer, Qubino (Goap) ZMNHADx Flush 1 Relay, FIBARO System FGD212, Dimmer 2+, Qubino (Goap) ZMNHBDx Flush 2 Relays+, Qubino (Goap) ZMNHSDx Din Dimmer+ If it is the case I did a script that do what you want but with ...
by abaratian
Sunday 20 October 2019 11:34
Forum: dzVents
Topic: switch and sensor combination [Solved]
Replies: 23
Views: 7698

Re: switch and sensor combination [Solved]

1. when someone enters the room sensor should turn on lamp 2. when someone enters the room and presses the switch, the light should stay on no matter if there is presence or not. Pressing the switch again should turn off the light. in other words the switch should override sensor. Can you try this ...
by abaratian
Sunday 20 October 2019 6:18
Forum: dzVents
Topic: switch and sensor combination [Solved]
Replies: 23
Views: 7698

switch and sensor combination [Solved]

Hi, The scenario is as follows: a switch and a motion sensor are connected to a lamp. I want: 1. when someone enters the room sensor should turn on lamp 2. when someone enters the room and presses the switch, the light should stay on no matter if there is presence or not. Pressing the switch again ...
by abaratian
Sunday 16 June 2019 6:14
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 328
Views: 64156

Re: Alexicz - FREE Domoticz to Alexa Integration

Glad that worked. Yes, when you ask for the 'inside' temperature all your temp sensors are averaged, You can of course just ask for one specific location such as Livingroom and then you will just get that. If you want to actually omit a thermostat during the discovery process (or any device in fact ...
by abaratian
Saturday 15 June 2019 16:05
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 328
Views: 64156

Re: Alexicz - FREE Domoticz to Alexa Integration

It's not mentioned in the Amazon docs and it took me a long time to find it, but querying state ("Alexa, is the front door open?") only works when the endpoint device in question has the Alexa.EndpointHealth interface included during discovery. In AlexaSmartHome.py, you need to paste: @INTERFACES ...
by abaratian
Thursday 13 June 2019 8:07
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 328
Views: 64156

Re: Alexicz - FREE Domoticz to Alexa Integration

Sounds like a region vs locale issue. Alexa discovers devices for the ARN location linked to the Amazon store account of the echo in use. So e.g. if you are in Germany and your store is Amazon.de, the ARN for discovery is EU-west-1 (Ireland). If your skill was created with US-east-1 and is en-US ...
by abaratian
Sunday 26 May 2019 5:44
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 328
Views: 64156

Re: Alexicz - FREE Domoticz to Alexa Integration

Hmm. Do you work with room plans? Only devices in room plans are discovered. If you don’t use them then a tiny change to the Python is necessary. Sent from my iPhone using Tapatalk yes, i use room plans. as i said in my first post when i run the test discovery script in the lambda management c ...
by abaratian
Saturday 25 May 2019 18:41
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 328
Views: 64156

Re: Alexicz - FREE Domoticz to Alexa Integration

Sounds like a region vs locale issue. Alexa discovers devices for the ARN location linked to the Amazon store account of the echo in use. So e.g. if you are in Germany and your store is Amazon.de, the ARN for discovery is EU-west-1 (Ireland). If your skill was created with US-east-1 and is en-US ...
by abaratian
Thursday 23 May 2019 20:31
Forum: Speech & Voice Systems
Topic: Alexicz - FREE Domoticz to Alexa Integration
Replies: 328
Views: 64156

Re: Alexicz - FREE Domoticz to Alexa Integration

I Followed the very well written documment to create the alexa skill. When i test the script in the website it is OK. I can discover devices and read temperature sensor but. when i add the skill on my phone it doesn't discover any devices. any help?