Replies: 5 comments 34 replies
-
I'm not sure what's wrong. You can always downgrade and see if that works. Maybe check and/or reflow some solder joints if you have the equipment for that. |
Beta Was this translation helpful? Give feedback.
-
Just updating this issue with more that I have done in case anyone has ideas. I have now gone through 3 Emporia Vue units. Each one working for for a few days and then suddenly starting to throw timeout errors. Below is the output of verbose debugging: [10:55:57][E][emporia_vue:048]: Failed to read from sensor due to I2C error 3 That set of errors repeats over and over presumably once for each of the active 16 CT clamps. It does not appear that it has anything to do with Home Assistant or ESPhome updates because the other 2 units that failed, failed at random times without having updated or changed anything. Power cycling has not fixed it. Clearing esphome cache did not. I have also completely removed the esphome device and recreated it, started from a fresh config file, tried different frequencies for the i2c component. And then lastly, I re-flashed a unit back to the original emporia vue firmware, and surprisingly, it works fine. Then after flashing it again, back to the esphome firmware, it still doesn't work. Very strange. |
Beta Was this translation helpful? Give feedback.
-
Same here with ESPHome 2023.6.5. I have the error on all my sensor on emporia. Try to update to 2023.7.0, same error:
I don't know when this append, I have neglects my system for the past months. :( |
Beta Was this translation helpful? Give feedback.
-
For @derekyle's device, the problem was a hardware fault. Replacing U2 with a NCV8730ASN330T1G solved the issue and hopefully the better specs mean that the issue will not come up again. DiagnosisConnect the Vue to 5V power (VCC_5V0) With a multimeter, measure the voltage between these two points (the shield, which is ground, and one side of R43, which is connected to the output of U2) If you see 3.3V, then U2 is likely fine. If you see more or less than 3.3 volts, then the U2 regulator may be the problem. RepairDesolder and remove U2 from the rear of the board: Replace it with NCV8730ASN330T1G, or another comparable part. (cc @Veers01) |
Beta Was this translation helpful? Give feedback.
-
I wanted to pop in here and add that I also got the I2C error on 2 new gen5 Vue 2s. In both instances, the U2 regulator was fine (verified with a multimeter). It ended up being an issue flashing new units from the HASS add-on for ESPHome. In both cases, a flashed Vue from the add-on wouldn't connect to wifi without being connected to the AC plug and would spew I2C error 3. I ended up solving it by choosing the manual install from the add-on and using web.esphome.io to perform the flash. After that, worked great (even connected to wifi when connected to the USB <> Serial adapter via 5v). My hunch is that the add-on isn't properly prepping the ESP32 for the install. ESPHome Web has an explicit "erasing" step which seems to not happen via the add-on (or at least, the UI doesn't reflect this). Either way, with the exact same config, I couldn't get them to flash until I used web.esphome.io |
Beta Was this translation helpful? Give feedback.
-
All the sudden, I'm getting NaN responses from all sensors on the vue2 and the following error:
" Failed to read from sensor due to I2C error 3"
appears over and over in the logs. I saw one other person with this error in a now closed issue, but no update on if/how they fixed it. This seems to have appeared suddenly, but I believe it started occurring after the most recent version update of ESPhome. It was running for a few weeks without issue before that.
Is anyone else getting an error after any recent updates?
I have tried power cycling the vue2 as well as clearing the build cache and rebuilding/reinstalling the firmware, but still getting the error. I also tried adjusting the i2c frequency down to 150khz, 100, 50, and back to 200, but also no change. Any help would be appreciated.
I'm currently running esphome v 2022.12.3 and home assistant core version 2023.1.4. Not sure if the version of anything except esphome should make a difference.
Beta Was this translation helpful? Give feedback.
All reactions