Enskilt avlopp
Här får du veta vad som gäller om du ska anlägga eget avlopp.
När du inte kan ansluta ditt avlopp till det kommunala ledningsnätet får du istället ansöka om att få göra ett enskilt avlopp. Det kan anläggas för ett eller flera hushåll.
Avloppsvatten
window.svDocReady(function(){
// Remove all elements with the class "ws-accessibility-hook"
document.querySelectorAll(".ws-accessibility-hook").forEach(function(hook) {
hook.remove();
});
// Iterate over each ".ws-plusbox" element
document.querySelectorAll(".ws-plusbox").forEach(function(box, i) {
var collapseContainer = box.parentElement.nextElementSibling;
// Check if the next sibling element has the "env-collapse" class
if (collapseContainer && collapseContainer.classList.contains("env-collapse")) {
var containerId = 'plusbox-' + i;
box.setAttribute('data-containerid', containerId);
var anchor = box.querySelector("a");
if (anchor) {
anchor.setAttribute("href", '#' + containerId);
anchor.setAttribute("aria-controls", containerId);
// Add a click event to toggle collapsible content
anchor.addEventListener("click", function(event) {
event.preventDefault(); // Prevent the default link behavior
envision.collapse("#" + containerId).then(function(collapses) {
if (collapses[0].isVisible()) {
collapses[0].hide();
anchor.setAttribute("aria-expanded", "false");
} else {
collapses[0].show();
anchor.setAttribute("aria-expanded", "true");
}
});
});
}
collapseContainer.setAttribute("id", containerId);
collapseContainer.classList.add("ws-plusbox__container");
} else {
console.error("Couldn't find container to associate button with");
}
});
// Check for hash in URL to open specific collapsible content
if (location.hash) {
envision.collapse(location.hash).then(function (collapses) {
collapses[0].show();
});
document.querySelector(location.hash)?.scrollIntoView();
}
});
Allt du spolar ner i toaletten och vatten från bad, disk och tvätt blir avloppsvatten. Innan vattnet får släppas ut i vår miljö måste det renas eftersom det bland annat innehåller: smittämnen som bakterier och virus syreförbrukande ämnen näringsämnen som fosfor och kväve läkemedelsrester rester av kemikalier och annat som du använder i hushållet
Anmälan eller tillståndsansökan
window.svDocReady(function(){
// Remove all elements with the class "ws-accessibility-hook"
document.querySelectorAll(".ws-accessibility-hook").forEach(function(hook) {
hook.remove();
});
// Iterate over each ".ws-plusbox" element
document.querySelectorAll(".ws-plusbox").forEach(function(box, i) {
var collapseContainer = box.parentElement.nextElementSibling;
// Check if the next sibling element has the "env-collapse" class
if (collapseContainer && collapseContainer.classList.contains("env-collapse")) {
var containerId = 'plusbox-' + i;
box.setAttribute('data-containerid', containerId);
var anchor = box.querySelector("a");
if (anchor) {
anchor.setAttribute("href", '#' + containerId);
anchor.setAttribute("aria-controls", containerId);
// Add a click event to toggle collapsible content
anchor.addEventListener("click", function(event) {
event.preventDefault(); // Prevent the default link behavior
envision.collapse("#" + containerId).then(function(collapses) {
if (collapses[0].isVisible()) {
collapses[0].hide();
anchor.setAttribute("aria-expanded", "false");
} else {
collapses[0].show();
anchor.setAttribute("aria-expanded", "true");
}
});
});
}
collapseContainer.setAttribute("id", containerId);
collapseContainer.classList.add("ws-plusbox__container");
} else {
console.error("Couldn't find container to associate button with");
}
});
// Check for hash in URL to open specific collapsible content
if (location.hash) {
envision.collapse(location.hash).then(function (collapses) {
collapses[0].show();
});
document.querySelector(location.hash)?.scrollIntoView();
}
});
Om du har planer på att göra ett nytt avlopp eller ändra ett befintligt så ta tidigt kontakt med miljö- och byggnadsnämndens miljöenhet. Bad-, disk- och tvättavlopp ska anmälas och du måste ansöka om tillstånd för att få anlägga ett WC-avlopp. En anmälan eller ansökan ska lämnas in i god tid innan planerat arbete påbörjas. Till anmälan eller ansökan ska du bifoga information om den anläggning som du vill installera (till exempel ritning, typ av slambrunn, val av reningssteg, produkt för kemisk fällning av fosfor eller fosforfälla). Bifoga även en karta som tydligt visar anläggningens läge på fastigheten, närliggande dricksvattenbrunnar (inom 100 m) och var slamtömningsfordon kan stå vid tömning. Ansökan/anmälan avloppsanläggning
Val av teknik
window.svDocReady(function(){
// Remove all elements with the class "ws-accessibility-hook"
document.querySelectorAll(".ws-accessibility-hook").forEach(function(hook) {
hook.remove();
});
// Iterate over each ".ws-plusbox" element
document.querySelectorAll(".ws-plusbox").forEach(function(box, i) {
var collapseContainer = box.parentElement.nextElementSibling;
// Check if the next sibling element has the "env-collapse" class
if (collapseContainer && collapseContainer.classList.contains("env-collapse")) {
var containerId = 'plusbox-' + i;
box.setAttribute('data-containerid', containerId);
var anchor = box.querySelector("a");
if (anchor) {
anchor.setAttribute("href", '#' + containerId);
anchor.setAttribute("aria-controls", containerId);
// Add a click event to toggle collapsible content
anchor.addEventListener("click", function(event) {
event.preventDefault(); // Prevent the default link behavior
envision.collapse("#" + containerId).then(function(collapses) {
if (collapses[0].isVisible()) {
collapses[0].hide();
anchor.setAttribute("aria-expanded", "false");
} else {
collapses[0].show();
anchor.setAttribute("aria-expanded", "true");
}
});
});
}
collapseContainer.setAttribute("id", containerId);
collapseContainer.classList.add("ws-plusbox__container");
} else {
console.error("Couldn't find container to associate button with");
}
});
// Check for hash in URL to open specific collapsible content
if (location.hash) {
envision.collapse(location.hash).then(function (collapses) {
collapses[0].show();
});
document.querySelector(location.hash)?.scrollIntoView();
}
});
Ta gärna hjälp av en avloppsentreprenör för att komma fram till vilken avloppslösning som är lämplig för just din fastighet. För mer information till dig som har eller funderar på att skaffa eget avlopp, se följande webbplatser: Avloppsguiden Havs- och vattenmyndigheten
Avgift och handläggningstid
window.svDocReady(function(){
// Remove all elements with the class "ws-accessibility-hook"
document.querySelectorAll(".ws-accessibility-hook").forEach(function(hook) {
hook.remove();
});
// Iterate over each ".ws-plusbox" element
document.querySelectorAll(".ws-plusbox").forEach(function(box, i) {
var collapseContainer = box.parentElement.nextElementSibling;
// Check if the next sibling element has the "env-collapse" class
if (collapseContainer && collapseContainer.classList.contains("env-collapse")) {
var containerId = 'plusbox-' + i;
box.setAttribute('data-containerid', containerId);
var anchor = box.querySelector("a");
if (anchor) {
anchor.setAttribute("href", '#' + containerId);
anchor.setAttribute("aria-controls", containerId);
// Add a click event to toggle collapsible content
anchor.addEventListener("click", function(event) {
event.preventDefault(); // Prevent the default link behavior
envision.collapse("#" + containerId).then(function(collapses) {
if (collapses[0].isVisible()) {
collapses[0].hide();
anchor.setAttribute("aria-expanded", "false");
} else {
collapses[0].show();
anchor.setAttribute("aria-expanded", "true");
}
});
});
}
collapseContainer.setAttribute("id", containerId);
collapseContainer.classList.add("ws-plusbox__container");
} else {
console.error("Couldn't find container to associate button with");
}
});
// Check for hash in URL to open specific collapsible content
if (location.hash) {
envision.collapse(location.hash).then(function (collapses) {
collapses[0].show();
});
document.querySelector(location.hash)?.scrollIntoView();
}
});
Handläggning av anmälan eller ansökan medför en kostnad på 9 472 kr för sökande. Handläggningstid för avloppsärenden är ca 6-8 veckor.
Entreprenörsrapport
window.svDocReady(function(){
// Remove all elements with the class "ws-accessibility-hook"
document.querySelectorAll(".ws-accessibility-hook").forEach(function(hook) {
hook.remove();
});
// Iterate over each ".ws-plusbox" element
document.querySelectorAll(".ws-plusbox").forEach(function(box, i) {
var collapseContainer = box.parentElement.nextElementSibling;
// Check if the next sibling element has the "env-collapse" class
if (collapseContainer && collapseContainer.classList.contains("env-collapse")) {
var containerId = 'plusbox-' + i;
box.setAttribute('data-containerid', containerId);
var anchor = box.querySelector("a");
if (anchor) {
anchor.setAttribute("href", '#' + containerId);
anchor.setAttribute("aria-controls", containerId);
// Add a click event to toggle collapsible content
anchor.addEventListener("click", function(event) {
event.preventDefault(); // Prevent the default link behavior
envision.collapse("#" + containerId).then(function(collapses) {
if (collapses[0].isVisible()) {
collapses[0].hide();
anchor.setAttribute("aria-expanded", "false");
} else {
collapses[0].show();
anchor.setAttribute("aria-expanded", "true");
}
});
});
}
collapseContainer.setAttribute("id", containerId);
collapseContainer.classList.add("ws-plusbox__container");
} else {
console.error("Couldn't find container to associate button with");
}
});
// Check for hash in URL to open specific collapsible content
if (location.hash) {
envision.collapse(location.hash).then(function (collapses) {
collapses[0].show();
});
document.querySelector(location.hash)?.scrollIntoView();
}
});
Tillsammans med det beslut som du får bifogas en entreprenörsrapport som ska fyllas i under utförandet av avloppsanläggningen. När avloppsanläggningen är klar ska entreprenörsrapporten, tillsammans med fotodokumentation, skickas in till miljö- och byggnadsförvaltningen. Entreprenörsrapport infiltration Entreprenörsrapport markbädd Entreprenörsrapport minireningsverk Entreprenörsrapport sluten tank
Slam och Latrin Slam och latrin ska hanteras så att det inte orsakar olägenhet för människors hälsa eller miljön. Om du har ett eget avlopp med slamavskiljare eller sluten tank behöver du tömma dessa regelbundet för att det ska fungera som det är tänkt.
Slam
window.svDocReady(function(){
// Remove all elements with the class "ws-accessibility-hook"
document.querySelectorAll(".ws-accessibility-hook").forEach(function(hook) {
hook.remove();
});
// Iterate over each ".ws-plusbox" element
document.querySelectorAll(".ws-plusbox").forEach(function(box, i) {
var collapseContainer = box.parentElement.nextElementSibling;
// Check if the next sibling element has the "env-collapse" class
if (collapseContainer && collapseContainer.classList.contains("env-collapse")) {
var containerId = 'plusbox-' + i;
box.setAttribute('data-containerid', containerId);
var anchor = box.querySelector("a");
if (anchor) {
anchor.setAttribute("href", '#' + containerId);
anchor.setAttribute("aria-controls", containerId);
// Add a click event to toggle collapsible content
anchor.addEventListener("click", function(event) {
event.preventDefault(); // Prevent the default link behavior
envision.collapse("#" + containerId).then(function(collapses) {
if (collapses[0].isVisible()) {
collapses[0].hide();
anchor.setAttribute("aria-expanded", "false");
} else {
collapses[0].show();
anchor.setAttribute("aria-expanded", "true");
}
});
});
}
collapseContainer.setAttribute("id", containerId);
collapseContainer.classList.add("ws-plusbox__container");
} else {
console.error("Couldn't find container to associate button with");
}
});
// Check for hash in URL to open specific collapsible content
if (location.hash) {
envision.collapse(location.hash).then(function (collapses) {
collapses[0].show();
});
document.querySelector(location.hash)?.scrollIntoView();
}
});
Slamtömning av slamavskiljare och slutna tankar utförs av NODAVA ABs entreprenörer. Hämtning av slam ska ske så ofta att en god funktion upprätthålls. Du hittar mer information om slam, avgifter och tömningsintervall på Nodavas webbplats.
Latrin
window.svDocReady(function(){
// Remove all elements with the class "ws-accessibility-hook"
document.querySelectorAll(".ws-accessibility-hook").forEach(function(hook) {
hook.remove();
});
// Iterate over each ".ws-plusbox" element
document.querySelectorAll(".ws-plusbox").forEach(function(box, i) {
var collapseContainer = box.parentElement.nextElementSibling;
// Check if the next sibling element has the "env-collapse" class
if (collapseContainer && collapseContainer.classList.contains("env-collapse")) {
var containerId = 'plusbox-' + i;
box.setAttribute('data-containerid', containerId);
var anchor = box.querySelector("a");
if (anchor) {
anchor.setAttribute("href", '#' + containerId);
anchor.setAttribute("aria-controls", containerId);
// Add a click event to toggle collapsible content
anchor.addEventListener("click", function(event) {
event.preventDefault(); // Prevent the default link behavior
envision.collapse("#" + containerId).then(function(collapses) {
if (collapses[0].isVisible()) {
collapses[0].hide();
anchor.setAttribute("aria-expanded", "false");
} else {
collapses[0].show();
anchor.setAttribute("aria-expanded", "true");
}
});
});
}
collapseContainer.setAttribute("id", containerId);
collapseContainer.classList.add("ws-plusbox__container");
} else {
console.error("Couldn't find container to associate button with");
}
});
// Check for hash in URL to open specific collapsible content
if (location.hash) {
envision.collapse(location.hash).then(function (collapses) {
collapses[0].show();
});
document.querySelector(location.hash)?.scrollIntoView();
}
});
Du som har torrdass kan köpa latrinkärl på återvinningscentralen. Läs mer om latrin på Nodavas webbplats.
Uppehåll i hämtning av slam
window.svDocReady(function(){
// Remove all elements with the class "ws-accessibility-hook"
document.querySelectorAll(".ws-accessibility-hook").forEach(function(hook) {
hook.remove();
});
// Iterate over each ".ws-plusbox" element
document.querySelectorAll(".ws-plusbox").forEach(function(box, i) {
var collapseContainer = box.parentElement.nextElementSibling;
// Check if the next sibling element has the "env-collapse" class
if (collapseContainer && collapseContainer.classList.contains("env-collapse")) {
var containerId = 'plusbox-' + i;
box.setAttribute('data-containerid', containerId);
var anchor = box.querySelector("a");
if (anchor) {
anchor.setAttribute("href", '#' + containerId);
anchor.setAttribute("aria-controls", containerId);
// Add a click event to toggle collapsible content
anchor.addEventListener("click", function(event) {
event.preventDefault(); // Prevent the default link behavior
envision.collapse("#" + containerId).then(function(collapses) {
if (collapses[0].isVisible()) {
collapses[0].hide();
anchor.setAttribute("aria-expanded", "false");
} else {
collapses[0].show();
anchor.setAttribute("aria-expanded", "true");
}
});
});
}
collapseContainer.setAttribute("id", containerId);
collapseContainer.classList.add("ws-plusbox__container");
} else {
console.error("Couldn't find container to associate button with");
}
});
// Check for hash in URL to open specific collapsible content
if (location.hash) {
envision.collapse(location.hash).then(function (collapses) {
collapses[0].show();
});
document.querySelector(location.hash)?.scrollIntoView();
}
});
Om fastigheten kommer vara obebodd under en längre period kan du anmäla till NODAVA AB att du vill ha uppehåll i hämtning av slam. Anmälan om uppehåll i hämtning av slam
Ansökan om längre slamtömningsintervall
window.svDocReady(function(){
// Remove all elements with the class "ws-accessibility-hook"
document.querySelectorAll(".ws-accessibility-hook").forEach(function(hook) {
hook.remove();
});
// Iterate over each ".ws-plusbox" element
document.querySelectorAll(".ws-plusbox").forEach(function(box, i) {
var collapseContainer = box.parentElement.nextElementSibling;
// Check if the next sibling element has the "env-collapse" class
if (collapseContainer && collapseContainer.classList.contains("env-collapse")) {
var containerId = 'plusbox-' + i;
box.setAttribute('data-containerid', containerId);
var anchor = box.querySelector("a");
if (anchor) {
anchor.setAttribute("href", '#' + containerId);
anchor.setAttribute("aria-controls", containerId);
// Add a click event to toggle collapsible content
anchor.addEventListener("click", function(event) {
event.preventDefault(); // Prevent the default link behavior
envision.collapse("#" + containerId).then(function(collapses) {
if (collapses[0].isVisible()) {
collapses[0].hide();
anchor.setAttribute("aria-expanded", "false");
} else {
collapses[0].show();
anchor.setAttribute("aria-expanded", "true");
}
});
});
}
collapseContainer.setAttribute("id", containerId);
collapseContainer.classList.add("ws-plusbox__container");
} else {
console.error("Couldn't find container to associate button with");
}
});
// Check for hash in URL to open specific collapsible content
if (location.hash) {
envision.collapse(location.hash).then(function (collapses) {
collapses[0].show();
});
document.querySelector(location.hash)?.scrollIntoView();
}
});
Om din avloppsanläggning är lågt belastad kan du ansöka om längre tömningsintervall. Du söker dispens hos miljö- och byggnadsnämnden. Observera att slamavskiljaren måste vara rätt dimensionerad för att längre tömningsintervall ska kunna beviljas. För bad-, disk- och tvättvatten krävs tvåkammarbrunn och för WC krävs trekammarbrunn (minst 2 kubikmeter). Längre tömningsintervall för slamavskiljare beviljas inte om avloppsanläggningen har fått åtgärdskrav efter tillsyn. En avgift på 2 368 kr tas ut för handläggningstiden. Ansök om längre slamtömningsintervall
Eget omhändertagande av latrin eller slam
window.svDocReady(function(){
// Remove all elements with the class "ws-accessibility-hook"
document.querySelectorAll(".ws-accessibility-hook").forEach(function(hook) {
hook.remove();
});
// Iterate over each ".ws-plusbox" element
document.querySelectorAll(".ws-plusbox").forEach(function(box, i) {
var collapseContainer = box.parentElement.nextElementSibling;
// Check if the next sibling element has the "env-collapse" class
if (collapseContainer && collapseContainer.classList.contains("env-collapse")) {
var containerId = 'plusbox-' + i;
box.setAttribute('data-containerid', containerId);
var anchor = box.querySelector("a");
if (anchor) {
anchor.setAttribute("href", '#' + containerId);
anchor.setAttribute("aria-controls", containerId);
// Add a click event to toggle collapsible content
anchor.addEventListener("click", function(event) {
event.preventDefault(); // Prevent the default link behavior
envision.collapse("#" + containerId).then(function(collapses) {
if (collapses[0].isVisible()) {
collapses[0].hide();
anchor.setAttribute("aria-expanded", "false");
} else {
collapses[0].show();
anchor.setAttribute("aria-expanded", "true");
}
});
});
}
collapseContainer.setAttribute("id", containerId);
collapseContainer.classList.add("ws-plusbox__container");
} else {
console.error("Couldn't find container to associate button with");
}
});
// Check for hash in URL to open specific collapsible content
if (location.hash) {
envision.collapse(location.hash).then(function (collapses) {
collapses[0].show();
});
document.querySelector(location.hash)?.scrollIntoView();
}
});
Du som vill ta hand om slam eller latrin själv behöver ansöka om tillstånd från miljö- och byggnadsnämnden. En avgift på 2 368 kr tas ut för handläggningstiden. Ansök om eget omhändertagande av latrin, slam eller urin
Kontakter
Miljö- och byggnadsförvaltningen Mora Orsa
- E-post
- miljobygg@mora.se
- Telefon
- 0250-26000
- Postadress:
- Miljö- och byggnadsförvaltningen 792 80 Mora
Senast uppdaterad: 21 november 2024