-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Power or current reported since recent upgrade to ESPhome on V2 plugs #90
Comments
Have you changed log_level: "INFO" to log_level: "DEBUG" and reinstalled the firmware, if wanting to really check what is being logged? Are you in Safe Mode, that would disable all components (and hence Power/Energy monitoring)? If so, try reboot and/or reset to factory. Just updated a v2 to ESPHome 2024.9.2 and works fine. |
Thanks it was the log level.
I added
logger:
level: DEBUG
And I can see the updates now.
Thanks for your help.
…On Thu, 3 Oct 2024 at 04:09, Roving Ronin ***@***.***> wrote:
Have you changed log_level: "INFO" to log_level: "DEBUG" and reinstalled
the firmware, if wanting to really check what is being logged?
Are you in Safe Mode, that would disable all components (and hence
Power/Energy monitoring)? If so, try reboot and/or reset to factory.
Just updated a v2 to ESPHome 2024.9.2 and works fine.
—
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE4H4FUCHAAPIV7UET4KM4TZZSRNHAVCNFSM6AAAAABPIPE3MGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJQGQYTSOJVGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
No need to "Add" it into the main body of the yaml. The way the file is configured is so that you can made these changes (to suit individual needs) within the individual devices 'Substitutions' Section at the top. For example here's the full substitutions section for the v2 plug (v1 and v3 should be the same also) from the GitHub yaml that is pulled down when compiling:
To change any setting in that section, all you need to do is add the substitution name and the state you want it to be, to your local device config. For example here's one for a plug running on a UPS in the Study. If you look at the template on Github is shows you the options that can be set. So to add debug log to a plug, you'd add it to the local device config, as per below:
This the means your local devices are still kept in alignment with any updates to the Github template, but allows your device to then have its own specific settings that are applied over the top of the Github template. |
ESPhome V2024.9.2
No Power or Current reported and no logs displayed on the web interface other than the following messages:-
Time | level | Tag | Message
20:08:05 | [I] | [safe_mode:041] | Boot seems successful; resetting boot loop counter
20:08:05 | [W] | [component:237] | Component safe_mode took a long time for an operation (78 ms).
20:08:05 | [W] | [component:238] | Components should block for at most 30 ms.
20:11:01 | [W] | [component:237] | Component preferences took a long time for an operation (74 ms).
20:11:01 | [W] | [component:238] | Components should block for at most 30 ms.
20:16:01 | [W] | [component:237] | Component preferences took a long time for an operation (77 ms).
20:16:01 | [W] | [component:238] | Components should block for at most 30 ms.
Lost all my energy monitoring data.
Switch still operates and Voltage is displayed on web interface but nothing in the logs.
Older V1 plugs are still working fine.
The text was updated successfully, but these errors were encountered: