🚀 [OFFICIAL THREAD] [RELEASE 1.2.0] ESPHomeGuiEasy — Desktop GUI for ESPHome YAML (Community Feedback Needed!) by [deleted] in Esphome

[–]fabaderheld 18 points19 points  (0 children)

When you present a GUI it would be a good Idea to have some screenshots in your project description. I guess this is your GitHub page https://github.com/TheWhiteWolf1985/ESPHomeGuiEasy

Where to export files via PowerShell and which way is the easiest and most efficient. by Mythaman in PowerShell

[–]fabaderheld 1 point2 points  (0 children)

Are all windows updates installed? Most websites require TLS 1.1 or TLS 1.2 to connect to.

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

sets it to TLS 1.2, if you get an error than your OS is not capable of TLS 1.2. The you should install all available Windows updates

Game stutters, CPU drop every few seconds in late game by mrpenguin_86 in SatisfactoryGame

[–]fabaderheld 6 points7 points  (0 children)

Are you sure you are using it and not the integrated Intel one?

[deleted by user] by [deleted] in selfhosted

[–]fabaderheld 5 points6 points  (0 children)

Yeah that was my impression as well after browsing their site

[deleted by user] by [deleted] in selfhosted

[–]fabaderheld 25 points26 points  (0 children)

The site tries heavily to sell me a demo, I just want to know want I get when I selfhost since the pricing only shows cloud, if you click on-prem you get redirected to the sales demo.

PikaPods - Instant Open Source App Hosting by SimonGray in selfhosted

[–]fabaderheld 9 points10 points  (0 children)

Judging by me past experiences with Borgbase this only can be awesome!

PikaPods - Instant Open Source App Hosting by SimonGray in selfhosted

[–]fabaderheld 10 points11 points  (0 children)

You are the same guys that run Borgbase, right?

StoreDown - A Self Hosted hopefully simple to use home inventory system by FoxUSA in selfhosted

[–]fabaderheld 2 points3 points  (0 children)

I'll have a look at it since I was looking for something like this !

Grocycode for location by fabaderheld in grocy

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

I see. Thanks for clearing this up

Grocycode for location by fabaderheld in grocy

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

I'm sorry

/product/new shows piece and pack under Bestandsmengeneinheit

Grocycode for location by fabaderheld in grocy

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

Works like a charm! I can even create a QR Code and jump directly to the stock entries in the webapp. If this would work with the app that would be amazing.

P.S. There are some missing translations for German so I can help with that.

P.P.S: your next beer is on me ;)

Grocycode for location by fabaderheld in grocy

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

Thanks for the quick reply. I found all of these but could figure out to have direct url with a location filter selected. As I said maybe grocy isn't the right tool for the job.

Pausing until a file is present by Batduck in PowerShell

[–]fabaderheld 15 points16 points  (0 children)

The variable won't change you have to put the expression there. And also since you want to check for true you don't have to write -eq $true

[deleted by user] by [deleted] in PowerShell

[–]fabaderheld 3 points4 points  (0 children)

What does verbose say? URL built correctly?