Search found 31 matches
- Thursday 20 April 2017 22:10
- Forum: Other questions and discussions
- Topic: Set value for dummy device
- Replies: 0
- Views: 468
Set value for dummy device
I have three different energy consumption values which are seen in domoticz. But now I would like to see the complete energy consumption in one device. How would it be possible, so set the actual energy value as well as the daily and overall consumption in a dummy sensor? Is it possible to set the ...
- Thursday 09 March 2017 8:40
- Forum: Other questions and discussions
- Topic: Set device time stamp to now
- Replies: 1
- Views: 579
Re: Set device time stamp to now
Anybody an idea?
- Wednesday 08 March 2017 8:47
- Forum: Other questions and discussions
- Topic: Set device time stamp to now
- Replies: 1
- Views: 579
Set device time stamp to now
I'm looking for an answer for a long time, but I don't get solution for this problem. The only thing I would like to do, is to update the time stamp of for example a switch. So I would like to switch a dummy switch, and after that, all the devices like door/window sensor should update the time stamp ...
- Tuesday 07 March 2017 7:43
- Forum: Other questions and discussions
- Topic: Aeotec Door/Window Sensor 6 Parameters
- Replies: 0
- Views: 503
Aeotec Door/Window Sensor 6 Parameters
I have a couple of the above mentioned sensors at home. But there are two parameters which I don't understand. Parameter #8 and #9 are only writen with the numbers and have the value 0 (#8) and 256 (#9). Can anyone explain me the parameters? Thank you very much
- Monday 06 March 2017 20:26
- Forum: Other questions and discussions
- Topic: Ping a device
- Replies: 6
- Views: 1987
Re: Ping a device
I did that, but it didn't change anything. I put the wake up interval on 3600 seconds. And even the polling is on, but the devices do not wake up.
- Monday 06 March 2017 19:55
- Forum: Other questions and discussions
- Topic: Ping a device
- Replies: 6
- Views: 1987
Re: Ping a device
Thanks for your answers. My sensors working on zWave. And I already have a code which makes the check, if a device replied within the last 24 hours. This works properly. The only problem is, that my devices do not wake up in a given time. So if I would know, "Sensor 1" will wake up every 36 hours ...
- Sunday 05 March 2017 11:58
- Forum: Other questions and discussions
- Topic: Ping a device
- Replies: 6
- Views: 1987
Ping a device
I tried to make a device check which checks once a day if my sensors are online and working. This actually works, but some sensors do reply only very seldom. And even with polling the devices do not reply frequently. Thats why I would like to send a ping to the sensors to check them. Is it somehow ...
- Friday 03 March 2017 16:27
- Forum: Other questions and discussions
- Topic: Z-Weather only wind value
- Replies: 2
- Views: 829
Re: Z-Weather only wind value
It shows all the values. And I know, that it always shows all values. But how could I remove characters from the data string that only the wind speed remains? Do you know how I could remove all the other characters except the wind speed?
- Friday 03 March 2017 15:45
- Forum: Other questions and discussions
- Topic: Control Domoticz with Pilot App
- Replies: 2
- Views: 1288
Re: Control Domoticz with Pilot App
I already solved the problem without Pilot App, but with my.domoticz.
But thanks a lot for your help
But thanks a lot for your help
- Friday 03 March 2017 15:37
- Forum: Other questions and discussions
- Topic: Z-Weather only wind value
- Replies: 2
- Views: 829
Z-Weather only wind value
I just added a Z-Weather sensor and it works properly. But I have a problem. I would like to make a script where I get a notification when the wind value is too high and make other things. But on the sensor tab there are multiple values like temperature, Wind direction, etc. How can I make it ...
- Friday 24 February 2017 22:20
- Forum: Other questions and discussions
- Topic: Control Domoticz with Pilot App
- Replies: 2
- Views: 1288
Control Domoticz with Pilot App
I would like to connect the pilot app with my domoticz. I forwarded the port to the pi and checked this here: http://www.yougetsignal.com/tools/open-ports/ There it says, that the port is open. But when I try to connect the app, I always get the message, that it couldn't connect to the server. Could ...
- Tuesday 14 February 2017 6:35
- Forum: Other questions and discussions
- Topic: Example of Danfoss LC-13 script
- Replies: 0
- Views: 518
Example of Danfoss LC-13 script
I just bought a Danfoss LC-13 device to connect with my Radiators. Now I was searching on the Internet for an example, how I have to make the script in LUA. But even after hours in Internet I couldn'd find anything. Could anybody give me an example, how to set and Change the temperature to give me ...
- Friday 10 February 2017 11:29
- Forum: Other questions and discussions
- Topic: Respond time of devices
- Replies: 0
- Views: 460
Respond time of devices
I'm using a zwave stick with domoticz and all the devices work properly. Now I would like to check if there has been no Response in a meaning time and then send a notification. Even this works, but I don't know how I can tell a device to respond in a given time. So I would like to make the device to ...
- Thursday 09 February 2017 12:43
- Forum: PHP and all others
- Topic: Notification when sensor is not working
- Replies: 12
- Views: 8530
Re: Notification when sensor is not working
That's OK, thanks a lot for your help 

- Thursday 09 February 2017 12:30
- Forum: PHP and all others
- Topic: Notification when sensor is not working
- Replies: 12
- Views: 8530
Re: Notification when sensor is not working
Thanks Nautilus. I will check these links. There's only one more question. You wrote in your script: "433 mhz switch". What does that exactly mean?
Sorry for bothering you.
Sorry for bothering you.
- Thursday 09 February 2017 7:20
- Forum: PHP and all others
- Topic: Notification when sensor is not working
- Replies: 12
- Views: 8530
Re: Notification when sensor is not working
I use the following code if a device is not responding anymore) Code can be easily modified if you router is not responding to internet for example. --------------------------------------------------------------------------------------------------------- -- Script parameters ...
- Wednesday 08 February 2017 11:58
- Forum: Other questions and discussions
- Topic: os.time with %X
- Replies: 6
- Views: 1825
Re: os.time with %X
Perfect, I will try that, thanks a lot 

- Wednesday 08 February 2017 10:36
- Forum: Other questions and discussions
- Topic: os.time with %X
- Replies: 6
- Views: 1825
Re: os.time with %X
Thanks Nautilus I need both. I turn on the light when theres motion. Then I turn off the light when there has been no motion for a meaning time. But the meaning time is different for the different daytimes. I did it like you mentioned above. Now I can try to add minutes. But it makes the script very ...
- Wednesday 08 February 2017 8:58
- Forum: Other questions and discussions
- Topic: os.time with %X
- Replies: 6
- Views: 1825
Re: os.time with %X
Thanks for your reply. Actually I would like to do two things: 1. Trigger a switch to turn on at this time to make a back up. I want to turn on the switch at a time and turn the switch off again after two minutes. 2. I want to trigger a motion sensor and turn on a light when there's motion. But I ...
- Wednesday 08 February 2017 8:20
- Forum: Other questions and discussions
- Topic: Aeotec ZW090 Stick as a device
- Replies: 0
- Views: 397
Aeotec ZW090 Stick as a device
I would like to check the state of the whole system. If there are any faults on the sensor or on the zwave stick, I would like to shut down the system and reboot it. But I don't get it, how I can use the zwave stick as a device. I only find the stick in the hardware, but when I go to devices, there ...