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

No temperature sensor detected when upgrading to 2.0.0-beta3 #193

Closed
mburgess00 opened this issue Sep 9, 2024 · 8 comments
Closed

No temperature sensor detected when upgrading to 2.0.0-beta3 #193

mburgess00 opened this issue Sep 9, 2024 · 8 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mburgess00
Copy link

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:

  1. flash 2.0.0-beta3
  2. observe the error

Expected behavior
temperature sensor should work

Screenshots
If applicable, add screenshots to help explain your problem.
image

Software:

  • Platform esp8266
  • Browser firefox
  • Version 2.0.0-beta3

Additional context
Opensourcedistilling Jeffrey 2.69

@mp-se
Copy link
Owner

mp-se commented Sep 9, 2024

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

@mburgess00
Copy link
Author

It does seem to work on the dev branch build

@mp-se
Copy link
Owner

mp-se commented Sep 10, 2024

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 ?

@mp-se mp-se self-assigned this Sep 10, 2024
@mp-se mp-se added the bug Something isn't working label Sep 10, 2024
@mp-se mp-se added this to the v2.0 milestone Sep 10, 2024
@mp-se
Copy link
Owner

mp-se commented Sep 11, 2024

Does it work with the ispindle software?

@phariseo
Copy link

phariseo commented Sep 11, 2024

@mp-se - I do have an original Dallas DS18B20 (100% original - from the authorized distributor), and it behaves the same on Beta3.
worked flawlessly on older 1.x branch of GravityMon, works flawlessly on Dev as well.
Board is an Jeffrey 2.69

@mp-se
Copy link
Owner

mp-se commented Sep 11, 2024

@mp-se - I do have an original Dallas DS18B20 (100% original - from the authorized distributor), and it behaves the same on Beta3. worked flawlessly on older 1.x branch of GravityMon, works flawlessly on Dev as well. Board is an Jeffrey 2.69

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

@mburgess00
Copy link
Author

Okay did some testing on one unit. iSpindel 7.3.3 firmware does work

iSpindel-7.3.3:
image

Gravitymon 2.0.0-beta2
image

Gravitymon 2.0.0 dev branch
image

@mp-se
Copy link
Owner

mp-se commented Sep 12, 2024

Great news, then that is confirmed. I will use the new library in the future.

@mp-se mp-se closed this as completed Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants