-
Notifications
You must be signed in to change notification settings - Fork 196
Description
Hello. I have had ha-bridge running for a while and it has been very reliable. So far I've had it triggering an executable, sending a string over a TCP connection, and forwarding to a Hue hub. Now I'm trying to have it send a http POST to a device, and I am not having any success (though it says it was sent successfully).
I've validated that the http POST itself works, using another device as a test (as a network resource in a ISY994i home automation controller). This POST is sent to a Insteon 2412N central controller, along with a second command (with a couple of characters changed) to have it transmit a X10 command pair.
I have programmed it like this in ha-bridge:
I press the test button, but nothing actually happens with the targeted X10 device. It works fine when sent from the ISY994i.
Any suggestions? Thanks.

