node-red-contrib-insteon-lan

1.5.1 • Public • Published

node-red-contrib-insteon-lan

Nodes to control x10 and lamplinc modules and recieve x10 commands using the insteon hub you need to enter the hubs ip,port,username,password into the nodes config page

Nodes


## x10 control
--Send commands to x10 modules thru hub


## x10 receive
--Receive x10 commands from x10 remotes


## mini remote receive
--lampling control -Send commands to lamplinc modules thru hub


## get buffer
--Read current buffer from the hub


## clear buffer
--clears the buffer

x10 send Example

[{"id":"9ea63598.acd238","type":"X10-control","z":"d4e44002.60188","name":"","hub":"","x":530,"y":300,"wires":[[]]},{"id":"20f56fae.47b1d","type":"inject","z":"d4e44002.60188","name":"","topic":"","payload":"{\"housecode\":\"a\",\"unitcode\":\"11\",\"command\":\"on\"}","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":270,"y":260,"wires":[["9ea63598.acd238"]]},{"id":"6897c682.752f08","type":"inject","z":"d4e44002.60188","name":"","topic":"","payload":"{\"housecode\":\"a\",\"unitcode\":\"11\",\"command\":\"off\"}","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":270,"y":300,"wires":[["9ea63598.acd238"]]}]

x10 recieve Example

[{"id":"385324bf.78f9ec","type":"X10-receive","z":"d4e44002.60188","name":"","hub":"","x":270,"y":440,"wires":[["f7adb13.df5b75"]]},{"id":"f7adb13.df5b75","type":"debug","z":"d4e44002.60188","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":530,"y":440,"wires":[]}]

lamplinc Example

[{"id":"cd46381c.64e998","type":"Lamplinc-control","z":"d4e44002.60188","name":"","hub":"","x":550,"y":200,"wires":[[]]},{"id":"fecd195a.5bad18","type":"inject","z":"d4e44002.60188","name":"","topic":"","payload":"{\"deviceid\":\"2E3AE9\",\"brightness\":\"255\",\"command\":\"on\"}","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":270,"y":160,"wires":[["cd46381c.64e998"]]},{"id":"88c5e77.0641318","type":"inject","z":"d4e44002.60188","name":"","topic":"","payload":"{\"deviceid\":\"2E3AE9\",\"brightness\":\"255\",\"command\":\"off\"}","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":270,"y":200,"wires":[["cd46381c.64e998"]]}]

miniremote Example

[{"id":"a278e772.c73ab8","type":"Mini-remote-receive","z":"d4e44002.60188","name":"","remoteid":"","hub":"","x":300,"y":380,"wires":[["3f9c84f0.bc774c"]]},{"id":"3f9c84f0.bc774c","type":"debug","z":"d4e44002.60188","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":530,"y":380,"wires":[]}]

Package Sidebar

Install

npm i node-red-contrib-insteon-lan

Weekly Downloads

2

Version

1.5.1

License

MIT

Unpacked Size

34.2 kB

Total Files

20

Last publish

Collaborators

  • user511