-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Feature Request.Add DS28EA00 chip chain feature support #4292
Comments
I have not yet seen this sensor myself. |
I have chain of that sensors 20 pck. It work with standart plugin P004 but sensors adresses reads randomly. |
Do you have the pull-up resistor present? |
yes 2,2koM |
OK, then I may have to order some to hook it up to the logic analyzer to see what may be happening here. |
Wow, those are rather expensive. |
I may connect my sensor chain to esp and give you access to it |
I had to use my logic analyzer extensively to make the current Dallas code work. Anyway, I first have to check the datasheet to see if there might be some very obvious issue (e.g. more bits required to scan for an address or something similar) |
test it again / only adresses reads / temperature for all sensor 0 pullup 2.2k\ test only one connected sensor, adress reads but temperature show 0 |
src/src/Helpers/Dallas1WireHelper.cpp |
Ah great! |
For future reference, see the [ID list](https://github.com/owfs/owfs-doc/wiki/1Wire-Device-List) Fixes: letscontrolit#4292 Thanks @3dalex07 for debugging and handing the copy/paste fix.
Created a PR with essentially your suggested code changes in it: #4310 |
It is posible to add chain feature support for the Maxim DS28EA00 temperature sensor
maybe that library may help to do that
Thanks
The text was updated successfully, but these errors were encountered: