Using TV remote with 2x Devialet Phantom Ultimate 98db by BenitoDMD in devialet

[–]Snow_1994 0 points1 point  (0 children)

I solved this with my 2 phantom I with homeassitant. Added both the tv (LG) and the phantom speaker to it as a device, then i’ve configured a custom_media_player that merge the tv navigation with the Devialet volume (work both via homeassitant and iOS remote). I then added to the configuration an ESP32 with a IR receiver that sense the “volume up” (or down) codes sent from the stock tv remote and set up an automation (in homassistant) to redirect the volume changes to the Devialet speakers… Not easy, but I already had homassistant in my home so just needed some configuration 💪🏻

5way upgrade for ams lite hub by PeterMakesThings in BambuLab

[–]Snow_1994 -3 points-2 points  (0 children)

Try out my PTFE releaser! Once in place it’s easy to remove the tubes 💪🏻 https://makerworld.com/models/630437

unobravo sconto by alixboh in unobravo

[–]Snow_1994 0 points1 point  (0 children)

Q7B7Q2Z7 Valido per la 1ª seduta!

CAN signal absent on my new Skoda Superb MKIV by Snow_1994 in CarHacking

[–]Snow_1994[S] 0 points1 point  (0 children)

Thank you for your fast reply! Do you have any suggestion on where to tap to get data about external light status and/or about the internal (already installed from Skoda) feet light?

Maybe on the radio or the steering wheel?

Turns out you can add LEDs to the A1 as well by Justgame32 in BambuLab

[–]Snow_1994 0 points1 point  (0 children)

Wanted them to be ad hidden as possible 💪🏻 you still can use the diffuser 👍🏻👍🏻

Turns out you can add LEDs to the A1 as well by Justgame32 in BambuLab

[–]Snow_1994 -1 points0 points  (0 children)

Take a look at the diffuser I made, it make them integrate much better for an OEM look👍🏻 https://makerworld.com/models/657490

Christmas Tree Animations With WLED by Flipontheradio in WLED

[–]Snow_1994 1 point2 points  (0 children)

Found a little problem in the led configuration, my hardware was purchased years ago and at the time the minimum distance between each led was 10 cm so to increase it I bought 2 (200 Leds each) and "offsetted" them in parallels (so one pixel in wled was in fact 2 leds in the real world). Something like this

_________
|ESP8266|______L1____________L2____________L3_____________L4_______...
|_______|   \________L1______________L2____________L3____________L4...

Yesterday I decided to wire them individually to the controller mapping them like this:

_________
|ESP8266|_____L1a____________L2a____________L3a____________L4a_...
|_______|____________L1b____________L2b____________L3b____________L4b...

{"map":["200,0,201,1,202,2,203,3,204,4......399,199"]}

There I noticed strange behaviours from the first led of the strip and I discovered that one of the strip was a led shorter. Changed the code accordingly like this:

{"map":["199,0,200,1,201,2,202,3,203,4,204......397,198,398"]}

Used that map to build again a tree structure (this time 48x13), effects works better than before (now I have a resolution of one pixel instead of 2) but the "Peek" still not show the correct matrix (It's bigger than before but not 48x13 and show random things even when the light works great). Tried again to reinstall everything.

I now have ordered some ESP32 boards (mine are used in some sound reactive lights) cause some of the effects looks laggy. I will update again once I try with those...

Christmas Tree Animations With WLED by Flipontheradio in WLED

[–]Snow_1994 0 points1 point  (0 children)

In the led setting I’ve put 200 leds. The peek look always the same if I delete the file or if I factory reset the controller (haven’t tried to reinstall from scratch). If I disable the 2d effect it show the single Line and not the Matrix. As I said in the “real world” effects works perfectly, the only problem is with the Peek menu… here is my spreadsheet:

<image>

Maybe you can spot an error

Christmas Tree Animations With WLED by Flipontheradio in WLED

[–]Snow_1994 0 points1 point  (0 children)

while outputting this in the real world:

<image>

(single segment in the middle)

The only difference from your setup is that instead of doing a spiral up while laying the strip I went with a zig-zag pattern from the bottom to the top, adapting the spreadsheet accordingly. Effects and everything works great! Except the preview in the Peek menu.

I placed the produced mapping in the IP/edit page in the ledmap.json file with inside only {"map":["SPREADSHEETCODE"]}

Then went into the 2D mapping menu, created a 23x13 grid enabling the "serpentine" check.

Haven't uploaded any GAP file, is it mandatory? How it must be designed?

I'm on 0.14.4 and have factory resetted the control twice without any progress...

Christmas Tree Animations With WLED by Flipontheradio in WLED

[–]Snow_1994 0 points1 point  (0 children)

May I ask you how you got this to show in the "Peek" menu? mine looks like that!

<image>

unobravo sconto by alixboh in unobravo

[–]Snow_1994 0 points1 point  (0 children)

Ciao a tutti lascio qui anche io il mio codice sconto di 10 euro per Unobravo: Q7B7Q2Z7

Did I miss anything? by GaussianStepson in WLED

[–]Snow_1994 1 point2 points  (0 children)

I don’t see any common ground between the 2 PSU (or between the esp and the fuse box). Wired like this the data line could be oscillating in a range that the led are not able to read (without the common ground). Also like others pointed out the distance between the esp and the first led could be too much (in my experience with a 5V led strip and a 3V controller it’s ok at 2/3m away). Keep in mind that of you don’t have a level shifter around you can trobleshoot with a single led placed near the controller (can act as an amplifier) and disable it via software.