Edan Power
Blog Speak to an Expert

Upgrade your property with modern heat pump technology

Air source heat pumps (ASHPs) draw warmth from the outdoor air and amplify it using advanced refrigerant systems, allowing them to deliver heating and hot water even during extremely cold weather. They provide consistent performance for radiators, underfloor heating, and domestic hot water across a wide range of property types. For new developments or existing buildings, ASHPs offer a smarter, low-carbon alternative to traditional heating systems and help future-proof your energy setup.

Upgrade your property with modern heat pump technology

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

Experience lower ongoing energy costs

Air Source Heat Pumps (ASHPs) are engineered for exceptional efficiency, typically delivering multiple units of heat for every unit of electricity consumed. This advanced performance significantly reduces overall energy usage while maintaining consistent indoor comfort throughout the year.

By operating at lower flow temperatures and distributing heat evenly, ASHP systems minimise strain on components, leading to improved reliability and reduced maintenance requirements over time. The result is a dependable, future-ready heating solution with predictable long-term running costs.

For social housing providers, ASHP installations offer a powerful way to tackle fuel poverty and improve tenant wellbeing by reducing heating expenses. Commercial properties and new-build developments benefit from enhanced building efficiency, stronger EPC ratings, and improved sustainability credentials — helping meet modern regulatory standards and environmental targets.

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.

Cut carbon emissions faster and more effectively

Cut carbon emissions faster and more effectively

If your priority is reducing carbon output, ASHPs offer one of the quickest routes toward meaningful improvement. Their efficiency and compatibility with renewable electricity make them a strong option for properties targeting net-zero emissions.

Combining ASHPs with solar PV unlocks even greater benefits. Heat pumps can run using clean, on-site generated electricity, which helps lower your carbon footprint and reduces your energy bills at the same time.

Dependable, low-maintenance heating for peace of mind

With fewer mechanical components than traditional boilers, ASHPs are generally easier to look after and offer reliable long-term performance. Regular servicing ensures the system stays efficient and operates smoothly all year round.

Edanpower offers full operations and maintenance support, giving you confidence long after installation. As certified installers of Samsung heat pumps, we can provide extended warranty options and clear, simple user training so your system is used correctly from day one.

Dependable, low-maintenance heating for peace of mind
Access funding and government-backed support

Access funding and government-backed support

Many renewable heating projects qualify for government grants or incentive schemes. Edanpower can help identify relevant funding and guide you through the application process.

Schemes such as the Boiler Upgrade Scheme (BUS) and the Warm Homes: Social Housing Scheme (WH:SHF) can support installations in eligible properties. Social housing tenants may also access fully funded upgrades, including heat pumps, solar PV, and insulation, through the ECO4 programme.

Our experienced team can help you secure the support available to make your project more affordable.

Our renewable energy services

Edanpower delivers a complete range of renewable and energy-efficient solutions for homes and commercial buildings.

Our services include consultancy, system design, solar PV installation, EV charging infrastructure, battery storage, heat pumps, solar thermal, heat recovery solutions, and long-term monitoring. Our expert team ensures every project is completed efficiently and to the highest standard.

Our renewable energy services

Why choose Edanpower for your renewable energy project?

Teaming up with Edanpower means choosing a company committed to sustainability, reliable engineering, and first-class customer experience.

Everything handled in-house

Our qualified team manages surveys, design, installation, and ongoing support without relying on third-party contractors.

Focused on the best outcomes for your property

With extensive experience across multiple sectors, we develop tailored decarbonisation strategies that deliver real results.

Simple procurement options

Edanpower works with a number of established frameworks, making it straightforward for organisations to procure our services directly.

End-to-end support

From initial advice to long-term guidance, we’re here to help throughout your entire renewable energy journey.

Your specialists in renewable energy systems

We design, install, maintain, and repair a wide range of renewable technologies for both domestic and commercial properties.

Our engineers use the latest tools and techniques to ensure your system operates safely, efficiently, and sustainably.

Whether you’re upgrading a home or managing a large-scale project, Edanpower delivers reliable solutions you can trust. Contact us today to discuss your requirements.

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