Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. [
  2. {
  3. "id": "db4914b0.eca5a",
  4. "type": "file in",
  5. "z": "5c77fd39.8063b4",
  6. "name": "",
  7. "filename": "/sys/class/thermal/thermal_zone0/temp",
  8. "format": "utf8",
  9. "chunk": false,
  10. "sendError": false,
  11. "encoding": "utf8",
  12. "x": 440,
  13. "y": 240,
  14. "wires": [
  15. [
  16. "6226505e.35a73"
  17. ]
  18. ]
  19. },
  20. {
  21. "id": "e34ccc8a.a2b1a8",
  22. "type": "inject",
  23. "z": "5c77fd39.8063b4",
  24. "name": "",
  25. "topic": "",
  26. "payload": "",
  27. "payloadType": "date",
  28. "repeat": "",
  29. "crontab": "",
  30. "once": false,
  31. "onceDelay": 0.1,
  32. "x": 160,
  33. "y": 240,
  34. "wires": [
  35. [
  36. "db4914b0.eca5a"
  37. ]
  38. ]
  39. },
  40. {
  41. "id": "6243a37d.acc1cc",
  42. "type": "debug",
  43. "z": "5c77fd39.8063b4",
  44. "name": "",
  45. "active": true,
  46. "tosidebar": true,
  47. "console": false,
  48. "tostatus": false,
  49. "complete": "false",
  50. "x": 510,
  51. "y": 280,
  52. "wires": []
  53. },
  54. {
  55. "id": "6226505e.35a73",
  56. "type": "function",
  57. "z": "5c77fd39.8063b4",
  58. "name": "Parser",
  59. "func": "msg.payload = {\n CurrentTemperature : parseInt(msg.payload)\n}\nmsg.payload.CurrentTemperature=msg.payload.CurrentTemperature/1000\nreturn msg;\n",
  60. "outputs": 1,
  61. "noerr": 0,
  62. "x": 330,
  63. "y": 280,
  64. "wires": [
  65. [
  66. "6243a37d.acc1cc",
  67. "32f92369.f718dc"
  68. ]
  69. ]
  70. },
  71. {
  72. "id": "32f92369.f718dc",
  73. "type": "homekit-service",
  74. "z": "5c77fd39.8063b4",
  75. "isParent": true,
  76. "bridge": "f6d92d79.3eb98",
  77. "accessoryCategory": "SENSOR",
  78. "parentService": "",
  79. "name": "RaspCPU",
  80. "serviceName": "TemperatureSensor",
  81. "topic": "",
  82. "filter": false,
  83. "manufacturer": "Default Manufacturer",
  84. "model": "Default Model",
  85. "serialNo": "Default Serial Number",
  86. "cameraConfigVideoProcessor": "ffmpeg",
  87. "cameraConfigSource": "",
  88. "cameraConfigStillImageSource": "",
  89. "cameraConfigMaxStreams": 2,
  90. "cameraConfigMaxWidth": 1280,
  91. "cameraConfigMaxHeight": 720,
  92. "cameraConfigMaxFPS": 10,
  93. "cameraConfigMaxBitrate": 300,
  94. "cameraConfigVideoCodec": "libx264",
  95. "cameraConfigAudioCodec": "libfdk_aac",
  96. "cameraConfigAudio": false,
  97. "cameraConfigPacketSize": 1316,
  98. "cameraConfigVerticalFlip": false,
  99. "cameraConfigHorizontalFlip": false,
  100. "cameraConfigMapVideo": "0:0",
  101. "cameraConfigMapAudio": "0:1",
  102. "cameraConfigVideoFilter": "scale=1280:720",
  103. "cameraConfigAdditionalCommandLine": "-tune zerolatency",
  104. "cameraConfigDebug": false,
  105. "cameraConfigSnapshotOutput": "disabled",
  106. "characteristicProperties": "{}",
  107. "x": 340,
  108. "y": 320,
  109. "wires": [
  110. [],
  111. []
  112. ]
  113. },
  114. {
  115. "id": "aae8e20b.cecc3",
  116. "type": "inject",
  117. "z": "5c77fd39.8063b4",
  118. "name": "1 min repeat",
  119. "topic": "",
  120. "payload": "",
  121. "payloadType": "date",
  122. "repeat": "60",
  123. "crontab": "",
  124. "once": true,
  125. "onceDelay": "",
  126. "x": 360,
  127. "y": 200,
  128. "wires": [
  129. [
  130. "db4914b0.eca5a"
  131. ]
  132. ]
  133. },
  134. {
  135. "id": "f6d92d79.3eb98",
  136. "type": "homekit-bridge",
  137. "z": "",
  138. "bridgeName": "NodeRed_homekit",
  139. "pinCode": "111-11-111",
  140. "port": "",
  141. "allowInsecureRequest": false,
  142. "manufacturer": "NodeRed",
  143. "model": "Pavel-home",
  144. "serialNo": "Default Serial Number",
  145. "customMdnsConfig": false,
  146. "mdnsMulticast": true,
  147. "mdnsInterface": "",
  148. "mdnsPort": "",
  149. "mdnsIp": "",
  150. "mdnsTtl": "",
  151. "mdnsLoopback": true,
  152. "mdnsReuseAddr": true,
  153. "allowMessagePassthrough": true
  154. }
  155. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement