Write access security protocol for heating, ventilation, and/or air-conditioning (HVAC) device

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

HVAC systems face challenges in securely managing write access to devices with different communication protocols, lacking a unified security layer that can coordinate across varying protocols, which limits operational flexibility and introduces security risks.

Innovation Solution

Implementing an engagement protocol that requires a reset command followed by a passcode entry within a defined timeframe to grant write access to protected registers, using a reset register and a passcode register to ensure authorized access and prevent unauthorized changes, thereby providing a secure write communication protocol.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a system-level security layer is implemented to manage write access across devices with different communication protocols, then security is improved, but device complexity and system architecture complexity increase

Engineering Contradiction:
ImprovesecurityVSAvoidsystem architecture complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The security function is segmented from the system-level architecture and embedded directly into the device's communication protocol. Each device independently implements the engagement protocol with reset register, passcode register, and timer functionality, eliminating the need for a centralized security layer while maintaining security across multi-protocol systems

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The engagement protocol is designed as a universal security mechanism that works across different communication protocols (Modbus, BACnet, etc.). The same security framework with reset command, passcode verification, and timed access can be applied universally to devices with varying protocols, providing security without requiring protocol-specific security layers

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Reliability

If write access is restricted to protected registers without authentication, then security is improved, but ease of operation deteriorates

Engineering Contradiction:
ImprovesecurityVSAvoidease of write access
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

Authentication is performed preliminarily through the engagement protocol before write access is granted. The device must first receive a reset command, then verify a passcode within a timed window, establishing authenticated state before allowing register writes. This preliminary authentication ensures security while maintaining operational ease for authorized users

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The write access state is dynamic rather than static. The device transitions between locked and unlocked states based on successful engagement protocol completion. During the authenticated time window, write access is dynamically enabled; after expiration or failure, it automatically locks again. This dynamic behavior provides both security and operational flexibility

Inventive Principle:
Principle #15Dynamics

3Ease of operation

If write access is allowed without time limitation, then ease of operation is improved, but reliability deteriorates due to potential unauthorized changes

Engineering Contradiction:
Improveease of write accessVSAvoidsecurity
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The engagement protocol implements periodic time-windowed access rather than continuous access. After successful authentication, the device enters an unlocked state for a predetermined time period, after which it automatically re-locks. This periodic access pattern allows operational ease during the window while maintaining security through automatic time-based expiration

Inventive Principle:
Principle #19Periodic action

Solution Approach 2:

The device provides feedback about its access state through status registers that indicate whether write access is currently permitted. This feedback mechanism allows controllers to understand the current security state and plan operations accordingly, maintaining ease of operation through informed decision-making while the timer mechanism ensures automatic security enforcement

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS20240377091A1Write access security protocol for heating, ventilation, and/or air-conditioning (HVAC) device
Publication Date: 2024.11.14 TYCO FIRE & SECURITY GMBH
  • US20240377091A1 patent drawing
  • US20240377091A1 patent drawing
  • US20240377091A1 patent drawing

AI summary

The present disclosure includes a heating, ventilation, and/or air-conditioning (HVAC) control system with a controller and a device communicatively coupled to the controller. The device is configured to implement an engagement protocol, wherein to grant the controller write access to protected registers of the device the engagement protocol functions to require: receiving a reset command at a reset register of the device; receiving a passcode at a passcode register of the device; matching the passcode received at the passcode register to an authentication passcode; and receiving or matching the passcode within a timeframe defined by a timer.