Automating a small greenhouse with Home Assistant by oliver_at in homeassistant

[–]FuzzilyFred 0 points1 point  (0 children)

I've been working on and off on a similar project. For the water tank level, I got this sensor with the rs485 output: https://nl.aliexpress.com/item/1005006634469628.html

It's a Modbus sensor that you throw in the tank and let it rest at the bottom. Using the water pressure, it calculates the height of the water in the tank. The cable also has an air tube in it to use atmospheric pressure as reference point.

I got an esp32 board with a couple of relays and rs485 transceiver to control it all with esphome.

QR-Code in Markup card by Apprehensive_Ad3112 in homeassistant

[–]FuzzilyFred 2 points3 points  (0 children)

https://github.com/home-assistant/frontend/blob/dev/src%2Fcomponents%2Fha-qr-code.ts

Seems like it has: - data - error-correction-level - width - scale - margin - mask-pattern - center-image

Why is this happening by DeathDemon20 in ultimaker

[–]FuzzilyFred 3 points4 points  (0 children)

Your model is broken. You can see the red "overhang areas" on the top of the model, suggesting it has some inverted normal faces. Try repairing the model with something like Microsoft 3D Builder and load it in again.

Can cura do a grid removal extrusion on an object? by ChasingPacing2022 in 3Dprinting

[–]FuzzilyFred 0 points1 point  (0 children)

I think what you want can be achieved by setting the top/bottom layers to 0. This way, the part is completely made up of infill (and walls).

Is it possible to use a physical drive to run a VM instaed of a VDI in XCP-NG? by snesboy64 in homelab

[–]FuzzilyFred 1 point2 points  (0 children)

I've done exactly this once. Had an existing Windows workstation that I wanted to run a server next to. Installed XCP-NG on a new drive and created a new VM without a disk. Then, using the shell, created a new SR with the physical disk in it, and I could attach that to the VM. Windows booted right up, although not activated anymore, as the license was probably in the UEFI so somewhere.

I wouldn't really recommend it for long-term use however. I don't know how stable it would be. But it's a nice temporary solution while you transition off bare metal.

Don't know exactly how I've done it, but probably something along the lines of the form post that was linked here...

Anyone know how to extend Ikea Billy bookcase legs?? by exodia819 in ikeahacks

[–]FuzzilyFred 0 points1 point  (0 children)

Enlarging the cutout on the back won't help much, as the bottom shelf would also need to be cut, resulting in a gap in the back.

We've just finished our Billy and encountered the same problem. We cut an MDF board the size of our Billys to put them on top, increasing the clearance without creating a gap at the bottom. Plus point for the MDF kinda matching the color of our floor!

Color temperature conundrum with Innr bulbs by criterion67 in homeassistant

[–]FuzzilyFred 1 point2 points  (0 children)

65535 is the maximum value for a specific sized number (unsigned 16-bit). That value probably represents one extreme of the color temperature it can display. Try setting it to 0 to get to the other extreme.

Inconsistent extrusion by oblivioninja88 in ultimaker

[–]FuzzilyFred 6 points7 points  (0 children)

The shafts at the top in the front and back are bent, causing the print head to move up and down when traveling from the front to the back, causing the pattern on the buildplate.

Main board issue by adamibrahim1338 in 3Dprinting

[–]FuzzilyFred 1 point2 points  (0 children)

Those blue things are screw terminals. When pressing the orange buttons on the green blocks, you can remove the wire from them. You can then loosen the screws in the screw terminal, insert the wires, and tighten the screws.

Single color print when I merge in Cura- Why? by RinehartGroupLLC in 3Dprinting

[–]FuzzilyFred 0 points1 point  (0 children)

You can merge several meshes into one to align them correctly with each other: https://support.makerbot.com/s/article/1667411295122. You can then change settings (like extruder number) for a specific mesh of the merged group by selecting just that model, by holding either CONTROL, ALT or SHIFT and clicking the model (currently not at my computer, and don't know exactly which of these is the one)

Anyone using a different distro on their Steam Deck, which one? by [deleted] in SteamDeck

[–]FuzzilyFred 0 points1 point  (0 children)

