-
Notifications
You must be signed in to change notification settings - Fork 8
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
Non-fatal bug, just letting you know #31
Comments
show screen from node OUT and you use full deploy ? or modify deploy? |
Hi, sorry I am slow to respond, there's a lot going on. This is the output in debug:
So it is one ESPHome device that controls 4 sets of floodlights: Front High, Rear High, Front Low, and Rear Low. They are circuits that use different amounts of power. This node works as expected. But the error messages appear when I press Deploy. Also, I upgraded now to 0.25, and I had to delete and re-add my ESPhome devices. It is working again 100%, but, just telling you. Thank you for your work on this project. |
you use full deploy ? or modify deploy? |
This is happening to me too. It happens on Full Deploy or When Node-Red starts, but not on Modify Deploy. |
read this answer #15 (comment) |
What about it, that says that you corrected the issue 8 months ago. I'm still having this issue in 0.2.6 today. |
Hi @twocolors, Again, sorry I am slow to respond. I did the test you asked. It happens only on full deploy, not on modified nodes. Again, it has no effect on actual running code - everything works 100%. It's just some debug code. However, I saw something interesting. I have now many ESPHome devices using your node. This error only happens on ONE ESPHome device. The other ones do not produce this output on startup. If I figure out why, I will tell you. If it matters, it is the first device I added. Also, please remember I am happy to help with English documentation. |
This is the correction that you see warnings while there is no connection to the device... everything used to break and the node would crash |
Interesting, the same for me. I have 9 out nodes, only one of them is having this problem. It also just so happens to be the last device I have listed in ESPHome. |
@tethlah @DeeBeeKay |
It's not just after restarting, it's also when redeploying. And based on timestamps on other flows, there are other nodes that are instantiating prior to this node throwing the error. It's literally just one node throwing the error. There are 2 nodes being triggered at the same time, one throws the error, the other doesn't. |
oh full deploy / restart flow / restart nod-red all this method reconect to esphome , show screen where you see this error |
I'll have to wait, i can force it to pop up during all those instances, but it'll randomly pop up at some point during the day in the debug, when it pops up again I'll look and see if something happened before it pops up. |
Hi @twocolors
This does not break anything, it just sends a message into debug.
When I deploy a flow, I get an error message in the debug window, for example:
However, this does not stop the ESPHome node from working, and my automations still work correctly despite this message.
Thank you for your continued work on this.
The text was updated successfully, but these errors were encountered: