Closed KipK closed 1 year ago
I can confirm I'm able to replicate the issue,the latest version does not seem to read from a MCP9808 sensor.
I'm testing with an older LCD display with a MCP9808 sensor (temp2) and a MCP9808 external sensor connected to the OpenEVSE WiFi V1 ESP32 (temp4)
Running 8.2.2.EU (V8.2.0 Lincomatic) Temp1 and Temp4 are available.
Flashing 8.2.3.EU (V8.2.1 Lincomatic) only Temp4 is available, the controller is no longer reading from the MCP9808:
Ok I have found it. I2C was reinitialised after temperature sensor init.
Latest compiled master seems to miss i2c T° sensor from LCD ( or led extension ) . Switching back to previous version ( 8.2.2 ) is ok.
I'm trying to track down what could introduce this issue but haven't found yet.
I've added a msg on 8.2.3 pre-release to prevent people upgrading until it's solved.