You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing this now on an ESP32 with a Sony TV.
The code in the PR doesn't work, but the code in the parent repo at github://johnboiles/esphome-hdmi-cec@main works nicely while the TV is on. I had to extend the example with:
It's not related to the 5V connected to pin 18. It happens regardless of this pin being connected or not (actually, the device detects the ESPHome well without the 5V being connected to pin 18).
I observed that the last CEC message decoded in the log before the reboot was either 0F:36 or 0F:84:00:00:00 or 0F:80:00:00:30:00. These seem to be broadcast messages.
Edit: tested with another TV ser, issue is exactly the same. The node reboots when 0F:32:68:75:6E comes in from TV.
The text was updated successfully, but these errors were encountered:
I'm testing this now on an ESP32 with a Sony TV.
The code in the PR doesn't work, but the code in the parent repo at
github://johnboiles/esphome-hdmi-cec@main
works nicely while the TV is on. I had to extend the example with:for the Sony to discover the ESPHome device as an audio unit.
I also try to know of the TV is on or off, and this works:
Turning the TV off or on while the node is connected, reboots the node:
It's not related to the 5V connected to pin 18. It happens regardless of this pin being connected or not (actually, the device detects the ESPHome well without the 5V being connected to pin 18).
I observed that the last CEC message decoded in the log before the reboot was either
0F:36
or0F:84:00:00:00
or0F:80:00:00:30:00
. These seem to be broadcast messages.Edit: tested with another TV ser, issue is exactly the same. The node reboots when
0F:32:68:75:6E
comes in from TV.The text was updated successfully, but these errors were encountered: