{"product_id":"gateway-connect","title":"Gateway Connect","description":"\u003cbody\u003e\n\u003ch2\u003e\u003cstrong\u003eUltra-reliable home energy and environmental data. Intelligent insights that help you make the right decisions for your needs. Let’s go beyond merely ‘smart’.\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cdiv dir=\"ltr\"\u003e\n\u003cp\u003eIntroducing the Gateway Connect, Chameleon Technology’s most advanced home energy and environment data capturing device.\u003c\/p\u003e\n\u003cp\u003eThe 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.\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eGet personalised insights without having to dig through reams of energy data yourself with Chameleon’s sleek Gateway device, paired with the \u003cstrong\u003e\u003cspan style=\"color: rgb(115, 209, 0);\"\u003e\u003ca rel=\"noopener\" style=\"color: rgb(115, 209, 0);\" href=\"https:\/\/ivie.co.uk\/\" target=\"_blank\"\u003efree ivie app\u003c\/a\u003e\u003c\/span\u003e\u003c\/strong\u003e. 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.\u003c\/span\u003e\u003c\/p\u003e\n\u003cb id=\"docs-internal-guid-d086c0c1-7fff-e6d0-7dd0-fa4ad98e9370\"\u003e\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli style=\"color: rgb(0, 0, 0);\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eBest in class data\u003c\/strong\u003e - Gather live electricity, gas, humidity and temperature data with our market-leading, award-winning hardware capabilities.\u003cmeta charset=\"utf-8\"\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli dir=\"ltr\" style=\"color: rgb(0, 0, 0);\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eFlexible for all needs\u003c\/strong\u003e - Easy to set up and install, a simple plug-and-play device.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli dir=\"ltr\" style=\"color: rgb(0, 0, 0);\"\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eExcellent compatibility\u003c\/strong\u003e - Compatible with all UK SMETS2 meters, and backwards compatible with most SMETS1.\u003c\/span\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli dir=\"ltr\" style=\"color: rgb(0, 0, 0);\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eData delivery \u003c\/strong\u003e- 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.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli dir=\"ltr\" style=\"color: rgb(0, 0, 0);\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cstrong\u003eEnhanced connectivity\u003c\/strong\u003e - Custom-designed antenna and built-in 4G, with up to 99% UK coverage that connects to 4 different networks.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp dir=\"ltr\"\u003e\u003cem\u003e\u003cstrong\u003eIncludes FREE data delivery and insights for one year. \u003cbr\u003eData subscription required following the first 12 months – £1\/mth.\u003c\/strong\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003ch2 dir=\"ltr\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eSmart meter compatibility. \u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp dir=\"ltr\"\u003eBefore 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.\u003c\/p\u003e\n\u003c!-- Wrapper for accordion --\u003e\n\u003cdiv style=\"width: 100%; box-sizing: border-box;\"\u003e\n\u003c!-- iframe and accordion code --\u003e \n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003cstyle\u003e\n    .accordion-container {\n      width: 100%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    .accordion-item {\n      border: none;\n      border-radius: 12px;\n      margin-bottom: 10px;\n      overflow: hidden;\n      background-color: #f2f2f2;\n      box-sizing: border-box;\n      width: 100%;\n    }\n\n    .accordion-header {\n      background-color: transparent;\n      padding: 16px;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      transition: background-color 0.3s ease;\n      user-select: none;\n    }\n\n    .accordion-header:hover {\n      background-color: rgba(0, 0, 0, 0.02);\n    }\n\n    .accordion-title {\n      font-size: 20px;\n      font-weight: 600;\n      color: #333;\n      margin: 0;\n    }\n\n    .accordion-icon {\n      width: 24px;\n      height: 24px;\n      transition: opacity 0.2s ease;\n      flex-shrink: 0;\n      position: relative;\n    }\n\n    .accordion-icon svg {\n      position: absolute;\n      top: 0;\n      left: 0;\n      transition: opacity 0.2s ease;\n    }\n\n    .accordion-icon .plus-icon {\n      opacity: 1;\n    }\n\n    .accordion-icon .minus-icon {\n      opacity: 0;\n    }\n\n    .accordion-icon.active .plus-icon {\n      opacity: 0;\n    }\n\n    .accordion-icon.active .minus-icon {\n      opacity: 1;\n    }\n\n    .accordion-content {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.3s ease, padding 0.3s ease;\n      padding: 0 16px;\n    }\n\n    .accordion-content.active {\n      max-height: none;\n      padding: 16px;\n    }\n\n    .accordion-inner {\n      padding-bottom: 10px;\n    }\n  \u003c\/style\u003e\n\n\n  \u003cdiv class=\"accordion-container\"\u003e\n    \u003cdiv class=\"accordion-item\"\u003e\n      \u003cdiv class=\"accordion-header\" onclick=\"toggleAccordion(this)\"\u003e\n        \u003ch3 class=\"accordion-title\"\u003eCheck your smart meter compatibility\u003c\/h3\u003e\n        \u003cdiv class=\"accordion-icon\"\u003e\n          \u003csvg class=\"plus-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\n            \u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n          \u003csvg class=\"minus-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\n            \u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003cdiv class=\"accordion-inner\"\u003e\n          \u003c!-- Your iframe code goes here --\u003e\n          \u003cdiv style=\"width: 100%; height: 700px;\"\u003e\n            \u003ciframe src=\"https:\/\/presales.user.prod.chameleoncloud.co.uk\/\" style=\"width: 100%; height: 100%; border: none;\" allowfullscreen loading=\"lazy\"\u003e\n            \u003c\/iframe\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    function toggleAccordion(header) {\n      const content = header.nextElementSibling;\n      const icon = header.querySelector('.accordion-icon');\n      const isActive = content.classList.contains('active');\n      \n      \/\/ Close all accordions (optional - remove these lines if you want multiple open at once)\n      document.querySelectorAll('.accordion-content').forEach(item =\u003e {\n        item.classList.remove('active');\n      });\n      document.querySelectorAll('.accordion-icon').forEach(item =\u003e {\n        item.classList.remove('active');\n      });\n      \n      \/\/ Toggle current accordion\n      if (!isActive) {\n        content.classList.add('active');\n        icon.classList.add('active');\n      }\n    }\n  \u003c\/script\u003e\n\n\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Chameleon Technology","offers":[{"title":"Default Title","offer_id":50994683871573,"sku":"CB2040003","price":99.99,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0941\/3833\/5573\/files\/Gateway_Connect_4.png?v=1754295368","url":"https:\/\/shop.chameleontechnology.co.uk\/products\/gateway-connect","provider":"Chameleon Technology","version":"1.0","type":"link"}