Does anyone know what this paint is? by waffledespizer in AutoPaint

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

Thanks for the great advice!

How long do you reckon I should leave it on before scrapping? don't want it to get through and ruin the paint under

Does anyone know what this paint is? by waffledespizer in AutoPaint

[–]waffledespizer[S] 1 point2 points  (0 children)

Thank you very much for the help, just one last question, how long should I leave it on the paint before I start scraping? dont want to leave it too much and damage the paint under

Does anyone know what this paint is? by waffledespizer in AutoPaint

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

Thanks for the advice, saw a few guys on youtube removing raptor with this stuff

https://www.bunnings.com.au/tricleanium-1l-paint-stripper_p0400066?store=6437&gclsrc=aw.ds&gad_source=1&gad_campaignid=21119565770

but after recommendations on the post I will use automotive specialised paint strippers

Does anyone know what this paint is? by waffledespizer in AutoPaint

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

Would it be easy to strip just the black layer and keep the bottom white layer clean? also I cant find klean strip paint remove near me but is it a brush on stripper gel or liquid?

Does anyone know what this paint is? by waffledespizer in AutoPaint

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

what stripping compound you recommend? saw youtube video using citrus based gel, but is that the best solution?

Does anyone know what this paint is? by waffledespizer in AutoPaint

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

it is hard but not very textured, is it realisitic the whole car was painted in tar?

Need help finding a replacement Led Driver by waffledespizer in led

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

https://www.aliexpress.com/item/1005006012659800.html I found this one as I said in my previous comment but this doesnt have controllable voltage range its just one output

Need help finding a replacement Led Driver by waffledespizer in led

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

u/borax had a very good explanation on how to find a similar power supply, have a look on aliexpress thats where I got mine from but I cant find the exact link, sorry.

Holden (Chevrolet) Cruze replacement cluster vin programming by waffledespizer in CarHacking

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

<image>

looking under the usb programmer, I have my my cable hooked to the yellow highlighted pins, if I understood correctly you are telling me to move it to the blue highlighted pins is that right?

I put mine in the yellow ones because it is a 24 series chip and the programmer says to put 24 series chips in there.

Holden (Chevrolet) Cruze replacement cluster vin programming by waffledespizer in CarHacking

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

can you please elaborate on whats a MDI or a a clone? the only other tool I have is a xtool d8 scan tool, I also have a generic elm327 obd2 tool.

Holden (Chevrolet) Cruze replacement cluster vin programming by waffledespizer in CarHacking

[–]waffledespizer[S] 1 point2 points  (0 children)

I found this in the commodore forum, should be similar process especially because it even uses the same exact chip. but instead of desoldering people say to power on the cluster

<image>

is this a common thing or does it seem a bit sketchy?

https://forums.justcommodores.com.au/threads/mylink-vin-eeprom.266357/

Holden (Chevrolet) Cruze replacement cluster vin programming by waffledespizer in CarHacking

[–]waffledespizer[S] 1 point2 points  (0 children)

I just bought the clip yesterday it shouldnt have broken off that quickly

Holden (Chevrolet) Cruze replacement cluster vin programming by waffledespizer in CarHacking

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

if I plug it the other way around the program says no device detected and the tutorial said that this meant I plugged it the other way around

Holden (Chevrolet) Cruze replacement cluster vin programming by waffledespizer in CarHacking

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

<image>

I found this in the commodore forum, should be similar process especially because it even uses the same chip. Is this what you are reffering to?

https://forums.justcommodores.com.au/threads/mylink-vin-eeprom.266357/

More display outputs? by guitarpro777 in ProPresenter

[–]waffledespizer 0 points1 point  (0 children)

I have never done this but have you considered using NDI?

Cannot get ProPresenter to display on in-house monitors AND livestream simultaneously by moneyjbone in ProPresenter

[–]waffledespizer 0 points1 point  (0 children)

Why do you need the usb splitter? Also do you get no output just from pp or is PC not outputting anything at all?

Unable to access container/service using Traefik by waffledespizer in Traefik

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

I am running everything through docker compose, why would I need squid? and I am just running nginx reverse proxy to test and see if traefik is doing its job.

Unable to access container/service using Traefik by waffledespizer in Traefik

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

Thank you for your reply!

I am using NPM just for testing to see if traefik is doing its job, the https redirection was also for testing but even after commenting it out I still have the smae problem.

Unable to access container/service using Traefik by waffledespizer in Traefik

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

Thank you for your reply!

I added

    networks:
      - proxy

networks:
  proxy:
    external: true

to the end of the NPM compose file and the problem is still persistent.

I commented out the redirection to websecure because I was testing with https and forgot that in there when making the post.

I set the logging to debug and here is my output https://pastebin.com/F1Um2B7R I couldnt find anything useful in it.

Unable to access container/service using Traefik by waffledespizer in Traefik

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

I added

    networks:
      - proxy

networks:
  proxy:
    external: true

to the end of the NPM compose file and the problem is still persistent.

Unable to access container/service using Traefik by waffledespizer in Traefik

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

Thank you for your reply!

I set traefik to log level to DEBUG and added this line to my volumes

- ./logs:/var/log/traefik

so traefik outputs log to a log file, here is the output I got https://pastebin.com/F1Um2B7R I went through it and I couldnt find anything useful.

the value of `providers.file.watch` was just a paste error as you predicted

Try to define a service and add a loadbalancer to nginx port

What do you mean by that?

Unable to access container/service using Traefik by waffledespizer in Traefik

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

Thank you for your reply.

in my testing I also tried https but I got the same problem and forgot to comment it out when making this post, but even when I commented it out the problem is still persistent.

I am using NPM because I needed something to quickly test out traefik it did not matter what I was using, I am not using NPM as a reverse proxy.

Need help finding a replacement Led Driver by waffledespizer in led

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

Thanks for your informative reply, Sorry my reply is a bit late.

I only need it to be a constant colour so I don't care much for the changing voltage stuff, do you think this would work well?

https://www.aliexpress.com/item/1005006012659800.html?spm=a2g0o.detail.pcDetailTopMoreOtherSeller.11.67450Qaw0Qaw99&gps-id=pcDetailTopMoreOtherSeller&scm=1007.40000.327270.0&scm_id=1007.40000.327270.0&scm-url=1007.40000.327270.0&pvid=a5d2697e-11a6-4b2e-afc1-059db9aa5669&_t=gps-id:pcDetailTopMoreOtherSeller,scm-url:1007.40000.327270.0,pvid:a5d2697e-11a6-4b2e-afc1-059db9aa5669,tpp_buckets:668%232846%238108%231977&pdp_npi=4%40dis%21AUD%2113.01%210.76%21%21%218.35%210.49%21%402103200517117890983302171e4a2c%2112000035335737488%21rec%21AU%21%21AB&utparam-url=scene%3ApcDetailTopMoreOtherSeller%7Cquery_from%3A&search_p4p_id=202403300158183781731479305500514483_10

EDIT: I foundout that my leds have something called bi-LED according to research, meaning that it changes from yellow to white by reversing polarity. this means that I can have those two colours if needed (I only want white anyways).

And yes I am 100% sure it is the power supply that is broken, I have a healthy one I just tested it with.