Advertisement
Speshal

433MHz Nodes

Jan 10th, 2018
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. [
  2. {
  3. "id": "cde802f8.6a039",
  4. "type": "http request",
  5. "z": "1e25dd31.1e5023",
  6. "name": "",
  7. "method": "GET",
  8. "ret": "obj",
  9. "url": "http://192.168.0.39:8080/json.htm?type=devices&rid=7",
  10. "tls": "",
  11. "x": 379,
  12. "y": 244,
  13. "wires": [
  14. [
  15. "8905d249.5a3cc"
  16. ]
  17. ]
  18. },
  19. {
  20. "id": "8905d249.5a3cc",
  21. "type": "switch",
  22. "z": "1e25dd31.1e5023",
  23. "name": "",
  24. "property": "payload.result[0].Data",
  25. "propertyType": "msg",
  26. "rules": [
  27. {
  28. "t": "eq",
  29. "v": "On",
  30. "vt": "str"
  31. },
  32. {
  33. "t": "eq",
  34. "v": "Off",
  35. "vt": "str"
  36. }
  37. ],
  38. "checkall": "true",
  39. "outputs": 2,
  40. "x": 539,
  41. "y": 244,
  42. "wires": [
  43. [
  44. "147f996.823b967"
  45. ],
  46. [
  47. "ee9b2f6a.c17ce"
  48. ]
  49. ]
  50. },
  51. {
  52. "id": "147f996.823b967",
  53. "type": "change",
  54. "z": "1e25dd31.1e5023",
  55. "name": "",
  56. "rules": [
  57. {
  58. "t": "set",
  59. "p": "payload",
  60. "pt": "msg",
  61. "to": "4527447#",
  62. "tot": "str"
  63. }
  64. ],
  65. "action": "",
  66. "property": "",
  67. "from": "",
  68. "to": "",
  69. "reg": false,
  70. "x": 709,
  71. "y": 224,
  72. "wires": [
  73. [
  74. "8b349c48.e7215"
  75. ]
  76. ]
  77. },
  78. {
  79. "id": "ee9b2f6a.c17ce",
  80. "type": "change",
  81. "z": "1e25dd31.1e5023",
  82. "name": "",
  83. "rules": [
  84. {
  85. "t": "set",
  86. "p": "payload",
  87. "pt": "msg",
  88. "to": "4527444#",
  89. "tot": "str"
  90. }
  91. ],
  92. "action": "",
  93. "property": "",
  94. "from": "",
  95. "to": "",
  96. "reg": false,
  97. "x": 709,
  98. "y": 264,
  99. "wires": [
  100. [
  101. "8b349c48.e7215"
  102. ]
  103. ]
  104. },
  105. {
  106. "id": "79164aa5.6c4aa4",
  107. "type": "mqtt in",
  108. "z": "1e25dd31.1e5023",
  109. "name": "Pixels MQTT",
  110. "topic": "domoticz/out/device/Pixels",
  111. "qos": "2",
  112. "broker": "dbb6dd16.d5ab3",
  113. "x": 79,
  114. "y": 244,
  115. "wires": [
  116. [
  117. "cde802f8.6a039"
  118. ]
  119. ]
  120. },
  121. {
  122. "id": "8b349c48.e7215",
  123. "type": "serial out",
  124. "z": "1e25dd31.1e5023",
  125. "name": "",
  126. "serial": "e4f54e55.7afc7",
  127. "x": 1019,
  128. "y": 242,
  129. "wires": []
  130. },
  131. {
  132. "id": "dbb6dd16.d5ab3",
  133. "type": "mqtt-broker",
  134. "z": "",
  135. "broker": "192.168.0.39",
  136. "port": "1883",
  137. "clientid": "",
  138. "usetls": false,
  139. "compatmode": true,
  140. "keepalive": "60",
  141. "cleansession": true,
  142. "willTopic": "",
  143. "willQos": "0",
  144. "willPayload": "",
  145. "birthTopic": "",
  146. "birthQos": "0",
  147. "birthPayload": ""
  148. },
  149. {
  150. "id": "e4f54e55.7afc7",
  151. "type": "serial-port",
  152. "z": "",
  153. "serialport": "/dev/ttyACM0",
  154. "serialbaud": "9600",
  155. "databits": "8",
  156. "parity": "none",
  157. "stopbits": "1",
  158. "newline": "\\n",
  159. "bin": "false",
  160. "out": "char",
  161. "addchar": false
  162. }
  163. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement