Search found 5 matches
- Monday 05 March 2018 8:53
- Forum: LUA
- Topic: SetSetpoint With FOR ?
- Replies: 0
- Views: 520
SetSetpoint With FOR ?
Hello, Is it planned to be able to use "FOR" with the "SetSetpoint" command to define a running time? Like this : commandArray['SetSetpoint:MySetPointIdx'] = "24.0 FOR 60" Currently, I'm send an "OpenURL" on JSON with the "until" parameter on the device, like this : commandArray['OpenURL ...
- Monday 22 August 2016 13:30
- Forum: Z-Wave
- Topic: gr-105n work in OpenZWave Control Panel but not in Domoticz
- Replies: 2
- Views: 1190
- Thursday 18 August 2016 7:57
- Forum: Others
- Topic: [EnOcean] UBID1005 Temp & Hum : No device !
- Replies: 0
- Views: 548
[EnOcean] UBID1005 Temp & Hum : No device !
Hello, I bought this temperature and humidity sensor and I tried to put this in My Domoticz 3.5494 on Synology. I pushed to lean buton and I have this : 2016-08-17 17:08:57.615 EnOcean: Sender_ID 0x0181B256 already in the database 2016-08-17 17:08:58.251 EnOcean: 01 (0A/07) A5 10 08 3E 80 01 81 B2 ...
- Monday 27 June 2016 8:43
- Forum: Z-Wave
- Topic: gr-105n work in OpenZWave Control Panel but not in Domoticz
- Replies: 2
- Views: 1190
gr-105n work in OpenZWave Control Panel but not in Domoticz
Hello, I want use the gr-105n turn valves Here the log when the hardware was added into Z-Wave network : 2016-05-05 10:58:10.164 OpenZWave: Value_Added: Node: 23 (0x17), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1 2016-05-05 10:58:10.164 (ZWave) Light/Switch (Switch) 2016-05-05 10:58:10 ...
- Wednesday 13 April 2016 7:47
- Forum: Other questions and discussions
- Topic: Howto: LUA setting EvoTouch status
- Replies: 12
- Views: 3025
Re: Howto: LUA setting EvoTouch status
for the time out, change your os.execute like this :
(add & to the end for "send and no wait")
Code: Select all
os.execute('sudo ./home/pi/evohome-client/evohomeclient2/evo-setmode.sh Auto &');