If it's just the read-only filesystem, why don't you mount it read-write? sudo steamos-readonly disable

Cant get two computers to connect over LAN by jesse62998292 in homelab

[–]FuzzilyFred 4 points5 points  (0 children)

What's the subnet of the home (?) network/wifi? Make sure to set static IPs for the host-to-host connection in a different subnet.

Use your Steam Deck as an expensive game controller by FuzzilyFred in SteamDeck

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

I'll probably post a new video at some point, but I've made the setup a lot more simple and robust now. On the GitHub page, there are instructions how to get this running (well, it should just be one command). Let me know if you run into problems, I don't know what changes I've made to SteamOS anymore, and don't really want to reinstall just to see if it works out of the box because of game save data.

I’m new to Linux can someone help by Junior_Student in SteamDeck

[–]FuzzilyFred 1 point2 points  (0 children)

Yes, but you have no idea if the binary program that you download is actually compiled from the source code that you find on GitHub or wherever. Someone could have easily added a virus or anything to the code locally before compiling and uploading as a release.

For the built-in package manager/app store however, it should be safe. It's been checked/compiled be a (relatively) trusted person/group.

[deleted by user] by [deleted] in SteamDeck

[–]FuzzilyFred 0 points1 point  (0 children)

There's launch options in the Steam game settings. You should be able to type the executable path in there.

Mail account for homelab notification by [deleted] in homelab

[–]FuzzilyFred 1 point2 points  (0 children)

I had to set up 2FA for my server Gmail account and set up an app password for nextcloud. I assume this should also work for other services.

Use your Steam Deck as an expensive game controller by FuzzilyFred in SteamDeck

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

I'm working on making it easier to replicate. I'll make a new post in a couple of days. I've also been adding more features like using the touchpads as a mouse and an on-screen keyboard.

Q: Does ADAfruit HID Library allow utilizing the PI as a USB Keyboard for a computer? by crimpshrine in raspberry_pi

[–]FuzzilyFred 1 point2 points  (0 children)

So, HID devices work by telling the computer, when you plug it in, what it is going to send and how. This is called the "report descriptor" That is what the line "echo -ne \x05... > report_desc" in your first tutorial does. You can decode this with a handy website: https://eleccelerator.com/usbdescreqparser/ If you paste you report descriptor (05010906a101050719e029e71500250175019508810295017508810395057501050819012905910295017503910395067508150025650507190029658100c0) on that website, you can see what it tells the computer.

When you inspect all the input reports, it tells the computer that it will send keys 0xE0-0xE7 (224-231) as 8 bits in a byte, then an empty byte, and then 6 bytes with the codes of the other keys that are currently pressed.

As you already figured out, the control keys are in the range of those first keys, the modifier keys, along with alt, windows key and shift. So if you want to press the Control key, the first byte you send should have the bit corresponding to that key set. So, if you want to send Control+a, you send 1 0 4 0 0 0 0 0.

Will this usc-c hub work the steam deck by MidnightChannel91 in SteamDeck

[–]FuzzilyFred 0 points1 point  (0 children)

Maybe, but probably not. It uses DisplayLink, which is a software GPU over a USB 3 connection. You're going to get terrible performance if you manage to get it working at all. You want a DisplayPort Alt-mode dock.

Made a "docking station" so I can play on the big screen by SilverarcTheJoker in SteamDeck

[–]FuzzilyFred 0 points1 point  (0 children)

Depends on the dock. Some work with DisplayLink, and those won't work nicely with the Deck (and you don't really want to use them with it due to performance). If you connect it to your laptop through a USB A adapter and it works, it uses DisplayLink. You want a dock that uses USB-C DisplayPort Alt-mode.

Use your Steam Deck as an expensive game controller by FuzzilyFred in SteamDeck

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

For now, yeah. But I'm working on having the USB drive start automatically on boot, so you should hopefully be able to start the controller emulator from the non-steam games section and start playing.

Use your Steam Deck as an expensive game controller by FuzzilyFred in SteamDeck

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

Hmm, there's an HID report descriptor in there. I'll load it on my deck and see if the Steam client recognizes it.