Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 684 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 684 Bytes

I2C Sniffer

A component to sniff I2C data from connacted bus

A fusion of the following code-bases

Usage

external_components:
- source: github://dala318/esphome-gecko:
# - source:
#       type: local
#       path: my_dev_components

i2c_sniffer:
  sda: GPIO11
  scl: GPIO12
  port: 6638
  buffer_size: 256

Sensors

binary_sensor:
  - platform: i2c_sniffer
    connected:
      name: Connected

sensor:
  - platform: i2c_sniffer
    connection_count:
      name: Number of connections