-
Right now i am using
I now want to try out Sepia and already got it running But there are some questions for the long term:
Sorry if im Asking very basic questions and maybe i did not find/read/understand some of the documentation. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
This I cannot really answer, it depends on the data you can read via Google Assistant + myopenhab. I'm assuming the GA has an openHAB skill? The path of one command would then be:
Yes. SEPIA uses Porcupine and has support for a number of pre-defined words (v1.4-v1.9) and fully customizable words (v2+ with Porcupine access key). You can read more here
There was a discussion about this (unfortunately in German) and the result was a little Python server I wrote that implements a hacky Python script as "unofficial YT-Music API" and works as a drop-in replacement for the default Youtube API (see SEPIA core settings). This is the server: https://github.com/fquirin/python-ytmusicapi-server |
Beta Was this translation helpful? Give feedback.
-
I have no idea how i could get this working so fast. Here i created a dockerized version of your YTM microservice which seems to be working in my case: |
Beta Was this translation helpful? Give feedback.
This I cannot really answer, it depends on the data you can read via Google Assistant + myopenhab. I'm assuming the GA has an openHAB skill? The path of one command would then be:
GA Home Device -> Google Cloud -> openHAB Cloud -> openHAB home server -> SEPIA home server ...
instead of:
SEPIA client -> SEPIA home server 😅
Yes. SEPIA uses Porcupine and has support for a number of pre-defined words (v1.4-v1.9) and fully customizable words (v2+ with Porcupine access key). You can read more here
There was a discussion about this (unfortun…