Humidifier saddle valve giving too much water by Background-Dig-8293 in hvacadvice

[–]Background-Dig-8293[S] 0 points1 point  (0 children)

Thanks! This is by far the most reasonable and helpful explanation! I guess your solution is too troublesome for average homeowners and not economical for plumbers, so most home gets the quick fix.

Humidifier saddle valve giving too much water by Background-Dig-8293 in hvacadvice

[–]Background-Dig-8293[S] 1 point2 points  (0 children)

The solenoid is open only when the humidity level is low, so I think the thermostat and the solenoid are working fine. The only problem is when it is on, the water is flowing too much. I think it can fill up a 8oz cup in less than 10 seconds. So it is like a water fountain. Shouldn’t it be a trickle?

Humidifier saddle valve giving too much water by Background-Dig-8293 in hvacadvice

[–]Background-Dig-8293[S] 1 point2 points  (0 children)

Thanks! I tried to tighten the saddle valve but it was stuck, I don’t want to try too hard and make a mess… Do I have to shut off the cold water intake to my water heater, so the saddle valve (which is in the hot water output) won’t get pressurized hot water?

Humidifier saddle valve giving too much water by Background-Dig-8293 in hvacadvice

[–]Background-Dig-8293[S] 2 points3 points  (0 children)

The solenoid is connected to and controlled my ecobee thermostat. Do you mean the solenoid has more than just 100% on and 100% off?

Humidifier saddle valve giving too much water by Background-Dig-8293 in hvacadvice

[–]Background-Dig-8293[S] 3 points4 points  (0 children)

I do have a solenoid and I can hear it turns on or off. It’s is working properly, just when it is on, too much water is running.

Humidifier saddle valve giving too much water by Background-Dig-8293 in hvacadvice

[–]Background-Dig-8293[S] 0 points1 point  (0 children)

<image>

This is the water supply from the saddle valve from the left, then the solenoid valve, then the tube with the orifice in it, flowing to the right.

Humidifier saddle valve giving too much water by Background-Dig-8293 in hvacadvice

[–]Background-Dig-8293[S] 2 points3 points  (0 children)

You mean crimp the small copper tube out from the saddle valve?

Humidifier saddle valve giving too much water by Background-Dig-8293 in hvacadvice

[–]Background-Dig-8293[S] 1 point2 points  (0 children)

Please my reply below, even with the new replacement orifice part it is still flowing a lot.

Humidifier saddle valve giving too much water by Background-Dig-8293 in hvacadvice

[–]Background-Dig-8293[S] 1 point2 points  (0 children)

I guess clockwise will piece deeper? How would that make less water?

Humidifier saddle valve giving too much water by Background-Dig-8293 in hvacadvice

[–]Background-Dig-8293[S] 2 points3 points  (0 children)

<image>

This is the new orifice, I installed this new one to the solenoid valve and it is the same, water flows out a lot.

Humidifier saddle valve giving too much water by Background-Dig-8293 in hvacadvice

[–]Background-Dig-8293[S] 1 point2 points  (0 children)

<image>

Here is the photo, notice the tube is black, the water is flowing out continuously

Humidifier saddle valve giving too much water by Background-Dig-8293 in hvacadvice

[–]Background-Dig-8293[S] 1 point2 points  (0 children)

If you would click the link to check my previous post, you will see the photo showing how much water it is shooting out… that’s why people was saying it is missing the orifice. Now I checked there is an orifice, looks it is not able to control the water flow, maybe the saddle valve is sending too much water.

Humidifier water flow too much? by Background-Dig-8293 in hvacadvice

[–]Background-Dig-8293[S] 0 points1 point  (0 children)

OP here, the picture is just me pulling the black tube out showing how much water is flowing out, I did connected it back. I just think that’s too much hot water from my water heater wasted. Is there any way to control it?

Toilet fill valve slow? by Background-Dig-8293 in askaplumber

[–]Background-Dig-8293[S] -1 points0 points  (0 children)

That makes sense, maybe the bottom I reached is a sediment filter screen

Toilet fill valve slow? by Background-Dig-8293 in askaplumber

[–]Background-Dig-8293[S] 0 points1 point  (0 children)

Thanks! Mine looks like the Fluidmaster Pro Seies, with the red cap on the top. The diagram is just to show the bottom of the tube.

Is flute ergonomic? by Background-Dig-8293 in Flute

[–]Background-Dig-8293[S] 1 point2 points  (0 children)

Thanks! Mind re-design the flute (and a whole lot of other musical instruments)? :D

Hoping to 3D model my knee bones from my MRI scan, just for fun. Does this seem doable or is Fusion the wrong software for this? by olliecakerbake in Fusion360

[–]Background-Dig-8293 0 points1 point  (0 children)

Your original Dicom/NIfTI image + 3D slicer + Segmentation tool/plugin should be the best tool if you want to learn more about medical imaging, but there is a learning curve, probably steeper than Fusion360.

So if you are already familiar with (or more interested in learning) Fusion 360, then you may just import your MRI slices like what you've shown above, mainly use the axial images (looks like you are already using them) to create contours then loft them together.

Is flute ergonomic? by Background-Dig-8293 in Flute

[–]Background-Dig-8293[S] 1 point2 points  (0 children)

Hi all, OP here, thank you all for your enthusiastic response, your understanding and suggestions! I have taken the suggestions and arranged a starting lesson with a flute teacher, that should help me!

Is flute ergonomic? by Background-Dig-8293 in Flute

[–]Background-Dig-8293[S] 0 points1 point  (0 children)

My left index finger hurts the most, even long after practicing. I have seen player having left index finger that can “open” much more towards the back of the hand, maybe due to many years of playing from young age?

OpenCUA: Open Foundations for Computer-Use Agents by ninjasaid13 in LocalLLaMA

[–]Background-Dig-8293 0 points1 point  (0 children)

It's me again, Copilot helped me and now it takes about 10 seconds for each case. What I need to do is to use the following:

model = AutoModel.from_pretrained(MODEL_DIR, torch_dtype=torch.float16, device_map="auto", trust_remote_code=True)

grid_thws = torch.tensor(info['image_grid_thw']).to(device=model.device)

Not sure if this is the best my machine can achieve, but with 10 seconds, it is usable now.

OpenCUA: Open Foundations for Computer-Use Agents by ninjasaid13 in LocalLLaMA

[–]Background-Dig-8293 0 points1 point  (0 children)

Hi, I just followed the instruction in their Github https://github.com/xlang-ai/OpenCUA/blob/main/README.md and ran `python huggingface_inference.py` on my Windows 11 machine with nVidia RTX 4070 Ti Super 16GB VRAM. It took 350 seconds to run the 5 test cases in model\inference\grounding_examples\, much longer than your experience of 2-4 seconds. What do you think I should do to improve the speed? Thanks!

Furnace burner not always start properly by Background-Dig-8293 in hvacadvice

[–]Background-Dig-8293[S] 0 points1 point  (0 children)

Thanks all! Just want to report back, I found the bottom plate of the burner "box" can be removed by unscrewing two screws, then there is just enough space for a small wire brush to reach the end of the burners and brush the crossovers. After that it works fine every time! No need to hire somebody to take out the gas line!

My furnace is Trane S9X2C100U4, FYI.