Search found 24 matches

by D3LTA
Wednesday 29 April 2020 12:48
Forum: Design, usability and languages
Topic: framb0ise v2 - awesome new dashboard!
Replies: 217
Views: 62313

Re: framb0ise v2 - awesome new dashboard!

Shame it's gone then :cry:
by D3LTA
Friday 24 April 2020 19:52
Forum: Design, usability and languages
Topic: framb0ise v2 - awesome new dashboard!
Replies: 217
Views: 62313

Re: framb0ise v2 - awesome new dashboard!

What happend to the repository? It's gone??
by D3LTA
Monday 02 October 2017 10:22
Forum: LUA
Topic: Need help with Oil Tank Script
Replies: 2
Views: 861

Re: Need help with Oil Tank Script

did you save it as script_time_"nameofscript".lua ?

this will make it fire every 1 minute.
by D3LTA
Sunday 01 October 2017 17:52
Forum: LUA
Topic: Fish pond pump script
Replies: 11
Views: 2085

Re: Fish pond pump script

Anyone willing to help debug and improve this script? thanks in advance -- start lua commandarray = schakel tabel waarin we opdrachten gaan geven commandArray = {} ------------------------------------------------------------ -- functie timedifference = functie di we verderop aanroepen om te zien hoe ...
by D3LTA
Tuesday 26 September 2017 21:41
Forum: LUA
Topic: Fish pond pump script
Replies: 11
Views: 2085

Re: Fish pond pump script

Thank you very much Egregius.. will give it a try

what will happen if it's -11 2 days in a row? it will just stay 5 days with every extra day its still freezing -11 ?
by D3LTA
Tuesday 26 September 2017 9:53
Forum: dzVents
Topic: My dzVents Bathroom Humidity Control script
Replies: 39
Views: 11186

Re: My dzVents Bathroom Humidity Control script

2 questions..

How can i use it with 1 humidity sensor? tried just using 1 but script calculates delta from 2 devices and im not skilled enough to chaneg that.. i fixed it now by just adding the humidity sensor name 2 times..

and what is "READING_SAMPLES = 15" ?
by D3LTA
Monday 25 September 2017 17:26
Forum: LUA
Topic: Fish pond pump script
Replies: 11
Views: 2085

Re: Fish pond pump script

realy hope you or someone willing to make this a working script... i just don't have the knowledge..yet.. :cry:
by D3LTA
Monday 25 September 2017 13:27
Forum: LUA
Topic: Fish pond pump script
Replies: 11
Views: 2085

Re: Fish pond pump script

thats no problem, please help me understand the script (timestamps) as i have no php knowledge. is it also possible to store values? because for example if it freezes for 2 days, and temp gets above 0 again.. it takes for example 5 days before the pump can start again because the ice needs to ...
by D3LTA
Monday 25 September 2017 11:25
Forum: LUA
Topic: Fish pond pump script
Replies: 11
Views: 2085

Re: Fish pond pump script

With pass2php times are quite easy: <?php $temp=status('temperature'); $pump=status('pump'); if($temp>25){ //To hot, let's pump continuosly if($pump!='On')sw('pump','On'); }elseif($temp>0){ //Normal temp if($pump=='On'&&timestamp('pump')<time-7200)sw('pump','Off'); elseif($pump=='Off'&&timestamp ...
by D3LTA
Sunday 24 September 2017 18:25
Forum: LUA
Topic: Fish pond pump script
Replies: 11
Views: 2085

Re: Fish pond pump script

thanks for the push in right direction.. will give it a shot tonight.. is it okay if i post my progress here.. so you can maybe help me out a little?
by D3LTA
Saturday 23 September 2017 22:33
Forum: LUA
Topic: I am stuck - Multiselector and LUA - parsing variable in URL
Replies: 2
Views: 1129

Re: I am stuck - Multiselector and LUA - parsing variable in URL

i can help you with this one, give me some more info like url and api details
by D3LTA
Saturday 23 September 2017 22:30
Forum: LUA
Topic: Fish pond pump script
Replies: 11
Views: 2085

Fish pond pump script

Anyone here knows if there is a Fish pond pump script that deals with time and weather data? i searched everywhere and also tried making my own from some heating scripts but without any luck and working script.... what i'm looking for is a script that sets on the pond pump x time (for example 2 ...
by D3LTA
Wednesday 01 March 2017 9:18
Forum: Other questions and discussions
Topic: Cheap RGB controller
Replies: 6
Views: 3532

Re: Cheap RGB controller

You can use this controller with the app and with domoticz @ the same time.. I asked a question about how to be able to use this device with Domoticz. Pointing out another option is okay, repeating without reading a previous answer is annoying. Maybe he did, i don't think you understand... if you ...
by D3LTA
Wednesday 01 February 2017 23:22
Forum: Other questions and discussions
Topic: Magic Home RGB WiFi controller integration
Replies: 28
Views: 24759

Re: Magic Home RGB WiFi controller integration

https://github.com/beville/flux_led this works, maybe it can be intergrated in domoticz, im just calling the flux-led.py now from dummy switches.
by D3LTA
Wednesday 01 February 2017 23:20
Forum: RFLink Transceiver
Topic: New RFLink firmware (R45) now available!
Replies: 19
Views: 7270

Re: New RFLink firmware (R45) now available!

You welcome
by D3LTA
Friday 20 January 2017 23:13
Forum: RFLink Transceiver
Topic: New RFLink firmware (R45) now available!
Replies: 19
Views: 7270

Re: New RFLink firmware (R45) now available!

Firmware 43 is last one working for me.. If i flash R44 or new R45 it shows firmware version in loader but :10 status and :20 dont give any response in log and no signals show up in log and domoticz doesnt see rflink or firmware version and cant controll Adruino mega 2560 clone and nodeshop rf ...
by D3LTA
Monday 16 January 2017 18:37
Forum: RFLink Transceiver
Topic: RFLink commands from Lua?
Replies: 6
Views: 1915

Re: RFLink commands from Lua?

Would love the feature too, ev1527 has no off only on.. when i can send commands directly it will save me from making dummy switches and just use the selector switch with the commands
by D3LTA
Monday 16 January 2017 18:34
Forum: RFLink Transceiver
Topic: Milight dimming issue
Replies: 16
Views: 7218

Re: Milight dimming issue

i have the same issue. on milight normal and rgb dimmer same result
by D3LTA
Sunday 18 December 2016 21:20
Forum: RFLink Transceiver
Topic: New RFLink firmware (R45) now available!
Replies: 19
Views: 7270

Re: New RFLink firmware (R45) now available!

Firmware 43 is last one working for me.. If i flash R44 or new R45 it shows firmware version in loader but :10 status and :20 dont give any response in log and no signals show up in log and domoticz doesnt see rflink or firmware version and cant controll Adruino mega 2560 clone and nodeshop rf ...