You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to do its magic. Was working with old firmware from 2019. Could not see the difference in the code easily, looks to me more or less identical, hence raising the issue here. I personally solved the problem by entirely disabling the sensor via an mppt_2420_lc.overlay file in the app directory:
That's interesting. Previously I got values below -70°C IIRC, so I thought the -50 setting would be pretty safe. I'll double-check if the Zephyr pinctrl driver set some pull-ups or pull-downs automatically, which would be an explanation for the changed behavior.
martinjaeger
changed the title
MPPT 2420 LC "No battery temp sensor" detection does not work anymore on v0.21
MPPT 2420 LC "No battery temp sensor" detection does not work anymore on v21.0
Jan 16, 2022
The calculated "open sensor" temperature on the MPP 2420 LC is around -32.5 and not below -50 as required for
charge-controller-firmware/app/src/daq.cpp
Line 251 in a56b0d0
to do its magic. Was working with old firmware from 2019. Could not see the difference in the code easily, looks to me more or less identical, hence raising the issue here. I personally solved the problem by entirely disabling the sensor via an
mppt_2420_lc.overlay
file in the app directory:but it would be nicer, if we get back the original automatic detection capability.
The text was updated successfully, but these errors were encountered: