Search found 26 matches

by DarkFoxDK
Tuesday 02 May 2017 0:22
Forum: Python
Topic: Python plugin: Sony Bravia TV
Replies: 205
Views: 46577

Re: Python plugin: Sony Bravia [ready for test]

G3rard wrote:
DarkFoxDK wrote:Unless you really feel like it, I wouldn't bother. I can just as easily use my current script with virtual switches and on/off actions. :)
Are you able to switch the TV on with your script (using the wakeonlan part)? Then things are getting more interesting ;)
Sadly not.
by DarkFoxDK
Tuesday 02 May 2017 0:12
Forum: Python
Topic: Python plugin: Sony Bravia TV
Replies: 205
Views: 46577

Re: Python plugin: Sony Bravia [ready for test]

I've got a Sony Bravia KDL-46EX724, which is a couple of generations older than the ones supported by the plugin, however, it still does support IRCC codes, so I wonder what would be needed for at least partial support? Have done some testing with my KDL-32EX720 and only IRCC commands are supported ...
by DarkFoxDK
Sunday 30 April 2017 1:22
Forum: Python
Topic: Python plugin: Sony Bravia TV
Replies: 205
Views: 46577

Re: Python plugin: Sony Bravia [ready for test]

What can you use from that script with your TV? Because the plugin uses the same method as in that script. The plugin also uses IRCC codes, for example in the Sources switch. Can you use that? I think pretty much all but power on and off works in that script. None of the commands in the plugin work ...
by DarkFoxDK
Saturday 29 April 2017 22:36
Forum: Python
Topic: Python plugin: Sony Bravia TV
Replies: 205
Views: 46577

Re: Python plugin: Sony Bravia [ready for test]

I've got a Sony Bravia KDL-46EX724, which is a couple of generations older than the ones supported by the plugin, however, it still does support IRCC codes, so I wonder what would be needed for at least partial support? Currently I'm using this script for somewhat limited control: #!/bin/bash ...
by DarkFoxDK
Wednesday 26 April 2017 22:39
Forum: Zigbee
Topic: Ikea "TRÅDFRI" Gateway and smart lights series for ZigBee Light Link (ZLL) lighting
Replies: 63
Views: 42975

Re: Ikea "TRÅDFRI" Gateway and smart lights series for ZigBee Light Link (ZLL) lighting

As a workaround until the official implementation shows up, I've created a lua script to control the bulb level using moroen's script. Edit: Be sure to restart your gateway after adding your bulbs and before setting this up, as it will reorder them alphabetically at reboot. Edit 2: Updated to match ...
by DarkFoxDK
Wednesday 26 April 2017 0:13
Forum: Other questions and discussions
Topic: HOWTO: Using "Join" to send notifications to your device(s)
Replies: 2
Views: 2378

Re: HOWTO: Using "Join" to send notifications to your device(s)

Is this still working for you? I just get an error when I try to send a test notification.

Edit: Seems like it was a glitch with domoticz. None of the notification methods were working at all. Restart fixed it.
by DarkFoxDK
Saturday 26 November 2016 15:17
Forum: PHP and all others
Topic: Script (NodeJS): Chromecast status to virtual device
Replies: 12
Views: 9203

Re: Script (NodeJS): Chromecast status to virtual device

I'm not sure how your code was working before. For me it would only update devices when starting the script. I've modified the localServer function to make it work correctly: function localServer() { //Chromecast scanner nodecastor.scan() .on('online', function(d) { var playerName = d.friendlyName ...
by DarkFoxDK
Saturday 12 November 2016 14:42
Forum: ESP8266
Topic: [ESP8266] Commercial H801 WiFi RGB-dimmer topic
Replies: 119
Views: 82903

Re: [ESP8266] Commercial H801 WiFi RGB-dimmer topic

humz keep getting a error in domotiz when I try this one [string "local lights = { ..."]:12: bad argument #1 to 'pairs' (table expected, got nil) cant realy figure out why Did you create it as a device-type script? Otherwise, the deviceschanged table is empty. Oh, and there's a trick to get the ...
by DarkFoxDK
Tuesday 08 November 2016 0:46
Forum: Suggestions
Topic: Clone scenes
Replies: 1
Views: 935

Clone scenes

For Halloween I tweaked the colours in some of my scenes, to be more halloween'y. Now that Halloween is over, I'd like to keep the Halloween themed scenes for next year, and make new ones for the upcoming winter holiday season (Was that PC enough? ;) ). Currently, this process involves creating ...
by DarkFoxDK
Monday 07 November 2016 23:06
Forum: ESP8266
Topic: [ESP8266] Commercial H801 WiFi RGB-dimmer topic
Replies: 119
Views: 82903

Re: [ESP8266] Commercial H801 WiFi RGB-dimmer topic

