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

There is an issue with Adafruit IO #529

Open
Snickermunch opened this issue Jan 8, 2024 · 1 comment
Open

There is an issue with Adafruit IO #529

Snickermunch opened this issue Jan 8, 2024 · 1 comment
Assignees

Comments

@Snickermunch
Copy link

Problem: Alternate component I2C addresses are not recognized in IO when attempting to add a new component.

Background: I'm using the Feather ESP 32 V2 on Adafruit IO with two ADT7410 temperature sensors among other sensors. The default I2C address is 0x48 of the first sensor, and I successfully added it as a component. I solder bridged the second sensor across the PCB A1 bridge which activates the alternate address 0x4A, and that shows up on scans.

The issue: I cannot add the second ADT7410 as a component as IO thinks it can only be 0x48.

New component message:
Select I2C Address:
No matching addresses found.

What is I2C? Read | Watch

Found Addresses:
0x10
0x36
0x3c
0x48
0x4a
0x62

Used Addresses:
0x48
0x62
0x36
0x10

No matching, unused addresses found!

Possible Device Addresses:
0x48

@tyeth
Copy link
Contributor

tyeth commented Jan 8, 2024

Thanks @Snickermunch for reporting this!

I've gone and added the alternate addresses for the ADT7410 component.

Refresh any open browser tabs for Adafruit IO and they should receive the new functionality immediately.

Let us know if this solves your issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants