Search found 4 matches

by Chrisiesmit93
Saturday 02 September 2017 19:13
Forum: Python
Topic: [REQUEST] Chromecast (Google Cast) output and controller plugin?
Replies: 19
Views: 11090

Re: [REQUEST] Chromecast (Google Cast) output and controller plugin?

I'm using PyChromecast for populating some custom text sensors showing the Current App, Current Song, etc. I haven't used it for detailed control actions yet other than opening default Chromecast Apps (e.g. YouTube, NetFlix, Spotify). I'll have a play and see what I can come up with and provide a ...
by Chrisiesmit93
Thursday 13 April 2017 16:25
Forum: Suggestions
Topic: Chromecast status
Replies: 40
Views: 22393

Re: Chromecast status

you have to replace all occurrences of “except socket.error:” with “except (socket.error,OSError):” in the file pychromecast\socket_client.py I also edited the code as mentioned above, but the script evertime stops at exactly 32 "checks" (this also happens when I comment the line with the 1 sec dela ...
by Chrisiesmit93
Sunday 10 July 2016 21:36
Forum: Design, usability and languages
Topic: FlatZ Frontpage
Replies: 237
Views: 105004

Re: FlatZ Frontpage

I am trying to connect the FlatZ site to Domoticz, but it seems it's not working. In settings.js I have entered the IP of Domoticz and setup 1 of my Hue lights but the hue lights and the Logs page are not working... Domoticz and FlatZ are on the same server (Domoticz on port 80, no security and ...
by Chrisiesmit93
Tuesday 19 April 2016 22:58
Forum: LUA
Topic: Need help with dimming Philips Hue
Replies: 0
Views: 704

Need help with dimming Philips Hue

Hello, I want to put my Philips Hue lights gradually brighter (from 0% to 100% with steps of 1% per minute) when the sun goes down (trigger). I tested a small blocky script with multiple "set X = X after X seconds", but that didn't work. Only the last one does work... Now I am testing with LUA, but ...