Replies: 4 comments 4 replies
-
It cleared the warning flag. You would need earlier logs to find out why it's set and logs around this line to see why it's cleared. Most likely, it's just mqtt connecting. You haven't said what the problem is or even if there is one. |
Beta Was this translation helpful? Give feedback.
-
Problem is data is not sent via MQTT. Use similar setup with another device ( Mitsurunner https://github.com/VeliML/MitsuRunner/blob/main/mqtt_Guru.yaml ) and in there it works. Only difference here - afaik - is the input data and but does not give errors on it. Input data process:
Full log does not give any additional info:
|
Beta Was this translation helpful? Give feedback.
-
never mind, i re-read the logger docs and understood that debugger is not the deepest log level. |
Beta Was this translation helpful? Give feedback.
-
Reopening as the even deepest log level does not provide any additional MQTT info, at least via wifi. Use case again: Tried setting up a new connection, once again same "cleared flag" but not telling why the flag is set. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the MQTT enhancement
Problem: Data is not sent/delivered via MQTT. On another device similar (but not same) setup works, so guess there must be something in correct in this setup - what?
Logger:Debug gives
But cannot see any details: which flag, why, more info?
Background info: I'm connected to webserver via wifi and cannot (easily) connect via USB as the data and trigger is coming via pins (power meter HAN RJ12 connection ( https://github.com/Beaky2000/esphome-p1mini ).
I read the docs, tried Googling but could not find an answer so seems like this feature is missing.
edit: Found the problem by experimenting with the code: "topic_prefix: null" instead of having a prefix here. No help from logs :(
Use cases
Anyone using MQTT and facing problems.
Beta Was this translation helpful? Give feedback.
All reactions