IoT Device Shadow Representations for Offline Subcomponent State Access

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing IoT device management systems face challenges with intermittent connectivity, bandwidth limitations, and computing capacity, making it difficult to maintain accurate and up-to-date device and subcomponent state representations across a network of addressable devices.

Innovation Solution

A device shadowing service that manages device representations and subcomponent representations by caching state information, allowing applications and services to access device states without needing the device to be connected, using data-interchange formats like JSON and NoSQL or relational data stores, and enabling state updates and queries through a network service.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If device state information is directly accessed from connected devices, then data accuracy is maintained, but system reliability deteriorates due to intermittent connectivity

Engineering Contradiction:
Improvesystem reliabilityVSAvoiddevice state accessibility
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The device shadowing service pre-creates and maintains cached representations of device states before actual state changes occur. These shadow representations are continuously updated and synchronized with actual device states while connected, enabling reliable state access even when devices are offline. The shadow service performs preliminary actions to ensure state information is available ahead of potential connectivity interruptions.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The device shadowing service acts as an intermediary layer between applications and physical devices. It maintains shadow representations that mediate access to device states, allowing applications to query and update states without direct device connectivity. This intermediary buffer resolves the contradiction by decoupling application access from actual device connection status.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Loss of information

If real-time device state synchronization is implemented, then data freshness is improved, but network bandwidth consumption increases

Engineering Contradiction:
Improvestate information freshnessVSAvoidnetwork bandwidth
Core Design Contradiction:
Loss of informationVSLoss of energy

Solution Approach 1:

The device shadowing service extracts and caches essential state information from complete device data transmissions. Instead of synchronizing all device data in real-time, it extracts only the critical state representations needed for application functionality. This selective extraction reduces network bandwidth consumption while maintaining sufficient information freshness for operational needs.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system implements partial synchronization by maintaining shadow representations with sufficient detail for typical operations without complete real-time mirroring of all device states. This partial action approach provides adequate information freshness for most use cases while significantly reducing the bandwidth overhead of full real-time synchronization.

Inventive Principle:
Principle #16Partial or excessive action

3Productivity

If device state queries are processed only when devices are connected, then processing accuracy is maintained, but operational efficiency deteriorates due to connectivity requirements

Engineering Contradiction:
Improvestate query efficiencyVSAvoidstate access reliability
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The device shadowing service pre-loads and maintains shadow representations of device states in its memory before queries are issued. When state queries arrive, the service can immediately retrieve information from cached shadows without waiting for device connectivity, enabling efficient processing regardless of actual device connection status. This preliminary preparation resolves the contradiction between query efficiency and connection requirements.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS11743068B2Device subcomponent representations
Publication Date: 2023.08.29 AMAZON TECH INC
  • US11743068B2 patent drawing
  • US11743068B2 patent drawing
  • US11743068B2 patent drawing

AI summary

A technology is described for a device shadowing service that manages device states. An example method may include receiving a state change message associated with a device that a subcomponent of the device has assumed a first state. In response to the state change message, a subcomponent representation associated with a device representation may be updated to indicate the first state received, where the device representation represents the device and the subcomponent representation represent the subcomponent of the device. Thereafter, a request may be received for the first state of the subcomponent of the device. The first state indicated by the subcomponent representation associated with the device representation may be determined, and the first state may be returned in response to the request.