Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X10A unable to be controlled with Insteon::BaseController #551

Open
twinotter opened this issue Oct 20, 2015 · 0 comments
Open

X10A unable to be controlled with Insteon::BaseController #551

twinotter opened this issue Oct 20, 2015 · 0 comments

Comments

@twinotter
Copy link

I'm trying to use an X10 remote with an Insteon Scene. It appears that the Insteon::BaseController class is saying that X10 devices can't be added to scenes... Is there another way to accomplish what I'm trying to do?

BTW, I can activate the scene with the web interface. And I see misterhouse seeing the X10 commands on the line, including assigning them to the device name picked.

Here is the code that defines the X10 devices from my .mht file: (I tried different types of X10 devices with no luck.)

X10

X10A, A1, sw_low_light, All_X10_lights|All_X10, PLM,
X10SL, A2, remote1_bedroom1, All_X10_lights|All_X10, PLM,
X10TR, A3, remote1_living_room, All_X10_lights|All_X10, PLM,

And later on, the scene definitions: (tried with both SCENE_MEMBER and SCENE BUILD)

INSTEON_ICONTROLLER, 20, test_scene, All_Scenes

SCENE_MEMBER, remote1_living_room, test_scene

SCENE_MEMBER, sw_living_room_top, test_scene

SCENE_MEMBER, test_scene, sw_living_room_top

SCENE_MEMBER, test_scene, remote1_living_room

INSTEON_ICONTROLLER, 20, test_scene, All_Scenes
SCENE_BUILD, test_scene, sw_living_room_top, 1, 1
SCENE_BUILD, test_scene, remote1_living_room, 1, 1

These are the messages I get as misterhouse processes the .mht file:

02/22/15 11:29:42 PM [Insteon_PLM] 2412N using TCP, tcp_host=192.168.1.65, tcp_port=9761
02/22/15 11:29:42 PM [Insteon] Setting up initialization hooks
02/22/15 11:29:42 PM [Insteon_PLM] setting default xmit delay to: .5
02/22/15 11:29:42 PM [Insteon_PLM] setting x10 xmit delay to: 0.5
02/22/15 11:29:42 PM [Insteon::BaseController] WARN: unable to add : as items of type X10_Switchlinc are not supported!
02/22/15 11:29:42 PM [Insteon::BaseController] WARN: unable to add : as items of type X10_Switchlinc are not supported!
02/22/15 11:29:42 PM [Insteon::BaseController] WARN: unable to add : as items of type X10_Switchlinc are not supported!
02/22/15 11:29:42 PM [Insteon::BaseController] WARN: unable to add : as items of type X10_Transmitter are not supported!
02/22/15 11:29:42 PM [Insteon::BaseController] WARN: unable to add : as items of type X10_Transmitter are not supported!

Here's the output when I hit the corresponding button on the X10 remote:

02/22/15 11:44:19 PM XA3: remote1_living_room manual
02/22/15 11:44:20 PM XA3AJ: remote1_living_room on
02/22/15 11:44:24 PM XA3: remote1_living_room manual
02/22/15 11:44:24 PM X10: Unmatched incoming data_chunk=XAJA3AK (A ON)
02/22/15 11:44:24 PM XA3AK: remote1_living_room off
02/22/15 11:44:28 PM XA3: remote1_living_room manual
02/22/15 11:44:29 PM XA3AK: remote1_living_room off

Let me know if there's anything else I can send to give you a better idea of what is going on.

Thanks!
Rudy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant