-
Notifications
You must be signed in to change notification settings - Fork 12
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
No temperature sensor detected when upgrading to 2.0.0-beta3 #193
Comments
Can you try the build in the dev branch? Ive changed the temp library which seams to fix this on some of my builds. I have seen this on ocassion myswlf |
It does seem to work on the dev branch build |
Perfect, that confirms my suspicion. It fixed the issue on some of my build. I will make this the standard version for the next build. Wonder if that could have something to do with clone sensors ? |
Does it work with the ispindle software? |
@mp-se - I do have an original Dallas DS18B20 (100% original - from the authorized distributor), and it behaves the same on Beta3. |
This is really strange, my code is the same and has not changed in quite a while. Must be some combination of libraries that I use that does not work in the same way... not really easy to pinpoint. The OneWire library has been used since the beginning but its not really maintained any more, but the new OneWireNG seams to work better. I actually changed some temp sensors on my builds before I figured out it was a software problem |
Great news, then that is confirmed. I will use the new library in the future. |
Describe the bug
The UI reports no temperature sensor detected after upgrading from 2.0.0-beta2 to 2.0.0-beta3
To Reproduce
Steps to reproduce the behavior:
Expected behavior
temperature sensor should work
Screenshots
If applicable, add screenshots to help explain your problem.
Software:
Additional context
Opensourcedistilling Jeffrey 2.69
The text was updated successfully, but these errors were encountered: