Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[volumio] play playlist not working #16826

Closed
stargazer74 opened this issue May 31, 2024 · 1 comment
Closed

[volumio] play playlist not working #16826

stargazer74 opened this issue May 31, 2024 · 1 comment
Labels
bug An unexpected problem or unintended behavior of an add-on

Comments

@stargazer74
Copy link
Contributor

Expected Behavior

If I send a name of a playlist to volumio, the playlist should play.

items.getItem('Volumio_Play_Playlist').sendCommand('rock');

Current Behavior

Nothing is playing.

Possible Solution

The commands defined in
public class VolumioCommands
have to be camel-case.

public static final String PLAY_PLAYLIST = "play-playlist"; must be changed to public static final String PLAY_PLAYLIST = "playPlaylist";

See: https://developers.volumio.com/api/websocket-api

Steps to Reproduce (for Bugs)

  1. define playlist in Volumio
  2. try to play it via addon_channel "Play Playlist"

Your Environment

  • Version used: openhab v 4.1.2
@stargazer74 stargazer74 added the bug An unexpected problem or unintended behavior of an add-on label May 31, 2024
stargazer74 pushed a commit to stargazer74/openhab-addons that referenced this issue May 31, 2024
stargazer74 pushed a commit to stargazer74/openhab-addons that referenced this issue May 31, 2024
…f-by: Chris Wohlbrecht <chris@antisphex.net>
stargazer74 pushed a commit to stargazer74/openhab-addons that referenced this issue May 31, 2024
…f-by: Chris Wohlbrecht <chris@antisphex.net>

Signed-off-by: Chris Wohlbrecht <chris@antisphex.net>
stargazer74 added a commit to stargazer74/openhab-addons that referenced this issue May 31, 2024
Signed-off-by: Chris Wohlbrecht <chris@antisphex.net>
stargazer74 pushed a commit to stargazer74/openhab-addons that referenced this issue May 31, 2024
…f-by: Chris Wohlbrecht <chris@antisphex.net>

Signed-off-by: Chris Wohlbrecht <chris@antisphex.net>
stargazer74 added a commit to stargazer74/openhab-addons that referenced this issue May 31, 2024
Signed-off-by: Chris Wohlbrecht <chris@antisphex.net>

Signed-off-by: Chris Wohlbrecht <chris@antisphex.net>
stargazer74 added a commit to stargazer74/openhab-addons that referenced this issue May 31, 2024
Signed-off-by: Chris Wohlbrecht <chris@antisphex.net>
lsiepel pushed a commit that referenced this issue Jun 2, 2024
Signed-off-by: Chris Wohlbrecht <chris@antisphex.net>
@lolodomo
Copy link
Contributor

lolodomo commented Jun 7, 2024

Closed by #16828

@lolodomo lolodomo closed this as completed Jun 7, 2024
psmedley pushed a commit to psmedley/openhab-addons that referenced this issue Jun 15, 2024
…16828)

Signed-off-by: Chris Wohlbrecht <chris@antisphex.net>
Signed-off-by: Paul Smedley <paul@smedley.id.au>
pgfeller pushed a commit to pgfeller/openhab-addons that referenced this issue Sep 29, 2024
…16828)

Signed-off-by: Chris Wohlbrecht <chris@antisphex.net>
Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
joni1993 pushed a commit to joni1993/openhab-addons that referenced this issue Oct 15, 2024
…16828)

Signed-off-by: Chris Wohlbrecht <chris@antisphex.net>
matchews pushed a commit to matchews/openhab-addons that referenced this issue Oct 18, 2024
…16828)

Signed-off-by: Chris Wohlbrecht <chris@antisphex.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
Development

No branches or pull requests

2 participants