1.5.1 • Published 5 years ago

node-red-contrib-insteon-lan v1.5.1

Weekly downloads
22
License
MIT
Repository
github
Last release
5 years ago

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 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":[]}]
1.5.1

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago