Edan Power
Blog Speak to an Expert

Gas Boilers Installation

Your boiler is the heartbeat of your home! Keeping you warm during the colder months and providing you with a constant supply of hot water 24/7. However, they can be expensive to run particularly if you have an old, inefficient boiler and heating system. Now there is a government ECO (Energy Company Obligation) scheme in place to help homeowners receive a boiler grant which will help the energy efficiency of their homes. To qualify for this grant homeowners need to be receiving qualifying benefits and have a boiler is 10+ years old. Already a HomeServe customer? You can get up to £500 off* your new boiler.

Gas Boilers Installation

Our Accreditation

Trusted accreditation partners ensuring compliance, quality standards, safety assurance, and professional industry excellence.

Gas Safe
Quality Mark
Green Deal
Trust Mark
British Assessment Bureau
City & Guilds
ECMK Accredited
MCS
Achilles
Kiwa
Bmtrada
HISE Accredited Member
NAPIT

Discover Your Grant Eligibility Today

If you qualify then the team at Edan Homes can provide a no obligation energy efficiency assessment which is carried out free of charge and allows us to determine how much grant funding you are entitled to. There may be an occasion where a small contribution is required, and we will advise you how much this will be before undertaking the installation.

Any contributions that are made are only taken after the installation is full completed and you are completely satisfied with the work carried out on your new boiler and heating system. Find out if you qualify for the scheme below and if you have any questions then do not hesitate to contact one of the Edan Homes team today.

Get Touch With Us

Fill out the Fill out the form and our team will get back to you shortly.and our team will get back to you shortly.

What’s included in every new boiler installation?

Free Home Survey by Edanhomes

  • We’ll do a free video call survey to find the perfect new boiler for your home and budget. Our boilers are top-rated for efficiency and ready for hydrogen blend.

System Clean and Boiler Installation

  • Our Gas Safe engineers will clean your system, install your new boiler, and set up a new wireless thermostat. Plus, we guarantee all our work for a full 12 months for your peace of mind.

Remove and Recycle Your Old boiler

  • We’ll explain how everything works and answer your questions. Plus, we’ll tidy up by removing and recycling your old boiler, leaving your home clean and neat.

How to get the boiler in easy way

Our Home Experts will assist in choosing the perfect boiler for your home and budget. Then, our Gas Safe engineers will install your new boiler on a day that works for you.

The easy way to get a new boiler

The easy way to get a new boiler

Getting a new boiler with Edanhomes is really easy. Our Home Experts will find the best boiler for your home and budget. Then, our gas safe registered engineers will install your new boiler on a day that works for you.

Nationwide Coverage

We Provide Service All Over The UK

Edan Power works closely with you to understand your requirements, assess your energy usage, and design the most efficient solution. Our expert team ensures a seamless journey from consultation to installation.

What Our Customers Say

Real reviews from our happy customers

Julie Marsons Google

We had EWI, Central Heating & Loft Insulation done by Edanpower Contractors, the workmen were excellent from start to finish. All the Contractors were very polite, hard workers and all the work was completed to a very high standard! We would use them again and highly recommend them!

Imdad Chaudhry Google

I had solar panels installed nearly 10 years ago (4kWh). Recently, I decided to have a heat pump installed and as a consequence had a battery installed. Once the battery and heat pump were installed, I realised that my solar installation would not be sufficient and approached Edanpower to install more solar panels (another 8kWh). Although the existing panels and inverter caused an issue with configuration into the battery, the engineer was able to configure it all so I can now see all the panels and the power being generated. I'm pleased with the service provided by Edanpower and would not hesitate to use them for any other solar panel/battery installation.

Chelsea Google

Rakesh was extremely helpful from the start, patient while I waited for funding and super speedy when it came to completing the work. Edan Power went above and beyond and jumped through hoops to getting us where we are today (a solar run company). The installation team was also extremely efficient and friendly. Would defiantly recommend :)

Hassan Suriya Google

Excellent Job completed by Edan Power for our commercial solar install. Their fitting team are a credit to the company for working tirelessly to iron out any issues as it was a challenging install. A big thank you to Gugs for managing the whole project and making sure I was happy with the system.

######################################################## # LARAVEL PRODUCTION .HTACCESS # Optimized for: Security, Performance & Functionality ######################################################## # Disable server signature for security ServerSignature Off # Enable rewrite engine RewriteEngine On RewriteBase / ######################################################## # 1. PUBLIC STORAGE ACCESS (Must be FIRST) ######################################################## # Serve files from storage/app/public/ when accessed via /storage/ RewriteCond %{REQUEST_URI} ^/storage/(.*)$ [NC] RewriteCond %{DOCUMENT_ROOT}/storage/app/public/%1 -f RewriteRule ^storage/(.*)$ storage/app/public/$1 [L] ######################################################## # 2. SECURITY: BLOCK SENSITIVE FILES ######################################################## # Environment files RewriteRule ^\.env - [F,L,NC] RewriteRule ^\.env\. - [F,L,NC] RewriteRule ^\.htaccess$ - [F,L,NC] RewriteRule ^\.htpasswd$ - [F,L,NC] # Git & Version Control RewriteRule ^\.git - [F,L,NC] RewriteRule ^\.gitignore - [F,L,NC] RewriteRule ^\.gitattributes - [F,L,NC] # Composer & NPM files RewriteRule ^composer\.(json|lock)$ - [F,L,NC] RewriteRule ^package(-lock)?\.json$ - [F,L,NC] RewriteRule ^yarn\.lock$ - [F,L,NC] RewriteRule ^npm-shrinkwrap\.json$ - [F,L,NC] # Laravel specific files RewriteRule ^artisan$ - [F,L,NC] RewriteRule ^server\.php$ - [F,L,NC] RewriteRule ^webpack\.mix\.js$ - [F,L,NC] RewriteRule ^vite\.config\.js$ - [F,L,NC] # Config & XML files RewriteRule ^phpunit\.xml$ - [F,L,NC] RewriteRule ^\.editorconfig$ - [F,L,NC] RewriteRule ^\.styleci\.yml$ - [F,L,NC] ######################################################## # 3. SECURITY: BLOCK CORE DIRECTORIES ######################################################## RewriteRule ^app/ - [F,L,NC] RewriteRule ^bootstrap/ - [F,L,NC] RewriteRule ^config/ - [F,L,NC] RewriteRule ^database/ - [F,L,NC] RewriteRule ^resources/ - [F,L,NC] RewriteRule ^routes/ - [F,L,NC] RewriteRule ^vendor/ - [F,L,NC] RewriteRule ^tests/ - [F,L,NC] RewriteRule ^node_modules/ - [F,L,NC] # Block storage except public (backup protection) RewriteCond %{REQUEST_URI} ^/storage/ [NC] RewriteCond %{REQUEST_URI} !^/storage/app/public/ [NC] RewriteRule ^storage/ - [F,L] ######################################################## # 4. HANDLE AUTHORIZATION HEADERS ######################################################## RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteCond %{HTTP:X-XSRF-Token} . RewriteRule .* - [E=HTTP_X_XSRF_TOKEN:%{HTTP:X-XSRF-Token}] ######################################################## # 5. REDIRECT TO PUBLIC FOLDER ######################################################## # Don't rewrite if already in public RewriteCond %{REQUEST_URI} !^/public/ # Don't rewrite actual files/directories in root (if any) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Redirect everything to public RewriteRule ^(.*)$ public/$1 [L] ######################################################## # 6. BLOCK HIDDEN FILES & DIRECTORIES ######################################################## Order allow,deny Deny from all # Block access to backup and temp files Order allow,deny Deny from all ######################################################## # 7. MIME TYPES & CHARSET ######################################################## AddDefaultCharset UTF-8 # Ensure proper MIME types AddType application/javascript .js AddType text/css .css AddType image/webp .webp AddType image/svg+xml .svg AddType application/font-woff2 .woff2 AddType application/font-woff .woff AddType application/x-font-ttf .ttf ######################################################## # 8. PERFORMANCE: COMPRESSION (GZIP) ######################################################## # Compress HTML, CSS, JavaScript, Text, XML and fonts AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE application/x-font AddOutputFilterByType DEFLATE application/x-font-opentype AddOutputFilterByType DEFLATE application/x-font-otf AddOutputFilterByType DEFLATE application/x-font-truetype AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE font/opentype AddOutputFilterByType DEFLATE font/otf AddOutputFilterByType DEFLATE font/ttf AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/xml # Remove browser bugs BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html Header append Vary User-Agent ######################################################## # 9. PERFORMANCE: BROWSER CACHING ######################################################## ExpiresActive On ExpiresDefault "access plus 1 month" # Images ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType image/webp "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType image/x-icon "access plus 1 year" # CSS & JavaScript ExpiresByType text/css "access plus 1 month" ExpiresByType application/javascript "access plus 1 month" ExpiresByType text/javascript "access plus 1 month" # Fonts ExpiresByType font/ttf "access plus 1 year" ExpiresByType font/otf "access plus 1 year" ExpiresByType font/woff "access plus 1 year" ExpiresByType font/woff2 "access plus 1 year" ExpiresByType application/font-woff "access plus 1 year" ExpiresByType application/font-woff2 "access plus 1 year" # Documents ExpiresByType application/pdf "access plus 1 month" ExpiresByType text/html "access plus 1 hour" # Cache control headers Header set Cache-Control "public, max-age=31536000, immutable" Header set Cache-Control "public, max-age=2592000" # Remove X-Powered-By header Header unset X-Powered-By Header always unset X-Powered-By ######################################################## # 10. SECURITY HEADERS ######################################################## # X-Frame-Options: Prevent clickjacking Header always set X-Frame-Options "SAMEORIGIN" # X-Content-Type-Options: Prevent MIME sniffing Header always set X-Content-Type-Options "nosniff" # X-XSS-Protection: Legacy XSS protection Header always set X-XSS-Protection "1; mode=block" # Referrer-Policy: Control referrer information Header always set Referrer-Policy "strict-origin-when-cross-origin" # Permissions-Policy: Restrict browser features Header always set Permissions-Policy "geolocation=(), microphone=(), camera=(), payment=(), usb=(), magnetometer=(), gyroscope=()" ######################################################## # 11. PHP SETTINGS (cPanel Shared Hosting) ######################################################## php_flag display_errors Off php_flag log_errors On php_value error_log logs/php_error.log php_value memory_limit 512M php_value upload_max_filesize 64M php_value post_max_size 64M php_value max_execution_time 120 php_value max_input_time 120 php_value max_input_vars 3000 php_flag session.cookie_httponly On php_flag session.cookie_secure On php_flag session.use_only_cookies On php_flag display_errors Off php_flag log_errors On php_value error_log logs/php_error.log php_value memory_limit 512M php_value upload_max_filesize 64M php_value post_max_size 64M php_value max_execution_time 120 ######################################################## # 12. DISABLE DIRECTORY BROWSING ######################################################## Options -Indexes ######################################################## # 13. PREVENT ACCESS TO SPECIFIC FILE TYPES ######################################################## Order allow,deny Deny from all