misterhouse
misterhouse copied to clipboard
X10A unable to be controlled with Insteon::BaseController
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