Hi
I have a number of esp32 cameras running without to many issues I have one however that doesnt behave. It connects but gets an API conflict which I really don’t understand nor do I know how to fix it. The Log shows this:
“”
INFO ESPHome 2025.4.2
INFO Reading configuration /config/esphome/cam03.yaml…
WARNING GPIO0 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See Frequently Asked Questions — ESPHome
WARNING GPIO5 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See Frequently Asked Questions — ESPHome
INFO Starting log output from 192.168.1.135 using esphome API
INFO Successfully connected to cam03 @ 192.168.1.135 in 1.627s
WARNING cam03 @ 192.168.1.135: Connection error occurred: cam03 @ 192.168.1.135: Invalid encryption key: received_name=flowmeter01, received_mac=4c7525356882
WARNING Can’t connect to ESPHome API for cam03 @ 192.168.1.135: cam03 @ 192.168.1.135: Invalid encryption key: received_name=flowmeter01, received_mac=4c7525356882 (InvalidEncryptionKeyAPIError)
‘’
There seems some encryption error with another esphome devic but I cant figure out what…
Somebody an idea?