{"id":17602,"date":"2026-06-15T19:20:48","date_gmt":"2026-06-15T19:20:48","guid":{"rendered":"https:\/\/www.tab.si\/?page_id=17602"},"modified":"2026-06-18T17:17:26","modified_gmt":"2026-06-18T17:17:26","slug":"tab-e-leisure1","status":"publish","type":"page","link":"https:\/\/www.tab.si\/el\/tab-e-leisure1\/","title":{"rendered":"TAB e.leisure"},"content":{"rendered":"\n<style>\n  .tab-page { font-family: Roboto, sans-serif; color: #1a1a1a; max-width: 1100px; margin: 0 auto; }\n\n  \/* Hero *\/\n  .tab-hero { background: #f2f8f5; border-left: 5px solid #03994c; padding: 36px 40px; margin-bottom: 40px; }\n  .tab-hero h1 { font-size: 2.2em; color: #03994c; margin: 0 0 6px; letter-spacing: 1px; }\n  .tab-hero .tagline { font-size: 1.1em; color: #444; margin: 0 0 20px; font-style: italic; }\n  .tab-hero p { font-size: 1em; line-height: 1.8; color: #333; max-width: 820px; margin: 0; }\n\n  \/* Section titles *\/\n  .tab-section-title {\n    font-size: 1em; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;\n    color: #03994c; border-bottom: 2px solid #03994c; padding-bottom: 6px;\n    margin: 0 0 24px;\n  }\n\n  \/* Section blocks *\/\n  .tab-section { margin-bottom: 48px; }\n\n  \/* Product images row *\/\n  .tab-product-images {\n    display: flex; gap: 32px; align-items: center; justify-content: center;\n    flex-wrap: wrap; margin-bottom: 48px;\n  }\n  .tab-product-images img { max-width: 100%; height: auto; border-radius: 6px; }\n\n  \/* Application grid *\/\n  .tab-app-grid { display: flex; gap: 16px; flex-wrap: wrap; }\n  .tab-app-card {\n    flex: 1 1 calc(25% - 12px); min-width: 160px;\n    background: #f7fbf9; border: 1px solid #c8e6d4;\n    border-radius: 6px; padding: 20px 16px; box-sizing: border-box; text-align: center;\n  }\n  .tab-app-card img { width: 100px; height: 100px; object-fit: contain; display: block; margin: 0 auto 12px; }\n  .tab-app-card span { font-size: 0.9em; color: #333; line-height: 1.5; font-weight: 600; }\n\n  \/* Technology *\/\n  .tab-tech-grid {\n    display: flex; gap: 16px; flex-wrap: nowrap; justify-content: space-between;\n  }\n  .tab-tech-item {\n    flex: 1 1 0; text-align: center; background: #f2f8f5;\n    border-radius: 6px; padding: 20px 12px;\n  }\n  .tab-tech-icon { margin-bottom: 12px; }\n  .tab-tech-icon img { width: 80px; height: 80px; object-fit: contain; display: block; margin: 0 auto; }\n  .tab-tech-item span { display: block; font-size: 0.9em; font-weight: 600; color: #03994c; }\n\n  \/* Advantages *\/\n  .tab-adv-grid { display: flex; gap: 14px; flex-wrap: wrap; }\n  .tab-adv-item {\n    flex: 1 1 200px; display: flex; align-items: flex-start; gap: 10px;\n    background: #f7fbf9; border: 1px solid #c8e6d4; border-radius: 6px;\n    padding: 14px 16px; min-width: 180px; box-sizing: border-box;\n  }\n  .tab-adv-check { color: #03994c; font-size: 1.1em; flex-shrink: 0; margin-top: 2px; }\n  .tab-adv-item span { font-size: 0.9em; color: #333; line-height: 1.5; }\n\n  \/* Product model cards *\/\n  .tab-model-grid { display: flex; gap: 20px; flex-wrap: wrap; }\n  .tab-model-card {\n    flex: 1 1 280px; border: 2px solid #03994c; border-radius: 8px;\n    padding: 24px; box-sizing: border-box;\n  }\n  .tab-model-card h3 {\n    font-size: 1em; color: #03994c; font-weight: 700; text-transform: uppercase;\n    letter-spacing: 1px; margin: 0 0 16px; padding-bottom: 10px;\n    border-bottom: 1px solid #c8e6d4;\n  }\n  .tab-model-card p.tab-model-desc {\n    font-size: 0.88em; color: #555; line-height: 1.7; margin: 0 0 16px;\n  }\n  .tab-model-card ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }\n  .tab-model-card ul li { font-size: 0.88em; color: #333; line-height: 1.4; display: flex; align-items: center; gap: 10px; }\n  .tab-model-card ul li img { width: 50px; height: 50px; object-fit: contain; flex-shrink: 0; }\n  .tab-model-badge {\n    display: inline-block; margin-top: 16px; background: #f2f8f5;\n    border: 1px solid #03994c; border-radius: 4px; padding: 5px 12px;\n    font-size: 0.8em; color: #03994c; font-weight: 700; letter-spacing: 0.5px;\n  }\n  .tab-model-img { width: 100%; height: 180px; object-fit: contain; border-radius: 4px; margin-bottom: 16px; display: block; background: #e8f5ee; }\n\n  \/* Specs table \u2014 vertical two-column *\/\n  .tab-specs-wrap { max-width: 700px; }\n  .tab-specs-table { width: 100%; border-collapse: collapse; font-size: 0.9em; }\n  .tab-specs-table th {\n    background: #03994c; color: #fff; padding: 10px 14px;\n    text-align: left; font-weight: 600; letter-spacing: 0.5px;\n  }\n  .tab-specs-table td { padding: 9px 14px; border-bottom: 1px solid #d6ece0; color: #333; }\n  .tab-specs-table tr:nth-child(even) td { background: #f2f8f5; }\n  .tab-specs-table td:first-child { font-weight: 600; color: #03994c; white-space: nowrap; }\n\n  \/* Mobile app section *\/\n  .tab-app-feature-grid { display: flex; gap: 14px; flex-wrap: wrap; }\n  .tab-app-feature-item {\n    flex: 1 1 180px; background: #f7fbf9; border: 1px solid #c8e6d4;\n    border-radius: 6px; padding: 16px; box-sizing: border-box;\n    font-size: 0.9em; color: #333; line-height: 1.5; text-align: center;\n  }\n  .tab-app-feature-item img { width: 100px; height: 100px; object-fit: contain; display: block; margin: 0 auto 12px; }\n  .tab-app-feature-item strong { display: block; color: #03994c; margin-bottom: 4px; }\n\n  \/* Downloads *\/\n  .tab-downloads { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }\n  .tab-dl-btn {\n    display: inline-flex; align-items: center; gap: 7px;\n    background: #03994c; color: #fff; text-decoration: none;\n    padding: 10px 20px; border-radius: 4px; font-size: 0.88em;\n    font-weight: 700; letter-spacing: 0.5px; transition: background 0.2s;\n  }\n  .tab-dl-btn:hover { background: #027a3c; color: #fff; }\n  .tab-dl-btn svg { flex-shrink: 0; }\n\n  \/* Responsive *\/\n  @media (max-width: 700px) {\n    .tab-hero { padding: 24px 20px; }\n    .tab-hero h1 { font-size: 1.6em; }\n    .tab-tech-grid { flex-direction: column; }\n    .tab-tech-item { flex: 1 1 auto; width: 100%; }\n    .tab-app-card { flex: 1 1 100%; max-width: 100%; }\n    .tab-model-card { flex: 1 1 100%; }\n  }\n<\/style>\n\n<div class=\"tab-page\">\n\n  <!-- HERO -->\n  <div class=\"tab-hero\">\n    <h1>TAB e.leisure<\/h1>\n    <p class=\"tagline\">Ideal for applications where long lifespan, light weight, higher power, fast charging, and safety are key<\/p>\n    <p>TAB e.leisure batteries are designed for a wide range of stationary and motive power applications. Built with proven LiFePO&#x2084; technology renowned for its safety, stability, and long service life, they include an integrated Battery Management System (BMS) that protects against deep discharge, overcharge, and overheating &mdash; removing the need for external safety relays. Batteries are available in three variants: PREMIUM, RV, and CLEVER, each tailored to different connectivity and communication needs.<\/p>\n  <\/div>\n\n <!-- <div class=\"tab-hero\">\n    <h1>TAB e.leisure batteries in L3 box<\/h1>\n    <p class=\"tagline\">deliver exceptional energy capacity within a standard L3 casing format, making it an efficient solution for applications where space is limited.<\/p>\n    <p>With integrated battery monitoring, users can access real-time information such as voltage, current, temperature, state of charge, and remaining runtime via Bluetooth.<\/p>\n       <p style=\"margin-top:14px;\">Its advanced Smart BMS ensures safety, reliability, and ease of use, all housed in a lightweight and durable casing. Enhanced Bluetooth connectivity and premium A-grade prismatic cells provide dependable performance, making this battery an ideal choice for demanding leisure and auxiliary power applications. <\/p>\n  <\/div>-->\n\n  <!-- PRODUCT IMAGES -->\n  <div class=\"tab-product-images\">\n    <img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/eleisure.png\" alt=\"TAB e.leisure battery\" style=\"max-height:400px;\">\n  <\/div>\n  <div>\n <p>Batteries are manufactured using proven LiFePO\u2084 technology, renowned for its safety, stability, and long service life. The integrated Battery Management System (BMS) protects the battery against deep discharge, overcharge, and overheating, removing the need for any external safety relays. This makes installation simple and efficient. <\/p>\n       <p style=\"margin-top:14px;\">charge, and estimated remaining time. Users can access detailed performance data via compatible monitoring systems, communication interfaces (such as CAN or LIN and Bluetooth), or status indicators (LEDs).  <\/p>\n  <\/div>  \n       <p style=\"margin-top:14px;\">For operation in cold environments, the battery includes an integrated heating function that maintains optimal cell temperature for charging even in sub-zero conditions. This feature ensures that the cells always operate within their specified range, significantly extending the battery\u2019s lifespan. <\/p>\n  <\/div>  \n  <!-- MOBILE APP -->\n  \n\n  <div class=\"tab-section\">\n    <h2 class=\"tab-section-title\">Main features<\/h2>\n    <div class=\"tab-app-feature-grid\">\n      <div class=\"tab-app-feature-item\"><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_16.png\" alt=\"Voltage\"><strong>LONGER CYCLE LIFE<\/strong>Offers up to 20 times longer cycle life and five times longer float\/calendar life than lead acid battery, helping to minimize replacement cost and reduce total cost of ownership . <\/div>\n      <div class=\"tab-app-feature-item\"><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_17.png\" alt=\"Current\"><strong>LIGHTER WEIGHT<\/strong>About 40% of the weight of a comparable lead acid battery. A &#8216;drop in&#8217; replacement for lead acid batteries. <\/div>\n      <div class=\"tab-app-feature-item\"><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_18.png\" alt=\"Temperature\"><strong>HIGHER POWER<\/strong>Delivers twice power of lead acid battery, even high discharge rate, while maintaining high energy capacity. <\/div>\n      <div class=\"tab-app-feature-item\"><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_19.png\" alt=\"State of Charge\"><strong>WIDER TEMPERATURE RANGE<\/strong>-20\u00b0C~ 60\u00b0C. <\/div>\n      <div class=\"tab-app-feature-item\"><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_20.png\" alt=\"Remaining Runtime\"><strong>SUPERIOR SAFETY<\/strong>Lithium lron Phosphate chemistry eliminates the risk of ex\u00adplosion or combustion due to high impact<\/div>\n    <\/div>\n  <\/div>\n  <!-- APPLICATION -->\n  <div class=\"tab-section\">\n    <h2 class=\"tab-section-title\">Application<\/h2>\n    <div class=\"tab-app-grid\">\n      <div class=\"tab-app-card\"><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_7.png\" alt=\"Solar &amp; Storage Systems\"><span>Solar &amp; Storage Systems<\/span><\/div>\n      <div class=\"tab-app-card\"><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_21.png\" alt=\"UPS &amp; Backup Power\"><span>UPS &amp; Backup Power<\/span><\/div>\n      <div class=\"tab-app-card\"><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_8.png\" alt=\"Telecommunications\"><span>Telecommunications<\/span><\/div>\n      <div class=\"tab-app-card\"><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_10.png\" alt=\"Lightning\"><span>Lightning<\/span><\/div>\n      <div class=\"tab-app-card\"><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_11.png\" alt=\"RV &amp; Caravan\"><span>RV &amp; Caravan<\/span><\/div>\n      <div class=\"tab-app-card\"><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_15.png\" alt=\"Cleaning Machines\"><span>Cleaning Machines<\/span><\/div>\n      <div class=\"tab-app-card\"><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_14.png\" alt=\"Marine\"><span>Marine<\/span><\/div>\n      <div class=\"tab-app-card\"><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_12.png\" alt=\"Wheelchairs\"><span>Wheelchairs<\/span><\/div>\n      <div class=\"tab-app-card\"><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_13.png\" alt=\"Golf Cars\"><span>Golf Cars<\/span><\/div>\n    <\/div>\n  <\/div>\n\n  <!-- PRODUCT MODELS -->\n  <div class=\"tab-section\">\n    <h2 class=\"tab-section-title\">Product Models<\/h2>\n    <div class=\"tab-model-grid\">\n\n      <div class=\"tab-model-card\">\n        <img decoding=\"async\" class=\"tab-model-img\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/eleisurePremium.png\" alt=\"TAB e.leisure PREMIUM\">\n        <h3>TAB e.leisure PREMIUM<\/h3>\n        <p class=\"tab-model-desc\">Designed for demanding users who require maximum power and capacity. Utilizes CAN and LIN connections to enable simultaneous operation of serially or parallel-connected batteries. Ideal for marine, golf cart, forklift, inverters, and MPPT\/solar panels for energy storage (BESS).<\/p>\n        <ul>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/LV_4-1.png\" alt=\"\">Technology \u2013 LiFePO4<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/LV_5-1.png\" alt=\"\">Developed and manufactured exclusively in our own technologically integrated facility in Slovenia (EU)<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_23.png\" alt=\"\">LIN Communication<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_24.png\" alt=\"\">BLE &ndash; Bluetooth (TAB Li-Ion app)<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_25.png\" alt=\"\">Up to 4 batteries in series (up to 48V)<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_25.png\" alt=\"\">Up to 8 batteries in parallel (up to 800Ah)<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_26.png\" alt=\"\">Certifications: UN38.3, UN ECE R10.06<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_27.png\" alt=\"\">Approved by OEMs<\/li>\n        <\/ul>\n        <span class=\"tab-model-badge\">PREMIUM<\/span>\n      <\/div>\n\n      <div class=\"tab-model-card\">\n        <img decoding=\"async\" class=\"tab-model-img\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/eleisureRv.png\" alt=\"TAB e.leisure RV\">\n        <h3>TAB e.leisure RV<\/h3>\n        <p class=\"tab-model-desc\">Specifically designed for RV and caravan users. Compact battery with CAN and LIN communication for seamless integration with vehicles or backup power inverters. Highly recommended for advanced applications that support CAN\/LIN communication.<\/p>\n        <ul>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/LV_4-1.png\" alt=\"\">Technology \u2013 LiFePO4<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/LV_5-1.png\" alt=\"\">Developed and manufactured exclusively in our own technologically integrated facility in Slovenia (EU)<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_22.png\" alt=\"\">1&times; ISO CAN Communication<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_23.png\" alt=\"\">LIN Communication<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_24.png\" alt=\"\">BLE &ndash; Bluetooth (TAB Li-Ion app)<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_25.png\" alt=\"\">Available with L+ for easier assembly<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_26.png\" alt=\"\">Certifications: UN38.3, UN ECE R10.06<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_27.png\" alt=\"\">Approved by OEMs<\/li>\n        <\/ul>\n        <span class=\"tab-model-badge\">RV<\/span>\n      <\/div>\n\n      <div class=\"tab-model-card\">\n        <img decoding=\"async\" class=\"tab-model-img\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/eleisureClever.png\" alt=\"TAB e.leisure CLEVER\">\n        <h3>TAB e.leisure CLEVER<\/h3>\n        <p class=\"tab-model-desc\">Designed for budget-conscious users who want to monitor key data in real time via Bluetooth using the TAB Li-Ion Batteries app. Ideal for various applications &mdash; reliable, cost-effective energy solution with extended lifespan.<\/p>\n        <ul>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/LV_4-1.png\" alt=\"\">Technology \u2013 LiFePO4<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/LV_5-1.png\" alt=\"\">Developed and manufactured exclusively in our own technologically integrated facility in Slovenia (EU)<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_24.png\" alt=\"\">BLE &ndash; Bluetooth (TAB Li-Ion app)<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_26.png\" alt=\"\">Certifications: UN38.3, UN ECE R10.06<\/li>\n          <li><img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/Icons_Leisure_27.png\" alt=\"\">Approved by OEMs<\/li>\n        <\/ul>\n        <span class=\"tab-model-badge\">CLEVER<\/span>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n\n\n  <!-- TECHNICAL SPECIFICATIONS -->\n  <div class=\"tab-section\">\n    <h2 class=\"tab-section-title\">Technical Specifications<\/h2>\n    <p style=\"font-size:0.88em;color:#555;margin-bottom:16px;\">All TAB e.leisure models (PREMIUM, RV, CLEVER) share the following specifications.<\/p>\n    <div class=\"tab-specs-wrap\">\n      <table class=\"tab-specs-table\">\n        <thead>\n          <tr>\n            <th>Parameter<\/th>\n            <th>Value<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td>Rated Voltage<\/td><td>12 V<\/td><\/tr>\n          <tr><td>Capacity @ 0.5C \/ 25&#xB0;C<\/td><td>106 Ah<\/td><\/tr>\n          <tr><td>Cells Configuration<\/td><td>4S1P<\/td><\/tr>\n          <tr><td>Nominal Voltage<\/td><td>12.8 V<\/td><\/tr>\n          <tr><td>Max Voltage<\/td><td>14.6 V<\/td><\/tr>\n          <tr><td>Min Voltage<\/td><td>11.2 V<\/td><\/tr>\n          <tr><td>Min Voltage &ndash; Cut-Off<\/td><td>10 V<\/td><\/tr>\n          <tr><td>Charge Voltage<\/td><td>14.2 V &ndash; 14.6 V<\/td><\/tr>\n          <tr><td>Energy<\/td><td>1356 Wh<\/td><\/tr>\n          <tr><td>Max Continuous Charging Current<\/td><td>100 A<\/td><\/tr>\n          <tr><td>Max Continuous Discharge Current<\/td><td>100 A<\/td><\/tr>\n          <tr><td>Peak Current (10 s) &ndash; Charge\/Discharge<\/td><td>200 A<\/td><\/tr>\n          <tr><td>Operating Temperature &ndash; Charge<\/td><td>-20&#xB0;C ~ 55&#xB0;C<\/td><\/tr>\n          <tr><td>Operating Temperature &ndash; Discharge<\/td><td>-20&#xB0;C ~ 55&#xB0;C<\/td><\/tr>\n          <tr><td>Storage Temperature (Short Term)<\/td><td>-20&#xB0;C ~ 60&#xB0;C<\/td><\/tr>\n          <tr><td>Storage Temperature (Long Term)<\/td><td>0&#xB0;C ~ 35&#xB0;C<\/td><\/tr>\n          <tr><td>SoC Display<\/td><td>LEDs \/ LCD \/ Mobile App<\/td><\/tr>\n          <tr><td>Communication (PREMIUM)<\/td><td>CAN, RS-485, LIN, Bluetooth<\/td><\/tr>\n          <tr><td>Communication (RV)<\/td><td>CAN, LIN, Bluetooth<\/td><\/tr>\n          <tr><td>Communication (CLEVER)<\/td><td>Bluetooth<\/td><\/tr>\n          <tr><td>Expected Lifetime<\/td><td>6000 cycles @ 25&#xB0;C<\/td><\/tr>\n          <tr><td>Dimensions (W&times;L&times;H)<\/td><td>278&times;175&times;190 mm (DIN H6\/LN3)<\/td><\/tr>\n          <tr><td>Weight<\/td><td>11 kg<\/td><\/tr>\n          <tr><td>Case Material<\/td><td>PC\/ABS NH-1015<\/td><\/tr>\n          <tr><td>IP Protection<\/td><td>IP65<\/td><\/tr>\n          <tr><td>Cell Type<\/td><td>Prismatic<\/td><\/tr>\n          <tr><td>Cell Chemistry<\/td><td>LiFePO&#x2084;<\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/div>\n  <div class=\"tab-section\">\n    <h2 class=\"tab-section-title\">Mobile App<\/h2>\n     <div class=\"tab-product-images\">\n        <img decoding=\"async\" src=\"https:\/\/www.tab.si\/wp-content\/uploads\/2026\/06\/mobile.png\" alt=\"TAB e.leisure battery\">\n     <\/div>\n  <\/div>\n\n  <!-- DOWNLOADS -->\n  <div class=\"tab-section\">\n    <h2 class=\"tab-section-title\">Downloads<\/h2>\n    <div class=\"tab-downloads\">\n      <a href=\"#\" class=\"tab-dl-btn\">\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/><polyline points=\"7 10 12 15 17 10\"\/><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n        <\/svg>\n        Catalogue\n      <\/a>\n      <a href=\"#\" class=\"tab-dl-btn\">\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/><polyline points=\"7 10 12 15 17 10\"\/><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n        <\/svg>\n        TDS &ndash; PREMIUM\n      <\/a>\n      <a href=\"#\" class=\"tab-dl-btn\">\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/><polyline points=\"7 10 12 15 17 10\"\/><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n        <\/svg>\n        TDS &ndash; RV\n      <\/a>\n      <a href=\"#\" class=\"tab-dl-btn\">\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/><polyline points=\"7 10 12 15 17 10\"\/><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n        <\/svg>\n        TDS &ndash; CLEVER\n      <\/a>\n    <\/div>\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>TAB e.leisure Ideal for applications where long lifespan, light weight, higher power, fast charging, and safety are key TAB e.leisure batteries are designed for a wide range of stationary and motive power applications. Built with proven LiFePO&#x2084; technology renowned for its safety, stability, and long service life, they include an integrated Battery Management System (BMS) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/www.tab.si\/el\/wp-json\/wp\/v2\/pages\/17602"}],"collection":[{"href":"https:\/\/www.tab.si\/el\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.tab.si\/el\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.tab.si\/el\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tab.si\/el\/wp-json\/wp\/v2\/comments?post=17602"}],"version-history":[{"count":10,"href":"https:\/\/www.tab.si\/el\/wp-json\/wp\/v2\/pages\/17602\/revisions"}],"predecessor-version":[{"id":17729,"href":"https:\/\/www.tab.si\/el\/wp-json\/wp\/v2\/pages\/17602\/revisions\/17729"}],"wp:attachment":[{"href":"https:\/\/www.tab.si\/el\/wp-json\/wp\/v2\/media?parent=17602"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}