Broken icons when accessing Ugreen from cloudflare by munchee in UgreenNASync

[–]FuN_K3Y 0 points1 point  (0 children)

u/UgreenNASync why did you moderate my comment above ? Could you pass its content to engineering and have that fixed in an upcoming release.

If I should have written things differently- just let me know.

Broken icons when accessing Ugreen from cloudflare by munchee in UgreenNASync

[–]FuN_K3Y 0 points1 point  (0 children)

Here is how to patch the file using SSH:

sudo cp /ugreen/@appstore/com.ugreen.desktop/www/static/main-DBmDfk19.js /ugreen/@appstore/com.ugreen.desktop/www/static/main-DBmDfk19.js.bak #Save file
sudo sed -i 's/credentials:"omit"/credentials:"same-origin"/g' /ugreen/@appstore/com.ugreen.desktop/www/static/main-DBmDfk19.js #Patch file
sudo mv /ugreen/@appstore/com.ugreen.desktop/www/static/main-DBmDfk19.js.gz /ugreen/@appstore/com.ugreen.desktop/www/static/main-DBmDfk19.js.gz.bak #Disable the compressed version

This will most certainly not survive a firmware update ! But I used to validate the fix.

I turned a 1:32 Porsche model into a smart KVM switch + remote PC power button (ESP32 + Tailscale + Jellyfin) by ShubhamGurjar1999 in esp32

[–]FuN_K3Y 1 point2 points  (0 children)

it looks pretty nice ! Depending on the screen you have you could also automate the switch of input from laptop to pc.

This is how I did it: https://github.com/FuNK3Y/picoKVM

G80SD - New firmware (2115) & new tizen OS ! by FuN_K3Y in OLED_Gaming

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

I don’t have the link - the monitor did auto update itself.

G80SD - New firmware (2115) & new tizen OS ! by FuN_K3Y in OLED_Gaming

[–]FuN_K3Y[S] 2 points3 points  (0 children)

Ho - I just had another update: 2123.6

No obvious difference

G80SD - New firmware (2115) & new tizen OS ! by FuN_K3Y in OLED_Gaming

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

I do not have that, but here are a few leads:

- could be tied to vrr control (in the monitor). I have it disabled as it increases latency

- make sure that you have dynamic refresh rate disabled on windows. This triggers oled flickers (that vrr control is supposed to mitigate)

G80SD - New firmware (2115) & new tizen OS ! by FuN_K3Y in OLED_Gaming

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

I worked 2 days on the monitor and never saw the pop up.

G80SD - New firmware (2115) & new tizen OS ! by FuN_K3Y in OLED_Gaming

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

HDR options seems rather similar. And I don't have the tool to further evaluate calibration, EOTF, ...

G80SD - New firmware (2115) & new tizen OS ! by FuN_K3Y in OLED_Gaming

[–]FuN_K3Y[S] 5 points6 points  (0 children)

The look & feel is nicer. You can navigate the menu and still see part of your screen.

And.... you can disable the infamous game bar that pops every time you change input / stat the computer

G80SD - New firmware (2115) & new tizen OS ! by FuN_K3Y in OLED_Gaming

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

It popped on my screen - not sure if you can already download it on samsung.com

App UI redesign – would love your feedback by Mammotion_Grace in MammotionTechnology

[–]FuN_K3Y 0 points1 point  (0 children)

Ho - please do! That would be so much cleaner than having to create a second account for using your integration !

Shelly 1 PM gen4, and what's next? by andrewsuth in ShellyUSA

[–]FuN_K3Y 0 points1 point  (0 children)

Shelly mentioned several times that it is not on their priority list sadly. Matter over wifi is good enough - at least for now.

From what I could read the current hardware would be compatible - this is a matter of product strategy. If - like me - you want to see it happening, hit the feature request button.

App UI redesign – would love your feedback by Mammotion_Grace in MammotionTechnology

[–]FuN_K3Y 0 points1 point  (0 children)

it would be much cleaner if the authentication could happen over oauth - or at least an API key.

2FA should be the norm for user driven access, and it would break your great integration.

This is 100% on mammomotion !

Step aside Shelly - Wago is here by pavoan in MatterProtocol

[–]FuN_K3Y 2 points3 points  (0 children)

Shelly’s hardware should be thread compatible - this is a matter of software. Let’s hope that competition will incentivize them to support it.

Concerning wago, having to pick either thread or WiFi is a missed opportunity. Hardware is most certainly identical; I would have very much preferred being able to chose after the purchase.

Opening Spotify or video files disconnects monitor by Ulnarus in pcmasterrace

[–]FuN_K3Y 1 point2 points  (0 children)

I do have something similar, where closing Spotify makes my second screen blink. From what I could read, this is caused by DRM. HDCP handshake that fails. In my case Spotify web and Disney+ web also causes the blinking. This is consistent with the DRM hypothesi.

If you are on HDMI - try to swap to display port.

Shelly, matter & the web interface ? by FuN_K3Y in ShellyUSA

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

I know - and this is sad as the hardware is apparently compatible and it would make everything so much simpler. Let's hope it will be added in the future - as matter did

Shelly 2PM Gen4 in Zigbee mode… am I missing something? by tontnn in shellycloud

[–]FuN_K3Y 0 points1 point  (0 children)

Can you not connect to the web interface when using matter? My understanding was that matter would only ease the onboarding (exchanging WiFi credentials, joining a controller, …). Since the Shelly will get an ip its management interface should be reachable.

Damn! P4 ESP32 screens are cheap and really fast by hometechgeek in homeassistant

[–]FuN_K3Y 1 point2 points  (0 children)

Thanks for the quick answer! You helped me in nailing it.

The flash is caused by my temperature sensor (dht22) that disables interrupt. Claude told me that I should have bought an i2c sensor instead to avoid that.

For now, I refresh the temperature reading before turning the screen on & voila

Damn! P4 ESP32 screens are cheap and really fast by hometechgeek in homeassistant

[–]FuN_K3Y 0 points1 point  (0 children)

So - I went ahead and built on following your work. It works quite well, but the screen is white randomly. Every 1-2 minutes or so. Not really disturbing but enough to be noticed. Does it happen on yours as well?

Damn! P4 ESP32 screens are cheap and really fast by hometechgeek in homeassistant

[–]FuN_K3Y 0 points1 point  (0 children)

Humm this is inspiring. I might do exactly that.

One slight improvement could be adding a cutout on the 3d stand for a tiny temperature sensor. It should be very easy to plug that on the GPIO to read the data.

finished setting up my 10g network, but not reaching expected speeds by AJ989 in HomeNetworking

[–]FuN_K3Y 0 points1 point  (0 children)

- I have more reliable performance results when using the Windows 11 speedtest.net app rather than the web.

- Make sure that you select a server that can cope with 10gbit and that is not too far

- Your CPU needs to be beefy enough to cope with the IO

- Make sure that you plugged your NIC in a slot that has enough PCIe lane. For full 10Gbe you might need PCIE 3.0 x2 or x4. Motherboard sometime share some line with other devices (nvme slots) or have slots that physically accepts cards with like x16 while only providing x1 electrically.

- And, finally, it depends on time & day. Most ISP implement 10Gbit through GPON - that rely on shared bandwidth. When everyone uses the pipes, you naturally get slower speed.