.ftr-lp{ /* ———- PALETTE (mit Elementor > Global Colors abgleichen) ———- */ –ftr-cyan:#00a0df; –ftr-heading:#1a79b0; –ftr-navy:#10304a; –ftr-tint:#e9f4fb; –ftr-text:#3b4751; /* ———————————————————————– */ –ftr-line:rgba(16,48,74,.14); –ftr-maxw:1160px; –ftr-gap:clamp(2.75rem,6vw,5.5rem); –ftr-radius:10px; color:var(–ftr-text); line-height:1.65; } /* Verhindert eine waagerechte Scrollleiste durch die Full-Bleed-Abschnitte. Falls das im Theme Probleme macht, kann diese eine Zeile entfallen. */ body{overflow-x:clip;} .ftr-lp *,.ftr-lp *::before,.ftr-lp *::after{box-sizing:border-box;} .ftr-lp img{max-width:100%;height:auto;display:block;} .ftr-lp section{padding-block:var(–ftr-gap);} .ftr-lp .ftr-wrap{max-width:var(–ftr-maxw);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem);} .ftr-lp h1,.ftr-lp h2,.ftr-lp h3{color:var(–ftr-heading);line-height:1.18;margin:0 0 .55em;} .ftr-lp h1{font-size:clamp(1.9rem,4vw,2.95rem);font-weight:700;} .ftr-lp h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;} .ftr-lp h3{font-size:clamp(1.08rem,1.8vw,1.38rem);font-weight:700;} .ftr-lp p{margin:0 0 1.1em;max-width:68ch;} .ftr-lp .ftr-tinted{background:var(–ftr-tint);} .ftr-lp .ftr-center{text-align:center;} .ftr-lp .ftr-center p{margin-inline:auto;} .ftr-lp .ftr-kicker{font-size:.95rem;font-weight:600;color:var(–ftr-cyan);margin:0 0 .5em;} .ftr-lp .ftr-lead{font-size:clamp(1.05rem,1.5vw,1.22rem);} /* Scan-Satz: der eine Satz, den man im Vorbeiscrollen mitnimmt */ .ftr-lp .ftr-scan{font-weight:700;color:var(–ftr-navy);font-size:clamp(1.02rem,1.5vw,1.15rem);} .ftr-lp .ftr-rounded{border-radius:var(–ftr-radius);overflow:hidden;} /* Volle Fensterbreite: bricht aus dem Elementor-Container aus. Der Inhalt bleibt ueber .ftr-wrap mittig begrenzt. */ .ftr-lp .ftr-bleed{margin-left:calc(50% – 50vw);margin-right:calc(50% – 50vw);padding-inline:0;} /* Falls die Abschnitte trotzdem nicht ueber die volle Breite laufen, hat ein Elementor-Container darueber “overflow: hidden” oder einen Innenabstand. Dann im Container unter Erweitert die Innenabstaende auf 0 setzen und Overflow auf Standard stellen. */ .ftr-lp .ftr-note{font-size:.9rem;color:rgba(59,71,81,.8);} /* Buttons */ .ftr-lp .ftr-btn{ display:inline-block;padding:.9em 2.1em;border-radius:6px; background:var(–ftr-navy);color:#fff;text-decoration:none; font-weight:600;border:2px solid var(–ftr-navy); } .ftr-lp .ftr-btn:hover{background:transparent;color:var(–ftr-navy);} .ftr-lp .ftr-btn–ghost{background:transparent;color:var(–ftr-navy);border-color:var(–ftr-line);} .ftr-lp .ftr-btn–ghost:hover{border-color:var(–ftr-navy);} .ftr-lp .ftr-btns{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;} .ftr-lp a:focus-visible,.ftr-lp summary:focus-visible,.ftr-lp button:focus-visible{outline:3px solid var(–ftr-cyan);outline-offset:3px;} /* Checkliste */ .ftr-lp .ftr-checks{list-style:none;margin:0 0 1.8em;padding:0;} .ftr-lp .ftr-checks li{position:relative;padding-left:1.9em;margin-bottom:.7em;} .ftr-lp .ftr-checks li::before{ content:””;position:absolute;left:0;top:.42em;width:1.05em;height:.55em; border-left:3px solid var(–ftr-cyan);border-bottom:3px solid var(–ftr-cyan); transform:rotate(-45deg); } /* Hero */ .ftr-lp .ftr-hero{padding-top:0;} .ftr-lp .ftr-hero__banner{margin-bottom:clamp(1.75rem,4vw,3rem);} /* Bild fuellt die volle Breite und wird mittig beschnitten, statt verzerrt zu werden. Hinweis: Die aktuelle Datei ist nur 1024 px breit und wirkt auf grossen Monitoren unscharf. Fuer den Livegang ein Motiv mit ca. 2560 px einsetzen. */ .ftr-lp .ftr-hero__banner img{width:100%;height:clamp(170px,24vw,340px);object-fit:cover;object-position:center;} .ftr-lp .ftr-hero__grid{display:grid;gap:clamp(1.5rem,4vw,3.25rem);grid-template-columns:1fr;align-items:center;} @media(min-width:880px){.ftr-lp .ftr-hero__grid{grid-template-columns:1.05fr .95fr;}} .ftr-lp .ftr-hero__media{background:var(–ftr-tint);border-radius:var(–ftr-radius);padding:clamp(1.25rem,3vw,2.25rem);} /* Logostreifen */ .ftr-lp .ftr-logos{padding-block:clamp(1.5rem,3vw,2.5rem);} .ftr-lp .ftr-logos__head{text-align:center;font-size:.95rem;margin-bottom:1.2em;} .ftr-lp .ftr-logos__strip{display:flex;flex-wrap:wrap;gap:clamp(.75rem,2vw,1.9rem);justify-content:center;align-items:center;} .ftr-lp .ftr-logos__strip img{max-height:44px;width:auto;filter:grayscale(1);opacity:.7;} /* Kennzahlen-Band */ .ftr-lp .ftr-band{background:var(–ftr-cyan);color:#fff;} .ftr-lp .ftr-band__grid{display:grid;gap:2rem;grid-template-columns:1fr;text-align:center;} @media(min-width:720px){.ftr-lp .ftr-band__grid{grid-template-columns:repeat(3,1fr);}} .ftr-lp .ftr-band__num{display:block;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:700;line-height:1.1;margin-bottom:.25em;} .ftr-lp .ftr-band p{margin:0;font-size:.97rem;max-width:34ch;margin-inline:auto;} /* Zahl-Callout */ .ftr-lp .ftr-figure{border-left:4px solid var(–ftr-cyan);padding:1.1rem 0 1.1rem 1.5rem;margin:0 0 1.5rem;} .ftr-lp .ftr-figure__num{display:block;font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(–ftr-heading);line-height:1.05;} .ftr-lp .ftr-figure__cap{display:block;font-size:.95rem;} /* Szenario */ .ftr-lp .ftr-scenario{background:#fff;border-left:4px solid var(–ftr-cyan);border-radius:var(–ftr-radius); padding:clamp(1.25rem,3vw,1.9rem);box-shadow:0 2px 14px rgba(16,48,74,.07);max-width:62ch;} .ftr-lp .ftr-scenario p:last-child{margin-bottom:0;} /* Tabellen */ .ftr-lp .ftr-tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(–ftr-radius);} .ftr-lp table{border-collapse:collapse;width:100%;min-width:660px;font-size:.97rem;background:#fff;} .ftr-lp table:not(.ftr-specs){table-layout:fixed;} .ftr-lp thead th:first-child{width:22%;} .ftr-lp thead th:not(:first-child){width:26%;} .ftr-lp th,.ftr-lp td{padding:.85em 1em;text-align:left;border-bottom:1px solid var(–ftr-line);vertical-align:top;} .ftr-lp thead th{background:var(–ftr-navy);color:#fff;font-weight:600;border-bottom:none;} .ftr-lp tbody th{font-weight:600;color:var(–ftr-heading);width:22%;} .ftr-lp .ftr-col-own{background:rgba(0,160,223,.09);} .ftr-lp table.ftr-specs{min-width:0;} .ftr-lp table.ftr-specs th{width:44%;} .ftr-lp table.ftr-specs tbody tr:nth-child(odd) td, .ftr-lp table.ftr-specs tbody tr:nth-child(odd) th{background:rgba(0,160,223,.05);} /* Karten */ .ftr-lp .ftr-cards{display:grid;gap:clamp(1.25rem,3vw,2rem);grid-template-columns:1fr;} @media(min-width:780px){.ftr-lp .ftr-cards–3{grid-template-columns:repeat(3,1fr);}} @media(min-width:760px){.ftr-lp .ftr-cards–2{grid-template-columns:repeat(2,1fr);}} .ftr-lp .ftr-card{background:#fff;border-radius:var(–ftr-radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 14px rgba(16,48,74,.07);} .ftr-lp .ftr-card__body{padding:1.5rem;display:flex;flex-direction:column;flex:1;} .ftr-lp .ftr-card__tag{font-size:.85rem;font-weight:600;color:var(–ftr-cyan);margin:0 0 .35em;} .ftr-lp .ftr-card p{font-size:.97rem;} .ftr-lp .ftr-card__link{margin-top:auto;font-weight:600;color:var(–ftr-heading);text-decoration:none;border-bottom:2px solid var(–ftr-cyan);align-self:flex-start;padding-bottom:2px;} /* Schritte */ .ftr-lp .ftr-steps{list-style:none;counter-reset:s;margin:0 0 1.8em;padding:0;} .ftr-lp .ftr-steps li{counter-increment:s;position:relative;padding-left:3rem;margin-bottom:1.1em;} .ftr-lp .ftr-steps li::before{ content:counter(s);position:absolute;left:0;top:0;width:2.1rem;height:2.1rem; border-radius:50%;background:var(–ftr-cyan);color:#fff;font-weight:700; display:flex;align-items:center;justify-content:center;font-size:.95rem; } .ftr-lp .ftr-steps strong{color:var(–ftr-heading);display:block;} /* Split */ .ftr-lp .ftr-split{display:grid;gap:clamp(1.5rem,4vw,3.25rem);grid-template-columns:1fr;align-items:center;} @media(min-width:880px){.ftr-lp .ftr-split{grid-template-columns:1fr 1fr;}} @media(min-width:880px){.ftr-lp .ftr-split–flip>*:first-child{order:2;}} /* Statement-Block */ .ftr-lp .ftr-statement{background:var(–ftr-navy);color:#fff;} .ftr-lp .ftr-statement h2{color:#fff;font-size:clamp(1.4rem,2.8vw,2.05rem);text-transform:uppercase;line-height:1.25;} .ftr-lp .ftr-statement p{color:rgba(255,255,255,.88);} .ftr-lp .ftr-statement .ftr-scan{color:#fff;} .ftr-lp .ftr-statement .ftr-checks li::before{border-color:#fff;} .ftr-lp .ftr-statement .ftr-btn{background:#fff;color:var(–ftr-navy);border-color:#fff;} .ftr-lp .ftr-statement .ftr-btn:hover{background:transparent;color:#fff;} /* Zitat */ .ftr-lp .ftr-quote{background:#fff;border-radius:var(–ftr-radius);padding:clamp(1.5rem,3vw,2.25rem);box-shadow:0 2px 14px rgba(16,48,74,.07);} .ftr-lp .ftr-quote blockquote{font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.4;margin:0 0 1rem;color:var(–ftr-heading);} .ftr-lp .ftr-quote__by{display:flex;align-items:center;gap:.9rem;font-size:.95rem;} .ftr-lp .ftr-quote__by img{width:58px;height:58px;border-radius:50%;object-fit:cover;flex:none;} /* Konfigurator */ .ftr-lp .ftr-conf{background:#fff;border-radius:var(–ftr-radius);padding:clamp(1.4rem,3vw,2rem);box-shadow:0 2px 14px rgba(16,48,74,.07);} .ftr-lp .ftr-conf__q{font-weight:600;color:var(–ftr-heading);margin:0 0 .6rem;} .ftr-lp .ftr-conf__opts{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.3rem;} .ftr-lp .ftr-conf__opts button{ font:inherit;font-size:.95rem;cursor:pointer;padding:.55em 1.15em;border-radius:99px; border:2px solid var(–ftr-line);background:transparent;color:var(–ftr-text); } .ftr-lp .ftr-conf__opts button[aria-pressed=”true”]{background:var(–ftr-cyan);border-color:var(–ftr-cyan);color:#fff;} .ftr-lp .ftr-conf__out{background:var(–ftr-tint);border-radius:8px;padding:1rem 1.2rem;font-size:.97rem;} .ftr-lp .ftr-conf__out strong{color:var(–ftr-heading);} /* FAQ */ .ftr-lp .ftr-faq{max-width:900px;margin-inline:auto;text-align:left;} .ftr-lp details{background:#fff;border-radius:var(–ftr-radius);margin-bottom:.6rem;box-shadow:0 1px 8px rgba(16,48,74,.06);} .ftr-lp summary{cursor:pointer;list-style:none;padding:1.1em 3em 1.1em 1.3em;position:relative;font-weight:600;color:var(–ftr-heading);} .ftr-lp summary::-webkit-details-marker{display:none;} .ftr-lp summary::after{ content:””;position:absolute;right:1.3em;top:1.45em;width:.6em;height:.6em; border-right:2px solid var(–ftr-cyan);border-bottom:2px solid var(–ftr-cyan); transform:rotate(45deg);transition:transform .2s ease; } .ftr-lp details[open] summary::after{transform:rotate(-135deg);} .ftr-lp details p{padding:0 1.3em 1.2em;margin:0;} @media(prefers-reduced-motion:reduce){.ftr-lp *{transition:none!important;}} /* HubSpot-Formular an die Seitenoptik angleichen */ .ftr-lp .ftr-hsform{background:#fff;border-radius:var(–ftr-radius);padding:clamp(1.3rem,3vw,2rem);box-shadow:0 2px 14px rgba(16,48,74,.07);} .ftr-lp .ftr-hsform form{margin:0;} .ftr-lp .ftr-hsform label{display:block;font-weight:600;color:var(–ftr-heading);font-size:.95rem;margin-bottom:.35rem;} .ftr-lp .ftr-hsform input[type=text],.ftr-lp .ftr-hsform input[type=email], .ftr-lp .ftr-hsform input[type=tel],.ftr-lp .ftr-hsform input[type=number], .ftr-lp .ftr-hsform select,.ftr-lp .ftr-hsform textarea{ font:inherit;width:100%;padding:.6em .8em;border:2px solid var(–ftr-line); border-radius:6px;background:#fff;color:var(–ftr-text); } .ftr-lp .ftr-hsform input:focus,.ftr-lp .ftr-hsform select:focus,.ftr-lp .ftr-hsform textarea:focus{border-color:var(–ftr-cyan);outline:none;} .ftr-lp .ftr-hsform .hs-form-field{margin-bottom:1rem;} .ftr-lp .ftr-hsform .hs-error-msg,.ftr-lp .ftr-hsform .hs-error-msgs label{color:#c0392b;font-weight:400;font-size:.88rem;} .ftr-lp .ftr-hsform .hs-button,.ftr-lp .ftr-hsform input[type=submit]{ font:inherit;cursor:pointer;padding:.9em 2.1em;border-radius:6px; background:var(–ftr-navy);color:#fff;font-weight:600;border:2px solid var(–ftr-navy);width:auto; } .ftr-lp .ftr-hsform .hs-button:hover,.ftr-lp .ftr-hsform input[type=submit]:hover{background:transparent;color:var(–ftr-navy);} .ftr-lp .ftr-hsform .legal-consent-container{font-size:.85rem;} .ftr-lp .ftr-hsform .hs-form-booleancheckbox label, .ftr-lp .ftr-hsform .inputs-list label{font-weight:400;color:var(–ftr-text);display:inline;} /* Kontakt */ .ftr-lp .ftr-person{display:flex;gap:1rem;align-items:center;margin-bottom:1.25rem;} .ftr-lp .ftr-person img{width:84px;height:84px;border-radius:50%;object-fit:cover;flex:none;} .ftr-lp .ftr-person strong{color:var(–ftr-heading);} /* Platzhalter, vor Livegang entfernen */ .ftr-lp .ftr-ph{ border:2px dashed var(–ftr-cyan);background:var(–ftr-tint);border-radius:var(–ftr-radius); display:flex;align-items:center;justify-content:center;text-align:center; padding:1.5rem;font-size:.9rem;min-height:220px; }
Tubetrap 2.0 Digital Percussion Trap Emitter in Professional Use

For pest control professionals and businesses subject to reporting requirements

Digital snap traps that switch between trapping and monitoring

A trap that alerts you as soon as it’s triggered. You only go to the locations where something has actually happened. Switching modes, analyzing data, and documenting results are all done via the app—remotely—for individual traps or entire sites.

  • You’ll be notified of every catch immediately, not just during the next inspection round. A sensor triggers the trap and alerts you at the very same moment.
  • On the weekend, the trap monitors instead of catching. It detects rodents and alerts you, but does not trigger the alarm. The system is switched on or off remotely.
  • No hassle with your IT. Each trap communicates via its own SIM card. No Wi-Fi, no additional devices, and no approval required from the customer’s IT department.
Close-up of a digital trap with a sensor and wireless module

Over 150,000 Emitter® devices in use by partners who trust us

A Quick Explanation: What Is a Digital Snap Trap?

A standard snap trap that also has a sensor and a wireless connection.

It works just like a traditional snap trap. The difference comes afterward: Instead of someone walking by to check, the trap itself reports that it has been triggered. The notification arrives on the cell phone and in the portal within seconds, along with the location and time. This simultaneously takes care of the documentation that is required during inspections anyway.

Not to be confused with an electronic rat trap: That one kills the rat with an electric shock and indicates a catch via a light on the device, visible only to the person standing right in front of it.

Friday night, 10 p.m., raw materials warehouse.

A trap goes off. So far, this has been noticed during the Monday morning rounds; in the worst-case scenario, it’s noticed two days later.

Once a trap report is submitted, the event appears immediately on the portal. If you don’t want to send anyone out over the weekend, set the traps to “monitoring” mode for Saturday and Sunday: they’ll then report any movement but won’t trigger. By Monday morning, it’s clear where activity occurred and where to go first.

The True Cost of Inspecting Empty Traps

It’s not the catch that costs money—it’s the journey to get there.

With traditional snap traps and bait stations, each trap is inspected, opened, documented, and closed again—regardless of whether anything has happened. In large properties, these rounds take up the majority of service time.

About 34 hours Each year, your technicians travel to stations where nothing has happened. Sample calculation for a site with 60 monitoring points and monthly inspections: 3 minutes per point equals 36 hours of pure inspection time, plus 9 hours of travel and setup time.

Added to this is the need for proof. Anyone who needs to reduce rodenticide use or works in sensitive areas needs alternatives that are still fully documented. Today, a professional rat trap must do both: capture rats safely and provide proof of capture.

Catch reports on a smartphone instead of manually checking each trap

What Will Change Specifically

The benefits differ for service providers and businesses.

For Pest Control Professionals

More projects with the same team

  • Calls will now only be made in the event of an actual incident
  • Reports are generated automatically; there’s no need to type out checklists
  • Respond to an infestation within minutes rather than waiting until the next treatment cycle
  • A selling point in the offer compared to competitors who still use analog methods

For businesses subject to reporting requirements

Audit-ready documentation without paper files

  • Every event, with location and timestamp, accessible at any time
  • Fewer unauthorized persons in production and warehouse areas
  • Your own free access to the portal—you can read it yourself
  • Less Toxic Substances in Operations Because Monitoring Targets Their Use

Mechanical trap, electronic trap, or digital snap trap?

The three types differ less in the catch itself than in everything that happens afterward.

Classic Snap Trap Electronic shock trap Digital electric trap (Emitter®)
Catch ReportNone; visual inspection onlyLight on the device, visible only on-sitePush notification, app, portal, and email—within seconds
Inspection effortApproach each case individuallyActivate each trap individuallyOnly when triggered by an alert
DocumentationManual, prone to errorsManualautomatic, exportable for audits
ConnectionSeparate SIM card per trap; no Wi-Fi required
EnergyBatteries, replaced regularlyRechargeable battery lasts up to 6 years
Monitor Instead of CatchingnonoCan be switched remotely, even according to a schedule
Typical ApplicationsResidential to commercialPrimarily indoor use, householdIndustry, retail, logistics, food
6 years

Battery life, rechargeable, changes in seconds

Since 2006

Development and production in Germany, at a family-owned business

150.000+

Equipment Used by Professionals Worldwide

Capture or monitor—decided remotely

The conflict of objectives between fishing capacity and monitoring requirements can be resolved by establishing a timeline.

Lethal traps are subject to the Animal Welfare Act in Germany. If a trap catches an animal on the weekend when no one is on site, this creates a practical problem. In monitoring mode, the trap detects and reports rodents but does not trigger.

In the portal, you can set this up as a recurring schedule and apply it to as many traps as you like—for example, trapping on weekdays and monitoring on weekends and holidays.

  • Both modes in one device—no need for a second product
  • Schedules for individual traps or entire locations
  • A hygiene barrier separates the captured rodent from the user’s hand
Switching Between Capture Mode and Monitoring Mode in the Emitter App
Catch Reports in the Emitter App with the Status of All Traps

Control Rat and Mouse Traps via an App

Each trigger reaches the designated recipients within seconds.

The bite alert distinguishes between a bite and mere movement and displays each with its own icon. Alerts are sent as push notifications, via the portal, and, if desired, by email.

  • An overview of all locations and devices, filterable by zone and status
  • Map view of all traps, including the battery level for each device
  • Automatic email as soon as a battery drops below 25 percent
  • Free access for your customers so that property managers can read along
  • Each device reports its status every 23 hours, even if nothing has happened

For mice and rats, indoors and outdoors

Three devices, one portal, one app. Just two pieces of information are needed for a recommendation.

Which rodents are you interested in?

Where are the traps used?

If you select both, the corresponding combination will appear here.

Emitter Tubetrap 2.0, digital mouse trap with app connectivity

Mice, Indoor

Emitter® Tubetrap 2.0

Tunnel trap with hygiene barrier. Captures and monitors in a single device, with remote activation. If you want to control a mouse trap via an app, you can view its status, catches, and battery level here.

About the product
Emitter Direct 2.0, digital rat trap with app connectivity

Rats

Emitter® Direct 2.0

The digital rat trap with app connectivity for properties with rat infestations. [ADD TEXT: Effectiveness, dimensions, intended use.]

About the product
Runbox Smart, Outdoor Enclosure for Digital Traps

Outdoor Area

Runbox Smart

A sturdy hard foam case that holds the digital trap and makes it ready for outdoor use. Can also be used with the Emitter® Cam, analog traps, or baits.

About the product

Installation in less than five seconds per trap

No project, no IT meeting, no preparation at the client’s site.

  1. Scan the QR codeon the device using the app; the trap will then be linked to that location.
  2. Tensioning: Tension the mechanism, insert the bait, close the lid.
  3. Place the trap, stick it down, or hang it on the wall. A light on the device indicates that it is connected.

Training sessions are conducted via video call, webinar, or in person, and there is also an orientation video for new employees.

Installing a digital trap by scanning a QR code
Digital Pest Monitoring on the Portal with a Site Overview

Digital Pest Monitoring Instead of Paper Lists

Documentation is created as part of the process, not the night before the audit.

Each event is logged with its location and timestamp. Reports can be filtered by location and zone and exported. Users who work with their own industry-specific software can import the data directly into it via a documented interface.

Typical Applications

  • Pest control companies with many properties and limited technician time
  • Food production and trade subject to IFS or HACCP requirements
  • Logistics centers, warehouses, and airports with large areas
  • Sensitive areas where the use of toxins should be reduced or avoided

On duty at Frankfurt Airport

Fraport Facility Services has digitized pest monitoring at Frankfurt Airport.

  • Daily routine checks are no longer required
  • Comprehensive digital documentation and fast audit reports
  • Safe for use even in public areas
“I would recommend this system to almost anyone. There are many systems on the market, but I’ve had a very, very good experience with this one.”
Dirk Peymann
Pest Control Team Leader, Fraport Facility Services

Designed, built, and maintained in Germany

Family-owned business since 2006. Your data stays here.

All Emitter® products are manufactured in Germany. Data is transmitted in encrypted form and stored on servers in Germany. You can contact our representatives directly, without using a ticket system.

  • In-house development and manufacturing; no purchased hardware
  • Integration with existing software via a documented interface
  • Role-Based Access, Hosting in the EU, GDPR-Compliant Processing
About the Software Solutions
Built-in SIM card for reporting catches via cellular network

Technical specifications

Emitter® Tubetrap 2.0

Product Dimensions245 × 117 × 91 mm
Weight760 g, including battery
MaterialABS plastic
ColorBlack (RAL 9005), White (RAL 9016)
Wireless connectivityNB-IoT and LTE-M, cellular standards for devices with low data traffic and long battery life
UsageWeb portal, Android and iOS apps
Power SupplyLiFePo4 battery, 6.4 V, 3600 mAh
Battery lifeUp to 6 years, rechargeable, charging time approximately 8 hours
Temperature range−20 to +60 °C
Impact force50 Newton
Breakage resistanceup to 90 kg, roughly the weight of an adult
Fall SafetyFall height up to 120 cm
MountingAdhesive anchors, adhesive pads, wall mounts
Country of originGermany

Frequently asked questions (FAQ)

What is a digital snap trap?

A digital snap trap is a mechanical trap equipped with a sensor and wireless connectivity. It works just like a traditional snap trap, but within seconds it reports the catch to the app and portal and automatically documents it. This eliminates the need to check traps where nothing has happened.

How is it different from an electronic rat trap?

An electronic rat trap kills the rat with an electric shock and indicates a catch via a light on the device. This can only be detected on-site. A digital snap trap uses sensor-controlled mechanics and notifies the user of a catch via cellular network. For professional users, this difference is crucial because it’s not the catch itself that requires effort, but rather the monitoring.

How does the catch report work without Wi-Fi on site?

Each trap has its own SIM card and transmits via NB-IoT and LTE-M. These are cellular standards designed for devices that transmit small amounts of data and need to operate for long periods of time. No additional devices, network sharing, or Wi-Fi access at the customer’s location are required. The signals also penetrate basement walls and utility rooms.

Can I control a rat trap or mouse trap using an app?

Yes. The status, catch reports, battery level, and location of all devices can be viewed in the Emitter app and on the web portal. Catches and movements are notified via push notifications, and you can also set up email recipients. The operating mode of individual traps or entire locations can also be switched directly from the app.

Can existing traps be retrofitted with a trap detector?

The sensor is built into Emitter® devices; we do not retrofit individual third-party traps. For outdoor use, the Runbox Smart can be equipped with digital devices, analog traps, or bait. This allows you to digitize an existing system step by step.

How long does the battery last, and how do you replace it?

The rechargeable battery lasts up to six years, even at temperatures ranging from minus 20 to plus 60 degrees. It takes just a few seconds to replace the battery, and about eight hours to recharge it. If the battery level drops below 25 percent, the system automatically sends an email.

Are digital trap devices suitable for IFS and HACCP audits?

All events are logged with their location and timestamp and can be exported for audits. This digital documentation replaces handwritten checklists. [TODO: Check: Link to the IFS page and mention of partner status.]

How much does a digital snap trap cost?

The price depends on the quantity, the combination of traps and boxes, and the extent of portal usage. We calculate the price on a per-property basis and provide a free sample in advance. [TODO: Add a price range or leave it intentionally open.]

Are the traps also suitable for outdoor use?

Yes, the Runbox Smart, made of durable rigid foam. It holds the digital trap and makes it suitable for outdoor use, either with the Emitter® Cam, analog traps, or bait.

Try it first, then decide

We’ll provide a sample for your property, free of charge and with no obligation.

We’ll set up your portal access and walk you through the setup process. You’ll see the first catch report on your own smartphone before you even consider placing an order.

Sebastian Junge
Head of Sales and IoT Development
sebastian@futura-germany.com · +49 170 919 976 4
Guillaume Cavalier
Sales Director for France & Benelux
guillaume@futura-germany.com · +49 151 730 096 14
/* Baut das HubSpot-Formular in den Container oben ein. Die Warteschleife ist noetig, weil Elementor eingebettete Skripte nachtraeglich ausfuehrt und hbspt beim ersten Durchlauf noch fehlen kann. */ (function(){ var ZIEL=’#hs-form-digitale-schlagfalle’, versuche=0; function bauen(){ if(window.hbspt && window.hbspt.forms){ window.hbspt.forms.create({ portalId:”7472371″, formId:”b205b4b0-0922-4757-97b8-6a20d8fb8492″, region:”na1″, target:ZIEL }); return; } if(++versuche<80){ setTimeout(bauen,150); } } bauen(); })(); (function(){ var root=document.querySelector(‘.ftr-lp’); if(!root) return; var out=root.querySelector(‘#ftr-conf-out’); if(!out) return; var pick={}; var TXT={ ‘maus|innen’:’Emitter® Tubetrap 2.0. Tunnelfalle für den Innenbereich, Fangen und Überwachen in einem Gerät.’, ‘maus|aussen’:’Emitter® Tubetrap 2.0 in der Runbox Smart. Die Box macht die Falle im Freien einsatzfähig.’, ‘maus|beides’:’Emitter® Tubetrap 2.0, außen ergänzt um die Runbox Smart. Ein Portal für beide Bereiche.’, ‘ratte|innen’:’Emitter® Direct 2.0. Die digitale Rattenfalle für Objekte mit Rattendruck.’, ‘ratte|aussen’:’Emitter® Direct 2.0 in der Runbox Smart. Geschützt aufgestellt, auch auf dem Betriebsgelände.’, ‘ratte|beides’:’Emitter® Direct 2.0, außen in der Runbox Smart. Innen und außen im selben Portal.’, ‘beides|innen’:’Tubetrap 2.0 für Mäuse, Direct 2.0 für Ratten. Beide laufen in einer App.’, ‘beides|aussen’:’Tubetrap 2.0 und Direct 2.0, jeweils in der Runbox Smart.‘, ‘beides|beides’:’Tubetrap 2.0 und Direct 2.0, außen in der Runbox Smart. Alle Geräte in einem Portal.’ }; function upd(){ if(!pick.art||!pick.ort) return; out.innerHTML=TXT[pick.art+’|’+pick.ort]+’ Muster für diese Kombination anfragen‘; } root.querySelectorAll(‘[data-ftr-group]’).forEach(function(g){ var key=g.getAttribute(‘data-ftr-group’); g.querySelectorAll(‘button’).forEach(function(b){ b.addEventListener(‘click’,function(){ g.querySelectorAll(‘button’).forEach(function(x){x.setAttribute(‘aria-pressed’,’false’);}); b.setAttribute(‘aria-pressed’,’true’); pick[key]=b.getAttribute(‘data-val’); upd(); }); }); }); })(); { “@context”:”https://schema.org”, “@type”:”FAQPage”, “mainEntity”:[ {“@type”:”Question”,”name”:”Was ist eine digitale Schlagfalle?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Eine digitale Schlagfalle ist eine mechanische Falle mit Sensor und Funkverbindung. Sie fängt wie eine klassische Schlagfalle, meldet den Fang aber innerhalb von Sekunden an App und Portal und dokumentiert ihn automatisch.”}}, {“@type”:”Question”,”name”:”Worin unterscheidet sich eine digitale Schlagfalle von einer elektronischen Rattenfalle?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Eine elektronische Rattenfalle tötet mit einem Stromstoß und zeigt den Fang über eine Leuchte am Gerät an, erkennbar nur vor Ort. Eine digitale Schlagfalle arbeitet mit sensorgesteuerter Mechanik und meldet den Fang über Mobilfunk.”}}, {“@type”:”Question”,”name”:”Wie funktioniert die Fangmeldung ohne WLAN vor Ort?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Jede Falle hat eine eigene SIM-Karte und funkt über NB-IoT und LTE-M. Zusatzgeräte, eine Netzwerkfreigabe oder WLAN beim Kunden sind nicht nötig.”}}, {“@type”:”Question”,”name”:”Kann ich eine Rattenfalle oder Mausefalle per App kontrollieren?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Ja. Status, Fangmeldungen, Akkustand und Standort aller Geräte sind in der App und im Web-Portal einsehbar. Fänge werden per Push-Nachricht gemeldet, der Betriebsmodus lässt sich aus der Ferne umschalten.”}}, {“@type”:”Question”,”name”:”Wie lange hält der Akku einer digitalen Schlagfalle?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Der wiederaufladbare Akku hält bis zu sechs Jahre, auch bei minus 20 bis plus 60 Grad. Der Wechsel dauert wenige Sekunden.”}}, {“@type”:”Question”,”name”:”Sind digitale Schlagfallen für IFS- und HACCP-Audits geeignet?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Alle Ereignisse werden mit Ort und Zeitstempel protokolliert und lassen sich für Audits exportieren. Damit ersetzt die digitale Dokumentation handschriftliche Kontrolllisten.”}} ] }