esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
290 stars 34 forks source link

DFRobot Lightning Distance Sensor AS3935/SEN0290 will not be found #3411

Closed moonilightshaker closed 1 year ago

moonilightshaker commented 2 years ago

The problem

Hello, the AS3935 from DFRobot Link not be found under ESPHome. On the same board with ESPEasy and Tasmota this sensor is found with an I2C scan. On Tasmota the sensor works fine.

Board: ESP32DEV Interface: I2C

Tasmota Tasmota2

Which version of ESPHome has the issue?

v2022.3.0

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

2021.12.1

What platform are you using?

ESP32

Board

DEV

Component causing the issue

I2C

Example YAML snippet

i2c:
  sda: 21
  scl: 22
  scan: true

# Example configuration for I²C (decide for one!)
as3935_i2c:
  address: 0x3
  irq_pin: 14
  indoor: false
# Example shared configuration
sensor:
  - platform: as3935
    lightning_energy:
      name: "Lightning Energy"
    distance:
      name: "Distance Storm"
binary_sensor:
  - platform: as3935
    name: "Storm Alert"

Anything in the logs that might be useful for us?

NO

Additional information

No response

rb2k commented 2 years ago

I have a similar problem. Same hardware. Can't get it to 'register'. Slightly different for me: I even have issues in tasmota: https://github.com/arendst/Tasmota/pull/8130#issuecomment-1220037311

rb2k commented 2 years ago

Some news over in https://github.com/arendst/Tasmota/issues/16263#issuecomment-1221026129.

Somehow the DFRobot seems to answer a bit differently.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.