Search found 5 matches
- Monday 20 August 2018 19:27
- Forum: Other questions and discussions
- Topic: aqara gateway sounds
- Replies: 3
- Views: 1014
Re: aqara gateway sounds
solved. wifi raspberry found them
- Monday 20 August 2018 18:17
- Forum: Other questions and discussions
- Topic: aqara gateway sounds
- Replies: 3
- Views: 1014
Re: aqara gateway sounds
I have the same problem . What do you mean with the same LAN segment ?
Have my raspberry connected to my LAN and the Gateway through wifi to the same router.
What do i miss ?
Have my raspberry connected to my LAN and the Gateway through wifi to the same router.
What do i miss ?
- Monday 06 August 2018 14:08
- Forum: Blockly
- Topic: Blockly examples
- Replies: 709
- Views: 416830
Re: Blockly examples
I'm trying blocky to have domoticz send me a notification when the outside temperature gets below the temperature inside the house, so I have to start opening doors and windows. I'm using blocky as I have no idea how to program in Lua. However, I can't get it to work properly. I have setup a ...
- Monday 06 August 2018 9:50
- Forum: Blockly
- Topic: Blockly examples
- Replies: 709
- Views: 416830
Re: Blockly examples
Your blockly does switch your notification triggerdevice every time the temperature condition evaluates to true. Using the checkFirst option in dzVents you can prevent that . This small dzVents script should do the job. -- activateNotificationSwitch.lua return { on = { timer = {"every minute ...
- Sunday 21 February 2016 14:04
- Forum: PHP and all others
- Topic: How to add a remote into the event
- Replies: 0
- Views: 567
How to add a remote into the event
Hi, This is my first post to the forum, been reading until now. I made the following event. If we are home the light goes on between a set time and the light goes off after set time or if we are away. afstandbediening.jpg Now i want to also use the remote "AB Woonkamer" to switch off the light. But ...