Search found 6 matches

by StefanPuntNL
Tuesday 10 November 2015 10:42
Forum: Z-Wave
Topic: New Qubino Z-Wave+ dimmer ZMNHDD1 now available
Replies: 13
Views: 6279

Re: New Qubino Z-Wave+ dimmer ZMNHDD1 now available

I have the Aeotec S2 stick, it does not work with that one. So you need a gen5. I got the new dimmer as a warranty replacement for an older Qubino dimmer but I can only control it via the switch on the wall. I can include the new dimmer, but it shows up as 'unknown' and 'not reachable'. My ...
by StefanPuntNL
Monday 12 October 2015 23:23
Forum: LUA
Topic: LUA script for Sony Bravia TV
Replies: 48
Views: 46175

Re: LUA script for Sony Bravia TV

@StefanPuntNL, I get an 500 error code when starting ./start_netflix.sh. Netflix: Command failed (HTTP_CODE: 500, try running it in a console) I changed the settings in the remote.sh scripts and the scripts are executable. The command for Netflix has the right code. I also tried other commands with ...
by StefanPuntNL
Sunday 11 October 2015 14:52
Forum: LUA
Topic: LUA script for Sony Bravia TV
Replies: 48
Views: 46175

Re: LUA script for Sony Bravia TV

I created the following bash script: remote.sh Set the variables at the top of the file to match your own environment Place file in scripts folder of Domoticz Make it executable (chmod +x remote.sh) Example of usage: ./remote.sh PowerOn Possible commands depend on exact type of TV, but most commands ...
by StefanPuntNL
Wednesday 07 October 2015 12:44
Forum: LUA
Topic: LUA script for Sony Bravia TV
Replies: 48
Views: 46175

Re: LUA script for Sony Bravia TV

I have checked the getRemoteControllerInfo (Netflix command is the same as above) and sent the SOAP XML message to the TV, but can't get it working. Which curl command are you using for sending the XML file? I have used https://github.com/breunigs/bravia-auth-and-remote on my laptop to start ...
by StefanPuntNL
Monday 05 October 2015 13:12
Forum: LUA
Topic: LUA script for Sony Bravia TV
Replies: 48
Views: 46175

Re: LUA script for Sony Bravia TV

Thanks for sharing :D This works great on my KDL-50W829B. Do you know how to start Netflix using a script? I have found some commands on http://mendelonline.be/sony/sony.txt but don't know how to use the Netflix command. Starting Netflix from Domoticz was/is my next objective. I haven't integrated ...
by StefanPuntNL
Sunday 04 October 2015 20:23
Forum: LUA
Topic: LUA script for Sony Bravia TV
Replies: 48
Views: 46175

LUA script for Sony Bravia TV

Hi there, I want to share with you my LUA scripts for turning on/off a Sony Bravia TV. I created and tested this with a KDL-50W815B model, but i'm sure this will work with lots of other network connected Sony Bravia models. My solution consists of two scripts. The first one is a time script that ...