Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Can's set a transitiontime when creating a schedule #84

Open
danielreiser opened this issue Jan 26, 2015 · 3 comments
Open

Can's set a transitiontime when creating a schedule #84

danielreiser opened this issue Jan 26, 2015 · 3 comments

Comments

@danielreiser
Copy link

I was wondering why I can't set a transitiontime for an alert I schedule myself, but the official hue app can. The bridge always responds with:

[{
    "error": {
        "type": 7,
        "address": "/schedules/command/body",
        "description": "invalid value, too big, for parameter, body"
    }
}]

So actually the body is just too big, 'cause i am sending a hsb value and the transition time, which is too much to handle for the bridge I guess. Any way around this?

@samuelclay
Copy link

I'm also having this issue, although I'm just trying to modify an existing PHScene object and setting its transitionTime. The error I get when I use bridgeSendAPI saveSceneWithCurrentLightStates:completionHandler: is resource, /scenes/8da4794f0-on-1-transition, not available.

@samuelclay
Copy link

Well, I resolved my issue by figuring out that the scene identifier can't be as long as 8da4794f0-on-1-transition.

@danielreiser
Copy link
Author

thanks for letting me know. In my case I only wanted to set the transition time for one individual lamp.....

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants