We are trying to implement temperature monitoring system with our devices. The goal is to have an alert when the temperature exceeds/goes below the set points.
I can see that we can set the temperature limits with the thermostattemperaturesetrange trait.
But there is no way to send a proactive notification with the trait. Also, it automatically works with Google's Nest thermostats as mentioned here. Just wondering how one would achieve with custom devices.
The sensorState trait also doesn't mention anything about temperature notifications.
Is there any way to have proactive notifications for thermostat or any custom proactive notifications in general?