Modern hotels use EnOcean for room occupancy detection (door handles, door contacts, presence sensors) wired through to the PMS (Property Management System) to optimise HVAC, switching to Eco mode when the room is empty and to Comfort mode on guest arrival.
True
A typical hotel EnOcean architecture combines several battery-less sensors per room: a door-handle sensor (handle motion equals presence), a window contact, and a ceiling or wall-mounted presence detector. These feed a gateway, usually KNX or BACnet, which is then bridged to the BMS. The BMS subscribes to PMS check-in / check-out events to switch between Comfort and Eco set-points. Real-world deployments at chains such as Marriott and Accor consistently report 20 to 40 percent HVAC savings per occupied room on a dynamic-presence basis.
Always specify a window-contact sensor alongside the door handle; without it, an open window during Comfort mode will drain energy and ruin the savings model that justified the project.
EnOcean bank in preparation
The full EnOcean bank isn't available yet. Drop your email to get notified at launch and grab an early-bird discount.
Join the waitlist →See the 9 other EnOcean practice questions
Related questions
- EnOcean is best known for its battery-less devices: energy is harvested from a piezo-electric element (mechanical push-button), a solar cell (sensors with a small photovoltaic panel) or a Peltier element (thermal gradient), eliminating battery maintenance over a 10 to 20 year service life.1. Architecture · Energy Harvesting
- The EEP (EnOcean Equipment Profile) identifies each device type by a RORG-FUNC-TYPE triplet (e.g. F6-02-01 = 2-channel Rocker push-button), enabling a receiver to decode the telegram correctly without any manual configuration.2. EEP · EnOcean Equipment Profile
- In the EnOcean Teach-In process, the transmitting device sends a special telegram containing its EEP and Device ID; the receiver memorises this information so it can decode later telegrams correctly and bind the sender to a specific action.2. EEP · Auto-Learn
- ESP3 (EnOcean Serial Protocol v3) is the communication protocol between an EnOcean radio module (TCM 310 / TCM 515) and a host gateway or PC over a UART link: packets begin with the sync byte 0x55, followed by a header, a data section and a CRC8.3. ESP3 protocol · Serielles Protokoll
- EnOcean Secure uses a rolling code (an incremental counter) together with a CMAC (Cipher-based MAC built on AES-128) to authenticate every telegram and block replay attacks, which is critical for security-grade applications such as alarms and wireless locks.6. Security · Rolling Code