Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - esset

Pages: [1] 2
1
Xlights Setup / Re: xLights64_2019_53.exe ransomware false positive?
« on: September 27, 2019, 01:21:06 PM »
I got same result, ignore it. For whatever reason ,windows doesn't like xlights. So i assume  Malawarebytes is using same excuse/reason for coming up bad. As for Gil's comment if your not sure, it is sarcasm/joking.
 cheers Boof63 :D
I was not that worried but I wanted to make sure that the server was not hacked and file replaced with infected file.

2
Xlights Setup / Re: xLights64_2019_53.exe ransomware false positive?
« on: September 27, 2019, 01:16:47 PM »
I send you PayPal address you send me funds to unlock computer.
Yes, you need to get paid for the fantastic software in some way. ;D

3
Xlights Setup / xLights64_2019_53.exe ransomware false positive?
« on: September 26, 2019, 12:25:19 PM »
Today when I tried to download latest xligts version, Malawarebytes delete xLights64_2019_53.exe since it trigger it as ransomware. Does the file still have correct checksum from server? It can either be a false positive by Malawarebytes or the file is infected?

4
Hi, I would like to simulate a sweeping light beam to my house model from a centerpoint bouncing from left to right. Is that possible with xlights?

5
Enhancement Requests / Shape effect
« on: November 23, 2017, 04:27:12 PM »
I love the shape effect, would it to much to ask if colorful christmas packages could be added to this nice effect?
Thank you.

6
Falcon Pi Player / Re: Raspberry Pi 3 GPIO & WS281X
« on: September 08, 2016, 09:01:45 AM »
I'm pretty sure that is an error and should say 2 strings.  Along time ago I think it was 48 nodes per output, but that has been upped to at least 1000 per output.  Of course that is just the data and not power.
Ok, thanks Jim.

7
Falcon Pi Player / Re: Raspberry Pi 3 GPIO & WS281X
« on: September 08, 2016, 09:00:18 AM »
You might get a quicker answer by posting this question on falconchristmas.com.
Thanks, I may get it a try.

8
Falcon Pi Player / Raspberry Pi 3 GPIO & WS281X
« on: September 07, 2016, 01:59:49 PM »
http://falconchristmas.com/wiki/Falcon_FPP
In the wiki it says that model 3 can support up to 48 strings, web gui still says GPIO 18 + 19, 24 strings per GPIO sounds much or how do I connect?

9
Show Assets / New Year sequence?
« on: December 21, 2015, 03:31:10 PM »
Hi, looking for any New Year sequence.
Many thanks

10
Falcon Pi Player / Full video screen HDMI
« on: December 19, 2015, 10:43:57 AM »
Hi, how do I get full screen with 4:3 video?
When playing a movie I see both the video on screen and the the linux shell on the area that video does not cover.
Thanks

11
Xlights Setup / Re: Background schedule and show
« on: December 17, 2015, 01:10:07 PM »
Most of us including developers don't even use our scheduler we use an FPP.  So unfortunately it affects our ability to help other users that do use the scheduler.  I don't think we support background sequences so why not just schedule background from 7am to 6pm, show from 6pm to 8pm, and background from 8pm to 11:59pm?
Ok thanks, I had to search what FPP was but I will take a look on it. Installing it on my pi B+ right now.

12
Xlights Setup / Re: Background schedule and show
« on: December 17, 2015, 03:34:15 AM »
This does not seems to work. Show never start.

13
Xlights Setup / Background schedule and show
« on: December 17, 2015, 03:03:32 AM »
Hi, I have a very discreet backlight scheduled between 7am - 11.59pm, I would then overide and run the show eg 6pm and 8pm, do I have to change the times for background schedule or could the schedue overide with the show?
Thanks

14
Enhancement Requests / Re: UDP command as effect?
« on: December 16, 2015, 12:34:26 PM »
Many thanks,

Here is how I solve it.

Code: [Select]
100 REM *
101 REM * Created: 12/16/15 20:28:06
102 REM * Random: off
103 REM * Repeat: off
104 REM * First Item Once: off
105 REM * Last Item Once: off
106 REM *
110 LET ListName$="Demo"
120 SETPLAYLIST ListName$
140 ONPLAYBACKEND 300
180 LET NextItem=1
200 REM *
201 REM * Play item NextItem
202 REM *
203 EXEC "c:\xlights\wget --user=myusername --password=mypassword " +"http://192.168.2.15/%20JSON?request=controldevicebyvalue&ref=261&value=0"
210 LET LastItemPlayed=NextItem
215 PRINT "At:", FORMATDATETIME$(NOW,5)
220 PRINT "Playing:",ITEMNAME$(NextItem)
230 PLAYITEM NextItem
240 WAIT
300 REM *
301 REM * Jump here at end of song or sequence
302 REM *
303 EXEC "c:\xlights\wget --user=myusername --password=mypassword " +"http://192.168.2.15/%20JSON?request=controldevicebyvalue&ref=261&value=100"
307 IF TXOVERFLOWCNT = 0 THEN 310
308 PRINT "Serial transmit overflows:",TXOVERFLOWCNT,", length:", TXOVERFLOWTOTAL
310 IF SECONDSREMAINING <= 0 THEN 400
320 LET NextItem=LastItemPlayed+1
330 IF NextItem <= PLAYLISTSIZE THEN 200
400 REM *
401 REM Reached scheduled end time
402 REM *
490 LIGHTSOFF

15
Enhancement Requests / UDP command as effect?
« on: December 14, 2015, 11:44:36 AM »
Hi, I have several lights that are controlled by homeautomation system, I would like to shut them off when a show starts. It could be triggered by a given url, listen on a file that write something to disk. I am open for all possible way for the sequencer to tell, hey I'm running. The best should have been if there is a effect that load an url or send a UDP command that you can add in the sequnce

Pages: [1] 2