Search found 36 matches
- Monday 21 January 2019 7:51
- Forum: Blockly
- Topic: Double "and" with "if" doesn't work
- Replies: 6
- Views: 838
Re: Double "and" with "if" doesn't work
Yep change the and between the times to OR. The time resets at midnight. If you only change then “and”, the alarm will go off any time after 8 am. You need to swap the Burglar=On block with Time>08:00 and then change the “and” to “or” between both time statements. Really because i have this one work ...
- Friday 18 January 2019 10:44
- Forum: Python
- Topic: Python Plugin : Broadlink RM2 V4
- Replies: 651
- Views: 121990
Re: Python Plugin : Broadlink RM2 V4
Mine actually works with IR devices i've just worked out but not RF which is what i wanted it for. So i've been playing around a bit and managed to import an already learned RF device. As per the wiki grab these three files jsonSubIr jsonButton jsonIrCode from /broadlink/newremote/SharedData/ on ...
- Friday 18 January 2019 9:37
- Forum: Blockly
- Topic: Double "and" with "if" doesn't work
- Replies: 6
- Views: 838
Re: Double "and" with "if" doesn't work
Yep change the and between the times to OR. The time resets at midnight.
- Saturday 12 January 2019 0:38
- Forum: Python
- Topic: Python Plugin : Broadlink RM2 V4
- Replies: 651
- Views: 121990
Re: Python Plugin : Broadlink RM2 V4
Anyone have any ideas why a code can't be learned? When i hit the learn button the Broadlink units orange light comes on for 10 seconds or so but the log keeps showing no command received. I don't see any errors in the log either.
- Friday 11 January 2019 5:27
- Forum: Blockly
- Topic: Blockly script for switching off Yeelight with 433 remote
- Replies: 6
- Views: 844
Re: Blockly script for switching off Yeelight with 433 remote
Do you have it set to activate from a device on the right hand side?
- Friday 04 January 2019 23:36
- Forum: Others
- Topic: Vocal command for Domoticz
- Replies: 75
- Views: 14875
Re: Vocal command for Domoticz
How do i make it just read the data from the sensor and not everything that it receives? this should do the trick for Domoticz: [url]http://192.168.1.xx:xxxx/json.htm?type=devices&rid=<YOUR IDX>[/url] <YOUR IDX> = Domoticz device IDX and this for jarvis SetVariable: Data to value: system.jsonParse ...
- Friday 04 January 2019 3:57
- Forum: Others
- Topic: Vocal command for Domoticz
- Replies: 75
- Views: 14875
Re: Vocal command for Domoticz
Very cool idea and i've got it running pretty well on my system turning stuff on and off. My next idea was to have it read the temperature out from a xiaomi temp sensor. i can get it to read the full json output no worries but that's where i get stuck. How do i make it just read the data from the ...
- Friday 28 December 2018 7:07
- Forum: Blockly
- Topic: Blockly examples
- Replies: 709
- Views: 416351
Re: Blockly examples
Your right in using the 10% for the gateway as that will play the siren sound. What your problem is that while the 300 second wait is happening the code then moves to the next line and cancels it after the 5 seconds. You need to combine the wait time and the off time together in the same line.
- Thursday 12 July 2018 10:11
- Forum: Blockly
- Topic: Xiaomi motion sensor blocky not working
- Replies: 3
- Views: 2511
Re: Xiaomi motion sensor blocky not working
Try changing the and to or between the times 

- Friday 04 May 2018 13:05
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 527285
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
hello. Anyone know if I can block the xiaomi devices that they cant connect to xiaomi servers? Yep i have my gateway blocked from accessing the internet in my router and it works fine. Hello, can you tell me how you block the gateway?, You block all the gateway, not a port or protocol? thanks Yep ...
- Monday 30 April 2018 14:06
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 527285
- Tuesday 06 February 2018 10:46
- Forum: dzVents
- Topic: Newbie help Just send temperature to prowl or email every morning 06:00
- Replies: 7
- Views: 1310
Re: Newbie help Just send temperature to prowl or email every morning 06:00
This rounding works for me.
Code: Select all
(domoticz.round(myTemp,1)
- Saturday 03 February 2018 11:48
- Forum: Design, usability and languages
- Topic: Aurora theme
- Replies: 466
- Views: 173633
Re: Aurora theme
Anyone know how to go back to the default theme after using aurora? I installed it to have a look then deciced to go back and now everything looks terrible, all borders are missing and heaps of things are unaligned. As always when the topics change, You need to always clear the browser cache , for ...
- Saturday 03 February 2018 11:47
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 527285
- Saturday 03 February 2018 2:12
- Forum: Design, usability and languages
- Topic: Aurora theme
- Replies: 466
- Views: 173633
Re: Aurora theme
Anyone know how to go back to the default theme after using aurora? I installed it to have a look then deciced to go back and now everything looks terrible, all borders are missing and heaps of things are unaligned.
- Wednesday 31 January 2018 12:21
- Forum: dzVents
- Topic: Get temperature
- Replies: 3
- Views: 1367
Re: Get temperature
Awesome waaren it works great thanks alot
I've got alot to learn and this has helped me heaps.

Re: Ping???
Didn't even think of that
Seems to be working pretty good, thanks emme




- Wednesday 31 January 2018 7:51
- Forum: dzVents
- Topic: Get temperature
- Replies: 3
- Views: 1367
Get temperature
I currently have a working script that sends an email to my wife if the temp goes over a certain value and runs every hour. It works fine but i'd like to include the actual temp in the email if possible? This is my current code for testing it but it's not working, i'm sure someone will know where i ...
- Wednesday 31 January 2018 6:41
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 527285
Re: Ping???
I had it working with a lua script but it was using the time method and was every minute which was a bit to often to have it happening.