Hello everyone, I’m currently working with an ESPHome setup using an AM2320 temperature sensor connected to a Wemos D1 Mini. The sensor updates every 5 seconds but only reflects changes when the temperature varies by at least 0.1°C. This makes it challenging to determine if the sensor is still active when the temperature remains constant.
I’m curious if others have encountered this issue and how they’ve addressed it. Ideally, I’d love to have a visual indicator, like a green/yellow/red dot, showing whether the sensor is online, offline, or inactive.
Has anyone found a way to modify the ‘Last Updated’ timestamp to reflect each wake-up cycle or implemented a ‘Last Seen Online’ sensor? Any insights or suggestions would be greatly appreciated! Thanks in advance for your help.