Skip to content
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

Built this exactly like instructions #10

Closed
jeffbrown57 opened this issue Nov 27, 2024 · 3 comments
Closed

Built this exactly like instructions #10

jeffbrown57 opened this issue Nov 27, 2024 · 3 comments
Assignees

Comments

@jeffbrown57
Copy link

using a seeed-studio-esp32c6 and bme280 , configured zigbee built with esp-idf 5.3.1
build successful , flashed it and while monitoring ( using idf.py monitor) its not clear to me if its crashing
i can't add a zigbee device in homeassistant , and i can't see any topics in MQTT , looking for xiao/

any pointers ???

and thanks for this ....

@alexbegoon alexbegoon self-assigned this Nov 28, 2024
@alexbegoon
Copy link
Member

Hi @jeffbrown57 ,

The monitor is silent, probably because log output is disabled. To enable it, go to the menu:

idf.py menuconfig

Then navigate to , Component configLog outputDefault log verbosity

and set it to Info. Save the configuration, build, and flash again with the monitor using:

idf.py -p <device/port> build flash monitor.

You should now see the output. Feel free to ask for help if needed!

@jeffbrown57
Copy link
Author

thanks so much , i'll let you know

@jeffbrown57
Copy link
Author

Thanks so much for your expert assistance , working great this morning !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants