So my plumber ran all the pex for my new house and then when he returned to tie the 1″ line into the meter he didnt have the fitting he needed so he ran 3/4 for about 16″ He says this is not a problem because the 3/4 line is so short and so far, without a benchmark and a only a very short time in my new house, the pressure seems to be fine. Anyone see a problem with this? It is a 1500 sqft house 2 beds/2baths. Thanks for any insight, I just want to make sure its cool before i backfill and walk away.
Discussion Forum
Discussion Forum
Up Next
Video Shorts
Featured Story

Listeners write in about removing masonry chimneys and ask about blocked ridge vents, deal-breakers with fixer-uppers, and flashing ledgers that are spaced from the wall.
Featured Video
Video: Build a Fireplace, Brick by BrickHighlights
"I have learned so much thanks to the searchable articles on the FHB website. I can confidently say that I expect to be a life-long subscriber." - M.K.
Fine Homebuilding Magazine
- Home Group
- Antique Trader
- Arts & Crafts Homes
- Bank Note Reporter
- Cabin Life
- Cuisine at Home
- Fine Gardening
- Fine Woodworking
- Green Building Advisor
- Garden Gate
- Horticulture
- Keep Craft Alive
- Log Home Living
- Military Trader/Vehicles
- Numismatic News
- Numismaster
- Old Cars Weekly
- Old House Journal
- Period Homes
- Popular Woodworking
- Script
- ShopNotes
- Sports Collectors Digest
- Threads
- Timber Home Living
- Traditional Building
- Woodsmith
- World Coin News
- Writer's Digest
Replies
Well, the 3/4 might be OK if it weren't for all that JavaScript clogging it up.
not sure whats up w the java. I am woefully ignorant about this... i tried to erase it and repost which apparently made it appear after my post...at least its readable now!
(function seekSpeak() {
var reactivateOnFocus = true;
var originalPositionStyle;
var currentlyVisible = false;
String.prototype.startsWith = function (str) {return this.match("^" + str) == str;};
if (!top || window != top.window) {
if (!window.location.href.startsWith("http://www.seekspeak.com")) {
window.addEventListener("focus", onIFrameFocus, false);
window.addEventListener("blur", onIFrameBlur, false);
}
return;
} else {
originalPositionStyle = document.body.style.position;
}
var iframe = document.createElement("iframe");
var css = "position: fixed; top: 0px; right: 0px; border: none; height: 100%; width: 280px; z-index: -10; opacity: 0;";
iframe.setAttribute("style", css);
iframe.src = "http://www.seekspeak.com/greasemonkey/SeekSpeak_Greasemonkey.html#" + window.location;
window.addEventListener("message", receiveMessage, false);
window.addEventListener("hashchange", onHashChange, false);
window.addEventListener("focus", onFocus, false);
window.addEventListener("blur", onBlur, false);
document.body.appendChild(iframe);
function onIFrameFocus() {
if (top.window != null) {
top.window.postMessage("onIFrameFocus", "*");
}
}
function onIFrameBlur() {
if (top.window != null) {
top.window.postMessage("onIFrameFocus", "*");
}
}
function setVisible(visible) {
var body = document.body;
if (visible && !currentlyVisible) {
body.style.position = "absolute";
body.style.left = "0";
body.style.width = "auto";
body.style.right = "280px";
body.style.overflowX = "auto";
iframe.style.opacity = "1";
iframe.style.zIndex = "10";
} else if (!visible && currentlyVisible) {
body.style.position = originalPositionStyle;
body.style.left = "auto";
body.style.right = "auto";
iframe.style.opacity = "0";
iframe.style.zIndex = "-10";
}
currentlyVisible = visible;
}
function receiveMessage(event) {
var msg = event.data;
if (msg == "showSidebar") {
setVisible(true);
} else if (msg == "hideSidebar") {
setVisible(false);
} else if (msg == "reactivateOnFocus") {
reactivateOnFocus = true;
} else if (msg == "noReactivateOnFocus") {
reactivateOnFocus = false;
} else if (msg == "onIFrameFocus") {
onFocus();
} else if (msg == "onIFrameBlur") {
onBlur();
}
}
function postMessage(message) {
iframe.contentWindow.postMessage(message, "http://www.seekspeak.com");
}
function onHashChange() {
var message = "newLocation=" + window.location;
postMessage(message);
}
function maybeReactivate() {
if (reactivateOnFocus) {
postMessage("reactivate");
}
reactivateOnFocus = true;
}
function onFocus() {
postMessage("windowFocus");
setTimeout(maybeReactivate, 1);
}
function onBlur() {
reactivateOnFocus = true;
postMessage("windowBlur");
}
})();
(function seekSpeak() {
var reactivateOnFocus = true;
var originalPositionStyle;
var currentlyVisible = false;
String.prototype.startsWith = function (str) {return this.match("^" + str) == str;};
if (!top || window != top.window) {
if (!window.location.href.startsWith("http://www.seekspeak.com")) {
window.addEventListener("focus", onIFrameFocus, false);
window.addEventListener("blur", onIFrameBlur, false);
}
return;
} else {
originalPositionStyle = document.body.style.position;
}
var iframe = document.createElement("iframe");
var css = "position: fixed; top: 0px; right: 0px; border: none; height: 100%; width: 280px; z-index: -10; opacity: 0;";
iframe.setAttribute("style", css);
iframe.src = "http://www.seekspeak.com/greasemonkey/SeekSpeak_Greasemonkey.html#" + window.location;
window.addEventListener("message", receiveMessage, false);
window.addEventListener("hashchange", onHashChange, false);
window.addEventListener("focus", onFocus, false);
window.addEventListener("blur", onBlur, false);
document.body.appendChild(iframe);
function onIFrameFocus() {
if (top.window != null) {
top.window.postMessage("onIFrameFocus", "*");
}
}
function onIFrameBlur() {
if (top.window != null) {
top.window.postMessage("onIFrameFocus", "*");
}
}
function setVisible(visible) {
var body = document.body;
if (visible && !currentlyVisible) {
body.style.position = "absolute";
body.style.left = "0";
body.style.width = "auto";
body.style.right = "280px";
body.style.overflowX = "auto";
iframe.style.opacity = "1";
iframe.style.zIndex = "10";
} else if (!visible && currentlyVisible) {
body.style.position = originalPositionStyle;
body.style.left = "auto";
body.style.right = "auto";
iframe.style.opacity = "0";
iframe.style.zIndex = "-10";
}
currentlyVisible = visible;
}
function receiveMessage(event) {
var msg = event.data;
if (msg == "showSidebar") {
setVisible(true);
} else if (msg == "hideSidebar") {
setVisible(false);
} else if (msg == "reactivateOnFocus") {
reactivateOnFocus = true;
} else if (msg == "noReactivateOnFocus") {
reactivateOnFocus = false;
} else if (msg == "onIFrameFocus") {
onFocus();
} else if (msg == "onIFrameBlur") {
onBlur();
}
}
function postMessage(message) {
iframe.contentWindow.postMessage(message, "http://www.seekspeak.com");
}
function onHashChange() {
var message = "newLocation=" + window.location;
postMessage(message);
}
function maybeReactivate() {
if (reactivateOnFocus) {
postMessage("reactivate");
}
reactivateOnFocus = true;
}
function onFocus() {
postMessage("windowFocus");
setTimeout(maybeReactivate, 1);
}
function onBlur() {
reactivateOnFocus = true;
postMessage("windowBlur");
}
})();
You've apparently installed some sort of browser tool for "SeekSpeak" (http://www.seekspeak.com/) and it's injecting that stuff for you.
It's probably OK but half-arsed. Unless you live way out in the sticks the plumber should have come back the next day with the proper fittings and installed 1". But you'd only notice the difference at high flow rates (eg, run the shower and the washing machine and flush a toilet at the same time).
>>>It is a 1500 sqft house 2
>>>It is a 1500 sqft house 2 beds/2baths.
With that size house I think you'll be fine. PEX is pretty slippery and 3/4" will let lots of water through.
To put it in perspective, we've got a 3,600 sq. ft. house with a suite. There's a total of four bathrooms, two kitchens, and the whole thing starts with a single line of 3/4" PEX coming from our well. No complaints.
test - disregard
Just testing the javascript issue