Search found 9 matches

by Extremo
Saturday 01 February 2020 13:04
Forum: dzVents
Topic: Can't get a easy dzVents Script working [Solved]
Replies: 2
Views: 949

Re: Can't get a easy dzVents Script working [Solved]

Can I get a "shame" "shame" "shame" for me? It works now, thanks for pointing me on that dumb mistake!
by Extremo
Saturday 01 February 2020 12:14
Forum: dzVents
Topic: Can't get a easy dzVents Script working [Solved]
Replies: 2
Views: 949

Can't get a easy dzVents Script working [Solved]

Hi Guys I just played a bit around with dzVents to be warned, when one of my smokedetectors triggers - but I can't get it working: -- Check if a SmokeDetector has been triggered. return { active = true, on = { "FM *" }, -- execute = function(domoticz, SmokeDetector) if SmokeDetector.state == "On ...
by Extremo
Tuesday 08 May 2018 13:04
Forum: RFLink Transceiver
Topic: RFLink, Domoticz and China Blinds Controller
Replies: 3
Views: 2120

Re: RFLink, Domoticz and China Blinds Controller

Did you try the RFFind option to learn the signals? Thanks for your answer and the hint with RFFind, haven't any knowledge about this command and already did some first checks. What I've noticed, is that the signals seems not be sent properly: UP: 20;45;RFFind;x;5E0121;B;27;1; 20;46;RFFind;x;5E0121 ...
by Extremo
Sunday 06 May 2018 8:56
Forum: RFLink Transceiver
Topic: RFLink, Domoticz and China Blinds Controller
Replies: 3
Views: 2120

Re: RFLink, Domoticz and China Blinds Controller

Just a little push, working now with another remote, intresting I've now other codes: Up: 20;04;EV1527;ID=05e042;SWITCH=01;CMD=ON; Stop: 20;05;EV1527;ID=05e042;SWITCH=02;CMD=ON; Down: 20;06;EV1527;ID=05e042;SWITCH=04;CMD=ON; In fact, I would really like to get this running, would also pay for any ...
by Extremo
Friday 20 April 2018 11:04
Forum: RFLink Transceiver
Topic: RFLink, Domoticz and China Blinds Controller
Replies: 3
Views: 2120

RFLink, Domoticz and China Blinds Controller

Hi I bought a cheap chinese 433mhz controller for my electronical blind: https://www.aliexpress.com/item/2018-AC-220-V-Wireless-remote-control-switch-1-receiver-1-transmitter-Automated-curtains-Electric/32859757905.html Basicly the device works together with the remote perfectly. Now I wanted to add ...
by Extremo
Monday 02 April 2018 15:36
Forum: Temperature and Weather
Topic: Get temp only from Weather Underground
Replies: 6
Views: 2530

Re: Get temp only from Weather Underground

Hi Jos, that's timing. I just had done some try outs with LUA the last few minutes and noticed the same. I grabed some basic information from one of my milight bulbs (on/off), then switched the command to the temperature sensor, no output. After enabling and waiting some seconds for the next trigger ...
by Extremo
Monday 02 April 2018 14:18
Forum: Temperature and Weather
Topic: Get temp only from Weather Underground
Replies: 6
Views: 2530

Re: Get temp only from Weather Underground

Just checked, no device called wu there, maybe i renamed a device some time ago from wu to something other. Renamed now the script to script_device_test-wu-temp.lua. Unlucky: Still not triggered due to WU Update, but will be triggered from another sensor: 2018-04-02 14:17:41.652 (Weather Underground ...
by Extremo
Monday 02 April 2018 14:03
Forum: Temperature and Weather
Topic: Get temp only from Weather Underground
Replies: 6
Views: 2530

Re: Get temp only from Weather Underground

Hi Jos Thanks for your fast answer. I created, based on your script, a own version (~/domoticz/scripts/lua/script_device_wu.lua): commandArray={} sensorwu = 'WU-THB' print('Debug Note') if devicechanged[sensorwu..'_Temperature'] then print(sensorwu..'_Temperature') print(otherdevices_svalues ...
by Extremo
Monday 02 April 2018 12:56
Forum: Temperature and Weather
Topic: Get temp only from Weather Underground
Replies: 6
Views: 2530

Get temp only from Weather Underground

Hi all Just fighting a bit with Domoticz and Weather Underground. Was able to setup WU properly according to wiki, now I wanted to grab only the temperature, because I need temp only for some scripts. So I setup the script described also in wiki (https://www.domoticz.com/wiki/Virtual_weather_devices ...