Closed brightdroid closed 4 years ago
Hi,
At first glance, Schedy seems to call the service correctly. Have you tried calling the service manually? Something like:
self.call_service("light/turn_on", entity_id="light.wohnzimmer", brightness_pct=85, color_temp=300, transition=10)
You could create an app for testing and call the service in initialize
. If that throws the same warning, the issue is AppDaemon-based.
Best regards Robert
Seems to be an issue in Appdaemon 4.0.3, the docker tag "latest" wasn't updated: AppDaemon/appdaemon/issues/1026
Now with v4.0.5 it works again.
Thank you
Using generic2 with this template:
and a sample schedule like this:
I'm getting this errors: