Ultra-reliable home energy and environmental data. Intelligent insights that help you make the right decisions for your needs. Let’s go beyond merely ‘smart’. Introducing the Gateway Connect, Chameleon Technology’s most advanced home energy and environment data capturing device. The Gateway Connect gives you clarity instead of confusion. It tracks the key metrics for your home’s health – including energy usage, temperature and humidity data – to help you spot trends or issues before they arise. Get personalised insights without having to dig through reams of energy data yourself with Chameleon’s sleek Gateway device, paired with the free ivie app. Thanks to its super-stable 4G connectivity, simply plug in the device and follow the instructions to connect it to the app to have real-time insights in the palm of your hand. Best in class data - Gather live electricity, gas, humidity and temperature data with our market-leading, award-winning hardware capabilities. Flexible for all needs - Easy to set up and install, a simple plug-and-play device. Excellent compatibility - Compatible with all UK SMETS2 meters, and backwards compatible with most SMETS1. Data delivery - Every home is different. Our clever AI algorithms can break down where you could be saving energy and money, and even spot the potential for damp and mould issues before they arise. Enhanced connectivity - Custom-designed antenna and built-in 4G, with up to 99% UK coverage that connects to 4 different networks. Includes FREE data delivery and insights for one year. Data subscription required following the first 12 months – £1/mth. Smart meter compatibility. Before placing an order, please check that the smart meters at the property where the Gateway Connect will be installed are compatible using our simple Compatibility Checker below. .accordion-container { width: 100%; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0; padding: 0; box-sizing: border-box; } .accordion-item { border: none; border-radius: 12px; margin-bottom: 10px; overflow: hidden; background-color: #f2f2f2; box-sizing: border-box; width: 100%; } .accordion-header { background-color: transparent; padding: 16px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background-color 0.3s ease; user-select: none; } .accordion-header:hover { background-color: rgba(0, 0, 0, 0.02); } .accordion-title { font-size: 20px; font-weight: 600; color: #333; margin: 0; } .accordion-icon { width: 24px; height: 24px; transition: opacity 0.2s ease; flex-shrink: 0; position: relative; } .accordion-icon svg { position: absolute; top: 0; left: 0; transition: opacity 0.2s ease; } .accordion-icon .plus-icon { opacity: 1; } .accordion-icon .minus-icon { opacity: 0; } .accordion-icon.active .plus-icon { opacity: 0; } .accordion-icon.active .minus-icon { opacity: 1; } .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; padding: 0 16px; } .accordion-content.active { max-height: none; padding: 16px; } .accordion-inner { padding-bottom: 10px; } Check your smart meter compatibility function toggleAccordion(header) { const content = header.nextElementSibling; const icon = header.querySelector('.accordion-icon'); const isActive = content.classList.contains('active'); // Close all accordions (optional - remove these lines if you want multiple open at once) document.querySelectorAll('.accordion-content').forEach(item => { item.classList.remove('active'); }); document.querySelectorAll('.accordion-icon').forEach(item => { item.classList.remove('active'); }); // Toggle current accordion if (!isActive) { content.classList.add('active'); icon.classList.add('active'); } }