I've been getting these errors since adding more devices to be handled on sunrise / sunset (with offset) simple automations:
[app:303](http://192.168.1.29/logs#pastapp303)2021-04-26 06:11:00.210 [error](http://192.168.1.29/installedapp/configure/303)java.lang.NullPointerException: Cannot invoke method multiply() on null object on line 785 (afterSunriseHandler)
[app:179](http://192.168.1.29/logs#pastapp179)2021-04-26 06:11:00.206 [error](http://192.168.1.29/installedapp/configure/179)java.lang.NullPointerException: Cannot invoke method multiply() on null object on line 785 (afterSunriseHandler)
The one with the driveway lights has offsets for both sunset and sunrise. It's to turn on the outside lights on my driveway between sunset - 30 mins and sunrise + 30 mins.
Actually, you're showing multiple unrelated things. So please start over. Show the app, and the error that goes with that app, and the Settings for that app.
But 2 apps threw the same exception at the same time, 179 and 303, because they're both triggered at 30 minutes before sunrise. I also got the same error yesterday evening 30 minutes before sunset when APP 303 fired to turn on the lights. I was a couple point releases back on HE so I upgraded to see if it would fix, but got the same issue this morning.