Search found 36 matches

by welby
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 ...
by welby
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 ...
by welby
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.
by welby
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.
by welby
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?
by welby
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 ...
by welby
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 ...
by welby
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.
by welby
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 ;)
by welby
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 ...
by welby
Monday 30 April 2018 14:06
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 527285

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

DAVIZINHO wrote: Monday 09 April 2018 21:47 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.
by welby
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)
by welby
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 ...
by welby
Saturday 03 February 2018 11:47
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 527285

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

spider85 wrote: Friday 02 February 2018 20:53
Addes new hardware, Xiaomi gateway, filled in static ip, poort 9898, filled in password
Should be port 88 i think?
by welby
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.
by welby
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.
by welby
Wednesday 31 January 2018 10:30
Forum: dzVents
Topic: Ping???
Replies: 6
Views: 1696

Re: Ping???

Didn't even think of that :oops: Seems to be working pretty good, thanks emme 8-) 8-)
by welby
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 ...
by welby
Wednesday 31 January 2018 6:41
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 527285

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

islandman wrote: Tuesday 30 January 2018 19:11 I just updated to lastest stable and now all wireless Wall Switches are not working anymore. Any suggestions?
I think they only work in the beta?
by welby
Wednesday 31 January 2018 6:05
Forum: dzVents
Topic: Ping???
Replies: 6
Views: 1696

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.