Adding a new ESPresense sensor to an existing setup fails to be detected by Home Assistant and MQTT Explorer reports that Status as Off-line.
Configured (multiple) new ESP32-WROOM-32 board with a identical configuration as the existing (and still working) ESP32 sensor.
The ESPresense device operates correctly, and I can see the Fingerprints it finds.
In MQTT Explorer, the existing sensor in /rooms/shed is working prefectly, while the new sensor in /rooms/studyroom/status = offline. This status refreshes every 6 seconds. So I can deduce that MQTT credentials have been accepted and are seen in Home Assistant.
I am at a loss to understand why MQTT receives a offline status from the ESP32-WROOM-32, presumably, this explains why Home Assistant does not discover it?
Any thought as to what is going on and how to overcome?