-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xml
254 lines (243 loc) · 12.9 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>cast-web</title>
<link href="https://vervallsweg.github.io/cast-web/feed.xml" rel="self" />
<link href="https://vervallsweg.github.io/cast-web" />
<updated>2019-03-12T17:17:18+01:00</updated>
<author>
<name>vervallsweg</name>
</author>
<id>https://vervallsweg.github.io/cast-web</id>
<entry>
<title>Google Assistant integration</title>
<author>
<name>vervallsweg</name>
</author>
<link href="https://vervallsweg.github.io/cast-web/google-assistant-integration/"/>
<id>https://vervallsweg.github.io/cast-web/google-assistant-integration/</id>
<updated>2019-03-12T17:05:07+01:00</updated>
<summary></summary>
<content type="html">
<![CDATA[
<img src="https://vervallsweg.github.io/cast-web/media/posts/23/" alt="" />
<h2>What does it do?</h2>
<p>TBD</p>
<h2>Installation</h2>
<div style="height: 315px; width: 560px; overflow: hidden;">
<div><img src="https://vervallsweg.github.io/cast-web/media/posts/23/cast-web-api-assistant.jpeg" alt="cast-web-api - Google Assistant setup" width="560" height="315">
<div style="position: relative; bottom: 160px; background-color: black;">Please <a onclick="youTubeCookieConsent(this, 'https://www.youtube.com/embed/f1ij_c2I4Ms?rel=0');">accept</a> cookies by <a href="https://www.youtube.com/static?template=privacy_guidelines">YouTube</a> to play this video. By accepting you will be accessing a service provided by a third party external to cast-web.</div>
</div>
</div>
<h2>Usage</h2>
<h2>Common issues</h2>
]]>
</content>
</entry>
<entry>
<title>Google Assistant problems</title>
<author>
<name>vervallsweg</name>
</author>
<link href="https://vervallsweg.github.io/cast-web/google-assistant-problems/"/>
<id>https://vervallsweg.github.io/cast-web/google-assistant-problems/</id>
<category term="FAQ"/>
<updated>2019-03-06T15:18:04+01:00</updated>
<summary></summary>
<content type="html">
<![CDATA[
<img src="https://vervallsweg.github.io/cast-web/media/posts/22/" alt="" />
<h2>Cannot read errors</h2>
<p><span data-dobid="hdw">Inaccessible configuration files happen on certain platform. This will be fixed in the next release. For the time being you can try to <a href="https://github.com/vervallsweg/cast-web-api/issues/94" target="_blank" rel="noopener noreferrer">manually create them</a>.</span></p>
<h2>Assistant configuration lost after update</h2>
<p>Updating cast-web-api can lead to the google assistant configuration files being deleted. Go to {your api ip address}/assistant/setup and follow the guide again. This will be fixed in the next release.</p>
]]>
</content>
</entry>
<entry>
<title>'GoogleAssistant not installed'</title>
<author>
<name>vervallsweg</name>
</author>
<link href="https://vervallsweg.github.io/cast-web/GoogleAssistant-not-installed/"/>
<id>https://vervallsweg.github.io/cast-web/GoogleAssistant-not-installed/</id>
<category term="FAQ"/>
<updated>2019-03-06T15:18:39+01:00</updated>
<summary></summary>
<content type="html">
<![CDATA[
<img src="https://vervallsweg.github.io/cast-web/media/posts/21/" alt="" />
<h2>What causes this issue?</h2>
<p>For the Assistant features a package called 'google-assistant' needs to be installed. Since there are often issues when installing that package, it is marked as optional. Meaning when you installed cast-web-api v>1.0 it couldn't install this package and just skipped it. However cast-web-api can work without the assistant, it is optional.</p>
<h2>The most likely fix</h2>
<p>You need to grant the install scripts of the 'google-assistant' package or cast-web-api root permisions.</p>
<p>To install after first install of cast-web-api:</p>
<p><code>sudo npm install google-assistant -g ---unsafe-perm</code></p>
<p>To install cast-web-api with all dependencies from the get go also add the same flag:</p>
<p><code>sudo npm install cast-web-api -g --unsafe-perm</code></p>
<h2>node-gyp errors</h2>
<p>Coming soon.</p>
]]>
</content>
</entry>
<entry>
<title>My devices are only called 'cast-web-device'</title>
<author>
<name>vervallsweg</name>
</author>
<link href="https://vervallsweg.github.io/cast-web/My-devices-are-only-called-cast-web-device/"/>
<id>https://vervallsweg.github.io/cast-web/My-devices-are-only-called-cast-web-device/</id>
<category term="FAQ"/>
<updated>2018-06-02T16:57:08+02:00</updated>
<summary></summary>
<content type="html">
<![CDATA[
<img src="https://vervallsweg.github.io/cast-web/media/posts/19/" alt="" />
<p>This is a communication issue between the cast-web-api and your SmartThings Hub.</p>
<h2>Ensure that your cast-web-api is running</h2>
<ol>
<li>Open a browser window</li>
<li>Enter the cast-web-api address, it is displayed on startup and looks roughly like this <code><a href="http://192.168.2.104:300/">http://192.168.2.104:300/</a></code></li>
<li>It should display the version of your cast-web-api</li>
</ol>
<p>Should you not see the current version, start it or check the <a href="#INTERNAL_LINK#/post/6">install guide</a> again.</p>
<ol>
<li>Try opening the same address you just opened on a different device on the same network. Your phone for example.</li>
</ol>
<p>Should you not see the current version, there is a network issue. Make sure that there's no firewall on the API device that's blocking the connection. Also ensure that the API device and your SmartThings hub are on the same network and can communicate.</p>
<ol>
<li>Open your SmartThings app</li>
<li>On your devices page, navigate to cast-web-api</li>
<li>Press the refresh button</li>
<li>Wait a couple of seconds, your devices should no work properly</li>
</ol>
<p>If they're still not working correctly, check the <a href="#INTERNAL_LINK#/post/4">help</a> page for other solutions.</p>
]]>
</content>
</entry>
<entry>
<title>Automation ideas</title>
<author>
<name>vervallsweg</name>
</author>
<link href="https://vervallsweg.github.io/cast-web/Automation-ideas/"/>
<id>https://vervallsweg.github.io/cast-web/Automation-ideas/</id>
<category term="FAQ"/>
<updated>2018-06-02T17:14:08+02:00</updated>
<summary></summary>
<content type="html">
<![CDATA[
<img src="https://vervallsweg.github.io/cast-web/media/posts/18/" alt="" />
<p>Cast-web basically sets up your Google Cast devices as selectable speakers for any audio output in SmartThins.</p>
<p>Every other SmartThings Smartapp that works with SmartThings speakers can now use your Google Cast devices. Apps include many community Smartapps like BigTalker2 and even official SmartThings apps like SpeakerNotifyWithSound (defunct) and Speaker companion.</p>
<p>All of these features are available to Google Cast devices with a screen (Chromecasts, etc.) and without one (Google Homes, Chromecast audios, etc.) and even groups you created in the Google Home app. </p>
<h2>Stop my Chromecast audios when I turn on the TV</h2>
<p> </p>
More ideas coming soon.
]]>
</content>
</entry>
<entry>
<title>Roadmap for version 1.1.0</title>
<author>
<name>vervallsweg</name>
</author>
<link href="https://vervallsweg.github.io/cast-web/Roadmap-for-version-1.1/"/>
<id>https://vervallsweg.github.io/cast-web/Roadmap-for-version-1.1/</id>
<category term="Roadmap"/>
<updated>2018-09-19T21:24:16+02:00</updated>
<summary></summary>
<content type="html">
<![CDATA[
<img src="https://vervallsweg.github.io/cast-web/media/posts/17/" alt="" />
<ul>
<li>Google Assistant support: you can now broadcast messages to your Google Homes, without interrupting playback</li>
<li>Fixed: use Google TTS to read out characters longer than 200 characters</li>
<li>Preset objects now support queueing</li>
<li>Preset generator now lets queue multiple elements</li>
</ul>
]]>
</content>
</entry>
<entry>
<title>Request a feature</title>
<author>
<name>vervallsweg</name>
</author>
<link href="https://vervallsweg.github.io/cast-web/request-a-feature/"/>
<id>https://vervallsweg.github.io/cast-web/request-a-feature/</id>
<updated>2018-06-11T20:10:53+02:00</updated>
<summary></summary>
<content type="html">
<![CDATA[
<img src="https://vervallsweg.github.io/cast-web/media/posts/16/" alt="" />
<iframe width="100%" height="1000px" src="https://docs.google.com/forms/d/e/1FAIpQLSe3MkdvLfJ1EoMnSS7xSQIR6YedbKt3DVIKqizuHJ8X9bp1Gg/viewform?embedded=true" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
]]>
</content>
</entry>
<entry>
<title>Donate</title>
<author>
<name>vervallsweg</name>
</author>
<link href="https://vervallsweg.github.io/cast-web/donate/"/>
<id>https://vervallsweg.github.io/cast-web/donate/</id>
<updated>2018-05-29T02:17:50+02:00</updated>
<summary></summary>
<content type="html">
<![CDATA[
<img src="https://vervallsweg.github.io/cast-web/media/posts/15/" alt="" />
<p>What started as a private DIY project has now turned into a really capable, stable and widely used project.</p>
<p>cast-web is mainly maintained by one person, me vervallsweg. This is not what I do for a living, but the workload of this project often comes pretty close. If you like cast-web please consider donating, it helps me as a student pay my bills and dedicate more of my time towards this project.</p>
<p>This project is add free, not behind a paywall, completly free and open source. Please help to keep it the way it is.</p>
<p>Thank you.</p>
<p><a href="https://www.paypal.me/vervallsweg" title=" " id="donate" class="btn" style="font-size: 1.5em;"> </a> </p>
<script>// <![CDATA[
document.querySelector('a#donate').innerHTML = '<i class="icon paypal" style="margin:0;"></i>';
// ]]></script>
]]>
</content>
</entry>
<entry>
<title>How do I use the preset generator?</title>
<author>
<name>vervallsweg</name>
</author>
<link href="https://vervallsweg.github.io/cast-web/How-do-I-use-the-preset-generator/"/>
<id>https://vervallsweg.github.io/cast-web/How-do-I-use-the-preset-generator/</id>
<category term="FAQ"/>
<updated>2018-05-28T19:57:22+02:00</updated>
<summary></summary>
<content type="html">
<![CDATA[
<img src="https://vervallsweg.github.io/cast-web/media/posts/14/" alt="" />
Coming soon.
]]>
</content>
</entry>
<entry>
<title>What can I play through presets?</title>
<author>
<name>vervallsweg</name>
</author>
<link href="https://vervallsweg.github.io/cast-web/What-can-I-play-through-presets/"/>
<id>https://vervallsweg.github.io/cast-web/What-can-I-play-through-presets/</id>
<category term="FAQ"/>
<updated>2018-05-28T19:55:48+02:00</updated>
<summary></summary>
<content type="html">
<![CDATA[
<img src="https://vervallsweg.github.io/cast-web/media/posts/13/" alt="" />
<p>Only DRM free content. Probably not what you want your fancy internet connected speaker to play.</p>
<h2>What is DRM free content?</h2>
<p>Everything you can get a direct file link to. It needs to be without a login, hosted on the internet or your local network.</p>
<p>This excludes most streaming services like Netflix or Spotify, since you cannot get a direct link (.mp3/4) and have to log in.</p>
<p>However most radio stations have direct links and don't need a login.</p>
<h2>What formats are supported?</h2>
<p> </p>
<p>Almost every major format is supported. A <a href="https://developers.google.com/cast/docs/media#media-type-strings" target="_blank" rel="noopener noreferrer">full list</a> is available by Google.</p>
<h2>How do I create presets?</h2>
<p>Use the <a href="https://vervallsweg.github.io/smartthings/cast-web-preset-generator/preset-generator.html" target="_blank" rel="noopener noreferrer">preset generator</a>. A guide is available.</p>
]]>
</content>
</entry>
</feed>