ledfreak3d ... runcommand = "curl 'http://" .. IP .. "/control?cmd=PWM," ..PIN.. "," .. CalcValue .. "'"; ... How does os.execute curl compare to the OpenURL command in speed? Edit: Should've just tested it. It's much faster. Script below updated. This is my current script for driving my ESPEasy ...
by DarkFoxDK
Saturday 29 October 2016 19:54
Forum: RFLink Transceiver
Topic: Conrad RSL Wireless 1-channel Built-in switch
Replies: 17
Views: 3995

Re: Conrad RSL Wireless 1-channel Built-in switch

I'll order a PIR and door switch. I'll be sure to send you the debug data from them if they're not working. :)
by DarkFoxDK
Thursday 27 October 2016 22:12
Forum: RFLink Transceiver
Topic: Conrad RSL Wireless 1-channel Built-in switch
Replies: 17
Views: 3995

Re: Conrad RSL Wireless 1-channel Built-in switch

Sorry for necromancering this thread, but I'm interested in the Conrad RSL products, but it's difficult to see whether they're properly supported, considering terb0r's unanswered post. Specifically, I'm considering getting the PIR devices. However, another worry I have with those, is that they have ...
by DarkFoxDK
Thursday 27 October 2016 21:35
Forum: Others
Topic: Milight RGB led strip
Replies: 16
Views: 3040

Re: RE: Re: Milight RGB led strip

Ninja edit: I'm a dummy, it's just the H801's not working, due to the plugin only supporting emulating RGBW. I guess I'll have to create a separate virtual dimmer, and set the values directly with ESP Easy's PWM function. . Done with a dummy dimmer + a lua script x 2 to drive w1 & w2. Works nice ...
by DarkFoxDK
Thursday 27 October 2016 11:26
Forum: Others
Topic: Milight RGB led strip
Replies: 16
Views: 3040

Re: Milight RGB led strip

There's a guide on how to export a .bin file from Arduino available on their Wiki, but it seems to be unavailable at the moment. do you mean this? http://webcache.googleusercontent.com/search?q=cache:HjFxLNw8-hwJ:www.esp8266.nu/index.php/EasyOTA+&cd=1&hl=en&ct=clnk&gl=uk Yep. That's the one ...
by DarkFoxDK
Thursday 27 October 2016 0:10
Forum: Others
Topic: Milight RGB led strip
Replies: 16
Views: 3040

Re: Milight RGB led strip

There's a guide on how to export a .bin file from Arduino available on their Wiki, but it seems to be unavailable at the moment.
by DarkFoxDK
Wednesday 26 October 2016 2:02
Forum: RFLink Transceiver
Topic: Big Milight RGB hue offset
Replies: 0
Views: 559

Big Milight RGB hue offset

I've just gotten around to setting my RGB Milight receivers up on RFLink. However, I've discovered that the 25° offset when using the Milight "hub" with Domoticz, is even worse when using RFLink. I now need to offset the hue by a massive 36°, making the colour selector practically useless, as the c ...
by DarkFoxDK
Friday 21 October 2016 13:50
Forum: Others
Topic: Milight RGB led strip
Replies: 16
Views: 3040

Re: Milight RGB led strip

I'm using RGB milight modules, with RGB strips (5050 LEDs). The H801 run ESP Easy with the Milight plugin and have the same type of RGB strips. I'm using the white channels to control some other white LEDs lights. Ninja edit: I'm a dummy, it's just the H801's not working, due to the plugin only ...
by DarkFoxDK
Friday 21 October 2016 13:11
Forum: Others
Topic: Milight RGB led strip
Replies: 16
Views: 3040

Re: Milight RGB led strip

Bumping this. I've got both Milights and H801 emulating Milight with this issue.
by DarkFoxDK
Tuesday 07 June 2016 15:43
Forum: RFLink Transceiver
Topic: Anyone tried Honeywell Series 5 door bells? (868Mhz)
Replies: 4
Views: 1280

Re: Anyone tried Honeywell Series 5 door bells? (868Mhz)

dws199 wrote:Ok thanks. I might give it a try anyway. Am I right in thinking that I'd need to have two RFLink devices if I wanted to use both 433 and 868mhz frequencies?
Yes. And you'll need another transceiver board for it. Unfortunately nodoshop only seems to sell kits with 433mhz boards.
by DarkFoxDK
Thursday 26 May 2016 0:33
Forum: Switches and Scenes
Topic: Onkyo Volume Switch
Replies: 5
Views: 1841

Re: Onkyo Volume Switch

I've done this with my Bravia TV. I can't get the current volume for it, so I've had to make it change the volume relatively. The only way I've found as well, is the Selector switch method. You just gotta get all the settings set before you change it to Dimmer. You can delete it from the Devices ...