Search found 6 matches
- Tuesday 11 July 2017 20:19
- Forum: Others
- Topic: Min/max disco speed on MiLight / Applamp / Limitless
- Replies: 1
- Views: 1168
Min/max disco speed on MiLight / Applamp / Limitless
Hello, I have a problem to control my MiLight lamp in disco mode. The lamp is controlled via a V6 Wifi bridge and appears as a device in Domoticz. I can control colors, brightness etc and I have created a virtual selector to activate certain predefined modes by sending corresponding JSON-commands ...
- Saturday 01 July 2017 10:17
- Forum: LUA
- Topic: Lua, and push buttons
- Replies: 7
- Views: 4202
Re: Lua, and push buttons
Yes, thanks for the example!
I do understand this, but I'm specifically looking for a way to manually control my MiLight lamps by sending commands to my Wifi bridge (v6). I would like to set them on/off, color, dimming etc. Anyone done this from a LUA script?
I do understand this, but I'm specifically looking for a way to manually control my MiLight lamps by sending commands to my Wifi bridge (v6). I would like to set them on/off, color, dimming etc. Anyone done this from a LUA script?
- Friday 30 June 2017 11:28
- Forum: LUA
- Topic: Lua, and push buttons
- Replies: 7
- Views: 4202
Re: Lua, and push buttons
Hello Robert / Nautilus,
I'm quite new with Domoticz LUA, but I'm searching for a way to control my MiLight lamps (via a v6 Wifi bridge) from LUA. Could you please share your LUA script that control the MiLight lamps? That could help me a lot!
Thanks, Pim
I'm quite new with Domoticz LUA, but I'm searching for a way to control my MiLight lamps (via a v6 Wifi bridge) from LUA. Could you please share your LUA script that control the MiLight lamps? That could help me a lot!
Thanks, Pim
- Thursday 29 June 2017 21:30
- Forum: Other questions and discussions
- Topic: Difference between Synology and PI Lua scripts?
- Replies: 4
- Views: 1347
Re: Difference between Synology and PI Lua scripts?
Hello Bert, it seems that I have the same problem with not recognized nc-command on my Synology NAS.
Can you please let me know HOW you installes busybox on your NAS?
Thanks!
Pim
Can you please let me know HOW you installes busybox on your NAS?
Thanks!
Pim
- Thursday 15 June 2017 10:36
- Forum: LUA
- Topic: How to use global variables ??
- Replies: 2
- Views: 1845
Re: How to use global variables ??
Because I see UserVariables as variables that provide "interaction" with the user. This is great, because it gives me the ability to set parameters for my script, or read actual values. However, in my case I need persistent variables to let my script work - without any need for user interaction. I ...
- Wednesday 14 June 2017 14:07
- Forum: LUA
- Topic: How to use global variables ??
- Replies: 2
- Views: 1845
How to use global variables ??
Hello, I'm developing a quite complex script with several global variables that I need to use every time when the event gets triggered. It's kind of reference counter that I want to use to make certain decisions in the script. For that reason I have instantiated and initiated the GLOBAL variables at ...