Search found 19 matches

by Nomader
Thursday 24 May 2018 7:51
Forum: Design, usability and languages
Topic: Aurora theme
Replies: 466
Views: 168244

Re: Aurora theme

great work.. this has actually given domoticz a fresh breath!!! one request though.. can you give us the ability to choose color for the sliders as well.. the bluish is just to fade and does not differentiate much from the white when it is all the way left. thanks!!!! aa and one small bug.. the ...
by Nomader
Monday 26 March 2018 13:53
Forum: Z-Wave
Topic: new 2gig CT100...
Replies: 11
Views: 3621

Re: new 2gig CT100...

@Davelusa, Some yes some no. I have a CT100 and everything works except THERMOSTAT OPERATING STATE, THERMOSTAT FAN STATE and INDICATOR. I had to build the device config myself though. It's part of the open-z-wave source now, but you'll need to download the latest beta though. It doesn't seem that ...
by Nomader
Monday 28 August 2017 10:18
Forum: LUA
Topic: email thermostat value problem
Replies: 1
Views: 631

email thermostat value problem

i am trying to send an email whenever the thermostat changes state, i use the following: commandArray[1]={['SendEmail']='Thermostat_value_has_changed# My new setpoint is {{utilitydevice[245]}} degrees #[email protected]'} the email is sent ok but all i get is: My new setpoint is {{utilitydevice[245 ...
by Nomader
Sunday 06 August 2017 19:20
Forum: Z-Wave
Topic: openzwave fails to update domoticz setpoint
Replies: 0
Views: 498

openzwave fails to update domoticz setpoint

i have installed the srt323 thermostat a few weeks ago. everything is ok except: i have noticed that sometimes when the value is changed using the thermostat on the wall and specially when the value is changed rapidly (e.g: change to 20C leave for 1 second and change to 25C) the value although is ...
by Nomader
Friday 09 September 2016 22:39
Forum: Z-Wave
Topic: roller shutter 2 percentage problems
Replies: 1
Views: 889

Re: roller shutter 2 percentage problems

i might as well answer to my self since the forum is a bit slow on answers.. And i am sure that this will be handy for many I managed to solve the problem by replacing all my toggle switches to momentary. According to fibaro, the fgr-222 works with both type of switches.. but according to my ...
by Nomader
Sunday 04 September 2016 10:57
Forum: Z-Wave
Topic: UZB forgetting routing
Replies: 0
Views: 417

UZB forgetting routing

I have the UZB1 on a windows pc. Whenever I reboot the pc or remove the stick and replace it, the routing is reset. It starts routing from scratch all over again. This actually results in dead nodes. i would have to restart domoticz server to eliminate the dead nodes. Is this normal? Is it normal ...
by Nomader
Wednesday 31 August 2016 10:30
Forum: Z-Wave
Topic: roller shutter 2 percentage problems
Replies: 1
Views: 889

roller shutter 2 percentage problems

I bought 5 of those (v2.5) for my shutters and tents. They work ok (but not quiet) The percentage is not working as it should, and i am not sure what is to blame. Once i calibrate everything works ok until randomly (1 day or 2) a shutter will forget the calibration and will show garbage for example ...
by Nomader
Tuesday 30 August 2016 11:47
Forum: Z-Wave
Topic: How to factory default the RC2?
Replies: 1
Views: 401

Re: How to factory default the RC2?

Just for anyone in a similar situation..:
I managed to remove it using OpenHab2..
sadly domoticz could not do it
by Nomader
Monday 29 August 2016 21:02
Forum: Z-Wave
Topic: How to factory default the RC2?
Replies: 1
Views: 401

How to factory default the RC2?

I am having trouble with the RC2 remote control I reset my network controller before I was able to exclude the remote control.. Now after I fixed my controller I am installing everything from scratch. But now I can not include the remote to the network, as I am unable to bring it to factory default ...
by Nomader
Monday 08 August 2016 13:16
Forum: Suggestions
Topic: SRT323 / Secure (ex-Horstmann) - Please implement !
Replies: 6
Views: 2113

Re: SRT323 / Secure (ex-Horstmann) - Please implement !

Has the srt-323 been supported?
I can find it in openzwave db: http://www.openzwave.com/device-database/0059:0004:0001
does that mean it is supported and will work in domoticz?
by Nomader
Monday 01 August 2016 12:04
Forum: LUA
Topic: temp comparison
Replies: 13
Views: 6505

Re: temp comparison

thank you very much, you 've been more than helpfull
by Nomader
Monday 01 August 2016 10:41
Forum: LUA
Topic: temp comparison
Replies: 13
Views: 6505

Re: temp comparison

so it prints ok and it does the comparison of the temperature ok... the only thing is I can not trigger it correctly

print ('Device value:' .. tonumber(otherdevices['wu_temp']) what does the "otherdevices" mean?
by Nomader
Monday 01 August 2016 10:33
Forum: LUA
Topic: temp comparison
Replies: 13
Views: 6505

Re: temp comparison

update: i changed wu_temp with the mother device of WU commandArray = {} if (devicechanged['TEMP_HUM_BARO']) then print ('Device value:' .. tonumber(otherdevices['wu_temp'])) if (tonumber(otherdevices['wu_temp']) > 10 ) then commandArray[1]={['SendEmail']='Subject# #[email protected]'} end end return ...
by Nomader
Monday 01 August 2016 10:14
Forum: LUA
Topic: temp comparison
Replies: 13
Views: 6505

Re: temp comparison

i thought you slept enough yesterday :P
1still i get nothing.. the log has no trace of the script trigering at all.. i restart domoticz every time..
by Nomader
Monday 01 August 2016 9:46
Forum: LUA
Topic: temp comparison
Replies: 13
Views: 6505

Re: temp comparison

good morning :) nothing again 2016-08-01 10:43:52.259 EventSystem: reset all device statuses... 2016-08-01 10:43:52.260 EventSystem: Started 2016-08-01 10:44:02.859 LUA: WU Script Parsed Temp=32.2 Humidity=27 Pressure=1011 2016-08-01 10:44:02.955 EventSystem: Script event triggered: C:\Program Files ...
by Nomader
Monday 01 August 2016 1:24
Forum: LUA
Topic: temp comparison
Replies: 13
Views: 6505

Re: temp comparison

thanks for answering... but i tried both, the event is not triggered... this is very frustrating :)
by Nomader
Monday 01 August 2016 1:05
Forum: LUA
Topic: temp comparison
Replies: 13
Views: 6505

Re: temp comparison

i tested that, (although i don't understand what (otherdevices_svalues['wu_temp'] does.. but still the event is not starting...
by Nomader
Monday 01 August 2016 0:39
Forum: LUA
Topic: temp comparison
Replies: 13
Views: 6505

temp comparison

Can anyone help me why the following is not working...The email part is working ok.. but the temperature is not..I am using a virtual sensor which is getting the temp from WU.. i am also using the script to split the values in WU data. wu_temp is my virtual temperature sensor which works fine. I ...
by Nomader
Wednesday 24 February 2016 8:38
Forum: Rfxcom Transceiver
Topic: There is Somfy in the air!!
Replies: 171
Views: 93944

Re: There is Somfy in the air!!

Two quick questions:
1. Does the RFXtrx433E support percentage of open or close? Can I make it open like 50%? (e.g like with the "MY" button)
2. Does the RFXtrx433E support tilt (my awning have controls for "up" "down" and tilt)