Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
moonilightshaker opened this issue Jun 29, 2022 · 3 comments
Closed

Comments

@moonilightshaker
Copy link

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
Copy link

rb2k commented Aug 18, 2022

I have a similar problem. Same hardware. Can't get it to 'register'.
Slightly different for me: I even have issues in tasmota: arendst/Tasmota#8130 (comment)

@rb2k
Copy link

rb2k commented Aug 19, 2022

Some news over in arendst/Tasmota#16263 (comment).

Somehow the DFRobot seems to answer a bit differently.

@github-actions
Copy link

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.

@github-actions github-actions bot added the stale label Dec 18, 2022
@github-actions github-actions bot locked and limited conversation to collaborators May 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants