Search found 7 matches

by ukwizard
Friday 24 August 2018 0:22
Forum: Rfxcom Transceiver
Topic: Hardware suggestions for aquarium temperature probe
Replies: 2
Views: 1642

Hardware suggestions for aquarium temperature probe

Does anyone have any suggestions for a temperature probe to monitor an aquarium? Mine is cooled by fans which I have replaced with quiet ones, but that still make more noise than I would like. I can turn them off but then on hot days the tank gets too hot so what would be perfect is a 433 ...
by ukwizard
Tuesday 21 August 2018 20:04
Forum: LUA
Topic: Sending two commands to the same device
Replies: 4
Views: 664

Re: Sending two commands to the same device

Thanks for the push in the right direction.

The following has worked...

commandArray[1]={[c] = 'light'}
commandArray[2]={[c] = 'med AFTER 1'}
by ukwizard
Tuesday 21 August 2018 19:50
Forum: LUA
Topic: Sending two commands to the same device
Replies: 4
Views: 664

Re: Sending two commands to the same device

Thanks, but I should have included..

c = 'Dining Room Light'

So 1 and 2 do not reference the light. Are there ways to pass two arguments to a device in the same line?
by ukwizard
Tuesday 21 August 2018 15:01
Forum: LUA
Topic: Sending two commands to the same device
Replies: 4
Views: 664

Sending two commands to the same device

How do I send two commands to the same device. I have a fan and need to send 'off' to stop the fan and 'light' to turn off the light. Can I do this in a single lua script? commandArray[c] = "off" commandArray[c] = "light" fails as the last one is the only one that gets actioned. Help!
by ukwizard
Monday 20 August 2018 21:39
Forum: Rfxcom Transceiver
Topic: Westinghouse RF433 Fan Controllers
Replies: 4
Views: 2134

Re: Westinghouse RF433 Fan Controllers

I found an answer to my own question. You can set them up as a RFXCom device type Lucci Fan (not Lucci DC). To get the three digit code, you use 00 00 for the first two and there is a chart for the last digit, it is 00 if all the switches on the remote are set to off, and 0A if the switches are set ...
by ukwizard
Saturday 04 August 2018 14:53
Forum: Rfxcom Transceiver
Topic: Westinghouse RF433 Fan Controllers
Replies: 4
Views: 2134

Westinghouse RF433 Fan Controllers

Hi, Im new to Domoticz so I appologise if this is a stuipid question. I have a couple of Westinghouse fans, both the RF433 controllers. I can control the fans from within the RFX Manager software on my PC easily enough, but don't know and cannot figure out how to transfer that over to Domoticz. I ...