Solaredge Device Type?

I was looking into using Rule Machine to refresh this only between sunrise and sunset, rather than Pollster. But I’ve also been looking over other device code and the ST APIs. Why not just use runEvery15Minutes() to call refresh(), and stop doing so after dusk; e.g., I see that in the new open-source ecobee3 device:

This thread contains somewhat similar code (although he’s using runIn()), and handles the dawn/dusk.

2 Likes