2 issues with iSpindel based device #119
Replies: 4 comments 7 replies
-
Logging seems to work OK when I turned off "Temperature adjust gravity" and set the logging interval to 1 minute, trying a larger interval with temperature adjust gravity turned off |
Beta Was this translation helpful? Give feedback.
-
I normally dont use temp correction myself so i will need to test that part to see if its broken or could cause an issue. Based on your first post i would belive it was an issue with the resistor for sleep mode, but since you got it to work with the temp correction of there is probably something else. You dont get any errors in the error log? On the topic of debugging, i would recommend to do short intervals and attach a serial console to see the output. Its not recommended to have the battery attached when doing that since you might overload the battery. In order for the device to go into sleep mode you need to adjust the threashold value (default 4.15) to a value above your charge level. This will force it to only check the angle when checking mode. |
Beta Was this translation helpful? Give feedback.
-
I missed answering the first question. IT's likely that the device goes into wifi mode due to it detects a double reset (you can check if there is a WIFI hotspot created when that happends). If the light is solid, just do a reset again and it should start normally. On the second point I'm not sure what is causing the issue you describe. I assumed you used the esp8266 and v1.1.1 (or v1.1.0), is that correct ? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the answer to the first question - that does explain what I was
seeing.
For the second one, I am monitoring a fermentation with this device right
now (it is working perfectly so far after 3 days), but when this batch is
done I'll do some more testing with it and see if I can find a way to
connect to the serial console.
…On Thu, Nov 17, 2022 at 4:27 AM Magnus ***@***.***> wrote:
I missed answering the first question. IT's likely that the device goes
into wifi mode due to it detects a double reset. If the light is solid,
just do a reset again and it should start normally.
On the second point I'm not sure what is causing the issue you describe. I
assumed you used the esp8266 and v1.1.1 (or v1.1.0), is that correct ?
—
Reply to this email directly, view it on GitHub
<#119 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKS4X66YRLITYXJ2DN3IDLWIX3AHANCNFSM6AAAAAASAC5QVU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I'm having 2 issues and am trying to figure out how to debug them.
How should I debug this? The only things I see in the error log on the configuration page are from before I calibrated the device. Voltage shows up as 3.96-3.97V, but I think this is off because the (built-in) charger thinks the device is fully charged.
My log URL is http://log.brewfather.net/ispindel?id=[_my actual id is here_]
Beta Was this translation helpful? Give feedback.
All reactions