Search found 6 matches

by rickiewickie
Wednesday 20 February 2019 19:58
Forum: Z-Wave
Topic: Fibaro RGBW module Configuration
Replies: 6
Views: 1564

Re: Fibaro RGBW module Configuration

Thanks! It looks like it works now.
Would not have came up with myself..

Now i'm finally able to continue my project :)
by rickiewickie
Monday 18 February 2019 21:59
Forum: Z-Wave
Topic: Fibaro RGBW module Configuration
Replies: 6
Views: 1564

Fibaro RGBW module Configuration

Hi All, I struggling to configure a RGBW module, and perhaps you guys can help me.. My goal is to measure 4 soil moisture sensors (0-10v) for my garden, but to do this i need to change parameter 14. According to the manual and the page below i need to change parameter 14 to : 34952 https://manuals ...
by rickiewickie
Sunday 03 February 2019 16:54
Forum: LUA
Topic: Script examples (Lua)
Replies: 139
Views: 167378

Re: Script examples (Lua)

Hi all, Just finished a script which helps me to monitor certain devices that contains a specific text (Status_Check) in the device description field, and of course I want to share it to you guys :D Function of the script: Find devices that matches the description above and are offline for more than ...
by rickiewickie
Sunday 03 February 2019 16:32
Forum: LUA
Topic: WanIP Checker
Replies: 12
Views: 4588

Re: WanIP Checker

Hi all, There are of course multiple ways to check your WAN IP, but this is my version. Perhaps anyone is able to use it.. -- Check WAN IP Script -- Dummy devices to create --- Ipaddress as text --- Run script as time commandArray = {} local device_idx = 446 -- IDX of the dummy device local logging ...
by rickiewickie
Friday 02 March 2018 22:02
Forum: LUA
Topic: buienradar lua script
Replies: 100
Views: 21629

Re: buienradar lua script

Finally buienradar in Lua ! --> (Buienradar plugin keeps crashing after 4 updates)
I already intended to create my own, but this look great so far!

I will test it this weekend :D
by rickiewickie
Friday 09 February 2018 22:26
Forum: Python
Topic: Python Plugin: GPIO SYSFS Switches
Replies: 8
Views: 1934

Re: Python Plugin: GPIO SYSFS Switches

Thanks and great work! I will test it this weekend :)