Hi Simone,
first of all, thank you for this great integration!
I am using SimpleScheduler for a battery-powered irrigation system based on ESP32. To save power, the ESP32 uses Deep Sleep and needs to know exactly when the next event will happen to calculate its wake-up time.
Currently, I have to manually parse the simplescheduler.json file via a command-line sensor in Home Assistant, which is quite complex.
It would be amazing if the integration could provide the following as native entities or attributes:
next_event_time (The very next scheduled ON or OFF -time)
next_event_duration (The duration of that specific event)
current_status (A simpler way to see the next transition)
This would make the integration much more powerful for everyone using low-power hardware (ESPs, E-Paper displays, etc.).
Keep up the great work!
Best regards,
Mike, not a progammer only hobbyist ;-)
Hi Simone,
first of all, thank you for this great integration!
I am using SimpleScheduler for a battery-powered irrigation system based on ESP32. To save power, the ESP32 uses Deep Sleep and needs to know exactly when the next event will happen to calculate its wake-up time.
Currently, I have to manually parse the simplescheduler.json file via a command-line sensor in Home Assistant, which is quite complex.
It would be amazing if the integration could provide the following as native entities or attributes:
This would make the integration much more powerful for everyone using low-power hardware (ESPs, E-Paper displays, etc.).
Keep up the great work!
Best regards,
Mike, not a progammer only hobbyist ;-)