BrewPiLess icon indicating copy to clipboard operation
BrewPiLess copied to clipboard

Not working properly

Open jsbjx opened this issue 4 years ago • 6 comments

Test multiple ES8266, ESP32 firmware. No one can run normally for more than 20 hours. Troubleshoot hardware and power supply issues.

jsbjx avatar Jun 23 '21 02:06 jsbjx

https://user-images.githubusercontent.com/32890201/123028283-c33cb400-d411-11eb-9dbc-89f0b345607f.mp4

jsbjx avatar Jun 23 '21 02:06 jsbjx

Turn on. 19 hours jump to 11 hours

jsbjx avatar Jun 23 '21 03:06 jsbjx

I don't understand your issue. I have one that survives through 2 brews, or 2 months until I re-flash an image with debug functionality.

vitotai avatar Jun 24 '21 03:06 vitotai

Can you see if the above time will exceed 20 hours

jsbjx avatar Jun 24 '21 03:06 jsbjx

Never. The reason is that uint16_t is used to carry time duration in display. 65,536/(60*60) = 18.20 hours. You can check the code in DisplayLcd.cpp

I don't think it maters and don't want to change that part of code, which is derived from original BrewPi.

vitotai avatar Jun 24 '21 03:06 vitotai

Never. The reason is that uint16_t is used to carry time duration in display. 65,536/(60*60) = 18.20 hours. You can check the code in DisplayLcd.cpp

I don't think it maters and don't want to change that part of code, which is derived from original BrewPi.

Thank you for your reply, it is my misunderstanding of the procedure.

jsbjx avatar Jun 25 '21 13:06 jsbjx