-
I have just found and installed this integration. I can see data from my yotos. but I want to be able to see the library, and then pick a card and track and play it from HA. anyone done this or able to help me figure it out please? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Click browse media within the media player entity. It should let you browse and play. You can also use the automation service call to pass the card id to an automation. |
Beta Was this translation helpful? Give feedback.
-
Answer is, when you add the media player entity, you can then see browse and pick what you want. Be nice to see the content ids when browsing, but not sure that possible? |
Beta Was this translation helpful? Give feedback.
-
One issue I'm running into is that when I trigger sleep sounds, it does not loop. It will just end after a couple minutes of playing. When triggered from the app it will play continuously. Any idea how to get around this? |
Beta Was this translation helpful? Give feedback.
-
My app does show the repeat icon highlighted
…On Tue, Jan 7, 2025, 6:08 PM cdnninja ***@***.***> wrote:
I don't personally use sleep sounds. However, checked a few things. When I
enable debug logs and run it from within the app it sends this. Key bit
being repeatALL being off. In the app it also shows playing without repeat
enabled. Does your show repeat? If so maybe that was turned on in the app
and it remembers it?
2025-01-07 19:04:20.445 DEBUG (Thread-7 (_thread_main))
[yoto_api.YotoMQTTClient] yoto_api - MQTT Message:
{"trackLength":1854,"position":0,"cardId":"gOBNG","repeatAll":false,"source":"card","cardUpdatedAt":"2022-04-14T16:59:22.445Z","chapterTitle":"Pink
Noise","chapterKey":"Pink","trackTitle":"Pink
Noise","trackKey":"Pink","streaming":true,"volume":5,"volumeMax":5,"playbackStatus":"playing","playbackWait":false,"sleepTimerActive":false,"eventUtc":1736301867}
If your app does show the repeat icon being highlighted I need to add the
"repeat" feature to this integration. You could then call play and enable
repeat.
—
Reply to this email directly, view it on GitHub
<#119 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADSY4AFTQQ2VG2MCPWOV5ZD2JSCAXAVCNFSM6AAAAABOMP32ZGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNZWG43DKMA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Click browse media within the media player entity. It should let you browse and play. You can also use the automation service call to pass the card id to an automation.