klionthenew.blogg.se

Flirc kodi harmony
Flirc kodi harmony




flirc kodi harmony
  1. Flirc kodi harmony full#
  2. Flirc kodi harmony android#
  3. Flirc kodi harmony Bluetooth#
  4. Flirc kodi harmony tv#

Flirc kodi harmony android#

If you ask the friendly support folks at LightwaveRF they’ll send you a spreadsheet of commands, and it’s on various websites but the simplest way is to simply set up your Lightwave kit in the Lightwave app on android or iOS and then use a network sniffer like WireShark to see that happens when you press the various buttons. This is my very first python program, so the style may not be perfect but I decided to use Python for educational purposes (for me and my kids).

flirc kodi harmony

So I wrote a little script to listen for these numbers and do the various commands, then I need the script to run interactively everytime the Pi boots up. To add lighting control to it I change the start up options and also the screen options:Īssign the new sequence to the correct button Raspberry Pi SetupĪs I said earlier, I’ve got Flirc setup using the Kodi profile because it’s nice and easy and the Harmony remote sends +. I have an activity that already turns my TV+soundbar on, selects my DVR etc. I can then set up screen buttons for each activity to invoke those commands. (and some others that aren’t to do with lightwave) For my setup here’s my codes, there’s no need to use single digits but it’s quicker than really long ones:ĥ – Set main lights to 5% without changing any others (for pause)Ħ – Turn main lights off without changing others (for play)ħ – Lock light changes (stop video events changing lights)Ĩ – Unlock light changes (re-enable video events changing lights)ĩ99 – Reboot Rasberry Pi (script auto-starts on boot – see below) My python script will listen for so I just need to map numbers to whatever I want the script to do.

Flirc kodi harmony full#

* All on (Main lights at full brightness and side lights on) * Dim room (TV Time + Main lights on low dim settings)

Flirc kodi harmony tv#

* TV Time (dim side and back lights on, main lights off) Using my LightwaveRF app I’ve setup a few “moods”: I’ll just run through setting up one here, but the need to do this multiple times is one of the motivators for keeping it as simple as possible. Unfortunately MyHarmony doesn’t let you assign custom sequences to a device setup so I need to add my lighting sequences to my variouus Harmony activities.

flirc kodi harmony

This is a really an easy way to send number strings to the Pi because the number buttons/commands on the remote get turned by Flirc into number key presses and the Ok button of the remote gets translated to the Enter key. The Flirc is also loaded with the kodi profile. I have the Raspberry Pi setup as a device in MyHarmony using Brand: Raspberry Pi and Device: Kodi because it’s a simple profile that both the Harmony One and Flirc understand. There are other ways of interpreting the IR commands, but this was a super simple one! Then I wrote a little python program that listens to the incoming commands from the Flirc USB Infrared receiver.

Flirc kodi harmony Bluetooth#

I decided to use a Raspberry Pi 3 (now with Wifi and Bluetooth built in!) to do the lightwave udp packets and Flirc to interpret the IR signals and convert them into simple text commands. I’ve got a Logitech Harmony One remote control, because it allows you to setup custom sequences and controls my TV, DVR box and sound bar. I use LightwaveRF devices to control my main lights (2 dimmers) and various side-lights and screen backlights, I’ve also got a LightwaveRF Link hub which allows the Lightwave’d lights to be controlled by app, but also by simple UDP packets. When I pause I want the main lights to come up a little and when I play I want main lights to turn off again 🙂 My setup When I watch TV or streaming video I want the main lights to go off and the side/back lights to come on in my living room. I’ve recently got into home automation and so thought it would be fun to integrate my smart lighting with my media centre and remote control.

flirc kodi harmony

Howto: Controlling LightwaveRF lights with a Raspberry Pi, Flirc and Logitech Harmony One IR remote






Flirc kodi harmony