Search found 13 matches
- Wednesday 24 April 2019 21:56
- Forum: Python
- Topic: Python Plugin: Spotify
- Replies: 88
- Views: 34354
Re: Python Plugin: Spotify
Can't seem to get this plugin to work anymore. It worked fine a few months ago but now I'm getting this error message. (SpotifyPlugin) Error calling 'http://localhost:8080/json.htm?vtype=2&vvalue=¶m=saveuservariable&type=command&vname=SpotifyPlugin-retrievaldate' I'm not sure if the problem is ...
- Tuesday 02 April 2019 18:59
- Forum: Python
- Topic: Python Plugin: Chromecast
- Replies: 206
- Views: 49165
Re: Python Plugin: Chromecast
please install Spotipy properly: sudo pip3 install git+https://github.com/plamere/spotipy.git I already have this installed so I will try and re-install it and return with an update. Thank you. Edit: That did the trick. sudo pip3 uninstall spotipy sudo pip3 install git+https://github.com/plamere ...
- Monday 01 April 2019 20:21
- Forum: Python
- Topic: Python Plugin: Chromecast
- Replies: 206
- Views: 49165
Re: Python Plugin: Chromecast
Keep getting this error. It is like the attribute start has been removed or something? 2019-04-01 19:15:54.807 Status: (Chromecast) Found these chromecasts: 'Google Home Mini', 'Chromecast' 2019-04-01 19:15:54.808 Error: (Chromecast) Error on line 556 Error is 'Chromecast' object has no attribute ...
- Monday 01 April 2019 19:18
- Forum: Python
- Topic: Python Plugin: Chromecast
- Replies: 206
- Views: 49165
Re: Python Plugin: Chromecast
Keep getting this error. It is like the attribute start has been removed or something? 2019-04-01 19:15:54.807 Status: (Chromecast) Found these chromecasts: 'Google Home Mini', 'Chromecast' 2019-04-01 19:15:54.808 Error: (Chromecast) Error on line 556 Error is 'Chromecast' object has no attribute ...
- Saturday 05 January 2019 13:49
- Forum: Python
- Topic: Python Plugin: Spotify
- Replies: 88
- Views: 34354
Re: Python Plugin: Spotify
@Tobbo, The same Chromecast object has a start_app API for that. Try something like: your_chromecast_object.start_app('CC32E753') # yep, Google uses magic codes for apps or have a look at line 376 in the most recent version (1.2.1) of my plugin. That is linked to a Domoticz selector device that ...
- Saturday 29 December 2018 17:21
- Forum: Python
- Topic: Python Plugin: Spotify
- Replies: 88
- Views: 34354
Re: Python Plugin: Spotify
@Tobbo, There are a number of plugin developments going on in this area, all seem to be taking slightly different approaches (which is great because someone may create the perfect solution 8-) ). My (early dev version) might help because it allows you to select Spotify from a Domoticz script or ...
- Monday 24 December 2018 12:48
- Forum: Python
- Topic: Python Plugin: Spotify
- Replies: 88
- Views: 34354
Re: Python Plugin: Spotify
I see, might look into getting one of does then. But I did find a plugin called SpotyPi, together with PyChromecast and this plugin I might be able to start the chromecast, then send the push to start songs via Domoticz. I'll return with an answer if I manage to solve it. Thanks anyway I am also ...
- Thursday 06 December 2018 18:56
- Forum: Python
- Topic: Python Plugin: Spotify
- Replies: 88
- Views: 34354
Re: Python Plugin: Spotify
Ahha, i c... Cannot help you with that.. I have an onkyo receiver, which is always 'awake' for spotify connect. If I start spotify on the onkyo, it wakes up on its own. I see, might look into getting one of does then. But I did find a plugin called SpotyPi, together with PyChromecast and this ...
- Thursday 06 December 2018 14:03
- Forum: Python
- Topic: Python Plugin: Spotify
- Replies: 88
- Views: 34354
Re: Python Plugin: Spotify
I managed to get it to work, but I was wondering if anyone has managed to send a spotify playlist to a chromecast device using this plugin? If so, how did you get it to work? What I would like to do is to set up a timed event that sends and starts the selected spotify playlist on my chromecast ...
- Tuesday 04 December 2018 21:33
- Forum: Python
- Topic: Python Plugin: Spotify
- Replies: 88
- Views: 34354
Re: Python Plugin: Spotify
i am getting this and no devices are created, am i doing something wrong? 2018-12-04 18:58:11.337 Status: (Spotify) Entering work loop. 2018-12-04 18:58:11.338 Status: (Spotify) Initialized version 0.2, author 'djj' 2018-12-04 18:58:12.013 Error: (Spotify) 'onStart' failed 'AttributeError'. 2018-12 ...
- Tuesday 04 December 2018 16:22
- Forum: Python
- Topic: Python Plugin: Spotify
- Replies: 88
- Views: 34354
Re: Python Plugin: Spotify
I managed to get it to work, but I was wondering if anyone has managed to send a spotify playlist to a chromecast device using this plugin? If so, how did you get it to work? What I would like to do is to set up a timed event that sends and starts the selected spotify playlist on my chromecast ...
- Monday 19 November 2018 17:56
- Forum: iOS
- Topic: Pilot: Home Automation Control (iOS app)
- Replies: 1000
- Views: 234577
Re: Pilot: Home Automation Control (iOS app)
Thank you very much for providing this amazing app. I'm only having one problem right now, my geolocation is not activating/deactivating the switch I made for it. It is just a simple switch dummy according to the instructions that was posted. Geolocations or "locations" on my iphone is of course ...
- Monday 08 October 2018 13:19
- Forum: Other questions and discussions
- Topic: Panasonic tx-p50st60y Wake on Lan
- Replies: 0
- Views: 367
Panasonic tx-p50st60y Wake on Lan
Greetings. I've been trying to set up WoL for my Panasonic TV tx-p50st60y without any success. I've been using the plugin seen here https://www.domoticz.com/wiki/Panasonic_TV and with it I've successfully managed to send commands to the TV such as turning it off, lower volumes and changing channels ...