• Thanks for visiting the Kaleidescape Owners' Forum

    This forum is for the community of Kaleidescape owners, and others interested in learning about the system, equipment, services, and the company itself.

    It is run by a group of enthusiastic Kaleidescape owners and dealers purely as a service to this community.

    This board is not affiliated in any way with Kaleidescape, Inc.
    For official technical support, product information, or customer service, please visit www.kaleidescape.com

    You can dismiss this box forever by clicking the "X" in the upper right corner of this message.
  • You are currently in "Guest" mode and not logged in with a registered account.

    The forum is free to use and most of the forum can be used by guests who are not registered....

    ... but we strongly encourage you to register for a full account. There is no cost to register for a full account.

    Benefits of registering for a full account:

    • Participate in the discussions! You must have a registered account to make posts on the forums. You will be able to start your own thread on a topic or question, or you can reply to other threads/discussions.
    • Use the "Conversation" feature (known as "private messaging" on other forums) to communicate directly with any of the other users here.
    • Access the Files area. The "resources" area of the forum contains many "Favorite Scene" and Script files that can dramatically increase the enjoyment of your Kaleidescape system. Go directly to great scenes in your favorite movies, created by other owners, and add automation to playback of your system with Scripts.
    • You won't see this annoying notice at the top of every screen!😊

    It's easy and free to register for the forum. Just click the "Register" button in the upper right corner of this page, and follow the instructions there.

    This box goes away for registered users.

X2 & Home Assistant integration

josh

Administrator
Staff member
Forum Administrator
Moderator
⭐️⭐️PATRON⭐️⭐️
🏆 1000+ Posts! 🏆
Joined
May 27, 2006
Messages
2,273
Location
SF Bay Area, USA
In case you're wondering, YES... I now have my X2 controlling dozens of devices through Home Assistant. The process is a little convoluted (detailed elsewhere on this forum and on the relevant reddit groups) but it DOES work... you can trigger devices and scenes from soft or hard buttons on the X2 to do things in Home Assistant if you work through the process patiently.

So far I have it controlling my most important lights and shades (lutron) via Home Assistant MQTT which was a must-have for me.

I also have some HA actions that I now can trigger via soft buttons on the X2 directly too... which has solved some tricky issues for me as well.

And those HA actions can be put into sequences/macros including startup/shutdown sequences right within the X2 programming app once you have them implemented right.
 
What about HA->X2? As in...can Home Assistant tell the X2 to "activate" an activity?

I ask because that is how I currently do things with my Harmony. I have scripts in HA which actually handle all the power on and input switching for activities...then tell the harmony to switch to activity...in harmony the activity is setup to not do any power or input switching stuff..just source navigation and volume control. Everything else is handled via HA. But I need to be able to tell the X2 what activity to switch to.
 
What about HA->X2? As in...can Home Assistant tell the X2 to "activate" an activity?

I ask because that is how I currently do things with my Harmony. I have scripts in HA which actually handle all the power on and input switching for activities...then tell the harmony to switch to activity...in harmony the activity is setup to not do any power or input switching stuff..just source navigation and volume control. Everything else is handled via HA. But I need to be able to tell the X2 what activity to switch to.
supposed to be doable that way, but haven't tried it. don't really have the need for HA to control my av setup.
 
supposed to be doable that way, but haven't tried it. don't really have the need for HA to control my av setup.
In the case of Harmony...the Harmony hub shows up as a Remote entity in HA....with Activity attributes.....so its simply a matter of issuing Remote: Turn on with the appropriate activity id. Hopefully X2 is the same.

I have HA setup so I can start my activities either using the Harmony remote or via Alexa voice command...but in either case its HA that handles most of the work...my Harmony activities are pretty dumb and the Harmony remote only does navigation and volume.

i.e: my Watch Kaleidescape HA script has:
- action: remote.turn_on
target:
entity_id: remote.theaterhub
data:
activity: Kaleidescape
 
Back
Top