Search found 4 matches

by xinhood
Monday 29 February 2016 18:14
Forum: Blockly
Topic: Execute bash from Blocky
Replies: 9
Views: 4631

Re: Execute bash from Blocky

The "After 30 seconds" feature in blocky is for things that, when done from LUA, would be put in the commandarray. In LUA you can put strings like "On AFTER 30" in the commandarray. But in the commandarray you cannot put bash script execution as far as I know. So I think it would not be trivial to ...
by xinhood
Wednesday 03 February 2016 22:50
Forum: Switches and Scenes
Topic: Zwave.me WallC-S Dimmer configuration
Replies: 3
Views: 1541

Re: Zwave.me WallC-S Dimmer configuration

Because there is quite a bit of latency in receiving events, and controlling the Hue Lights, I don't think a press and hold dimmer can be implemented very well using this switch and a Hue set. Therefore I wrote some Lua to use the WallC-S as a stepwise dimmer. --Domoticz Lua script to operate a Hue ...
by xinhood
Wednesday 27 January 2016 23:13
Forum: Switches and Scenes
Topic: Zwave.me WallC-S Dimmer configuration
Replies: 3
Views: 1541

Re: Zwave.me WallC-S Dimmer configuration

Thanks, I understand that this would work If I wanted to control a real Z-Wave dimmer. However, I have a Philips HUE device that doesn't do Z-Wave. So I need the dimmer to be in my domoticz installation to be able to control the lights. I did some more testing;. After removing and adding the switch ...
by xinhood
Tuesday 26 January 2016 21:28
Forum: Switches and Scenes
Topic: Zwave.me WallC-S Dimmer configuration
Replies: 3
Views: 1541

Zwave.me WallC-S Dimmer configuration

Hi All, I'm new to this forum and also new to ZWave and to Domoticz. I've just started of on my first domotica adventure and bought a philips hue starter kit, a Zwave-plus usb dongle and two wave.me wallc-s switches. How far I got: I've managed to install domoticz in a freenas jail. After A slight ...