-
Notifications
You must be signed in to change notification settings - Fork 35
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 events on the bus #19
Comments
I am able to see events on the bus. Listen to events - use one of the two below and click on start listening. Or use * to listen to all message and "start listening" and they should appear.
When setting up the firmware in ESPhome, make sure to APPEND the code from "ESPHome configuration snippet" to the default code generated for ESPhome. Then flash the ESP32. |
I wont lie. Using this integration was difficult to figure out, but I'm super grateful someone built it. If you want to use the automation, here is a simple YAML that will toggle a light. When adding your mac address, make sure not to include the colons - you'll see the right format from the event history. Remember to change the event_type for the buttons as they appear as wizmote_choose events. Again, check the event logs and you'll see for each button what you need.
|
Here is a blueprint for sending WIZMote events to MQTT if you want to use that: |
Hello, do you know how to change IDs, for the buttons, I would like to use this on Wiz smart button: this is my .yaml:
|
For a few months I have not been getting events from the esp to the home assistant event bus. In the esplogger I can see the button presses but not under the "developer tools - events - listen to events". I tried flashing all the default code to the esp. Not sure if it was an update that broke it or if I did something or what. Any ideas?
The text was updated successfully, but these errors were encountered: