-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 event logs after updating to 1.37.1-1 #22683
Comments
I'm seeing the same. Previously my syslog contained 'MQTT publish:' events at Info level, eg: |
As far as I read in the docs the mqtt messages are disabled by default on the new version and need to be enabled if needed, so no bug, it’s a feature. |
Can you share the docs you read? There's nothing about the MQTT events in the documentation I saw |
That's about enabling |
@shalak But there is a reason, you don’t need it if you’re not debugging and it would need performance all the time for nothing. Edit: |
That's a bummer, I consider this a major downgrade when it comes to user experience. I was using the logs to see the exact payloads and JSON data types of events to work with them e.g. in NodeRED. Not really a "debugging" scenario. With
What filters would I need to use to get the previous behavior? |
Ok you are using it in node red. Edit: doesn’t have node red better possibility’s to access mqtt information? As far as I know there a special option for it?! |
It does, but it was easier to work with Z2M GUI, especially since it is a source-of-truth. |
Next release should provide support for finer customization: #22619 (docs preview) advanced:
log_level: info
log_namespaced_levels:
z2m:mqtt: warning Please note that using logging for any kind of automation is definitely not recommended, as the format of messages, or the messages themselves may change without notice. |
I simply use mqtt explorer to see the mqtt messages if needed |
I use mosquitto_sub in the same way, but that doesn't help when you want to see when the last message was sent from a device that has gone missing, which is what I frequently use the mqtt event log for. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days |
What happened?
After I bumped the Z2M to 1.37.1-1, the log (even in DEBUG) no longer shows the events sent from devices. I see the the errors, joining the network, enabling/disabling Join All, but no events from the devices.
What did you expect to happen?
No response
How to reproduce it (minimal and precise)
No response
Zigbee2MQTT version
1.37.1-1
Adapter firmware version
0x26780700
Adapter
ConBee2/RaspBee2
Setup
HA x86, as add-on
Debug log
No response
The text was updated successfully, but these errors were encountered: