Advertisement
black0r1337

newbidcos

Nov 26th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.43 KB | None | 0 0
  1. ___________________________________________________________________________
  2.  
  3. ---------------------------- HomeMatic BidCoS ----------------------------
  4. ___________________________________________________________________________
  5.  
  6. #######################################
  7. ########## General Settings ##########
  8. #######################################
  9.  
  10. [General]
  11.  
  12. moduleEnabled = true
  13.  
  14. ## The BidCoS address of Homegear. It is recommended to change this to a random 3 byte hexadecimal
  15. ## value starting with 0xFD (e. g. 0xFD43AB). Only change this, when no HomeMatic BidCoS devices
  16. ## are paired to Homegear as existing pairings will not work anymore!
  17. #centralAddress = 0xFD0001
  18.  
  19. ## Specify a 16 byte (32 characters) long AES key here to protect your wireless communication
  20. ## !!! IMPORTANT: It is highly recommended to change this key before pairing the first device.
  21. ## !!! IMPORTANT: Never ever lose this key. That would render your devices useless.
  22. ## To remove the key from your devices, you need to factory reset them using Homegear. The factory
  23. ## reset on the device is not possible!!!
  24. rfKey = Y/JGJBUo7kAXhjeincjidoe737738hdh
  25.  
  26. ## With each key change currentRFKeyIndex needs to be
  27. ## incremented by 1
  28. currentRfKeyIndex = 1
  29.  
  30. ## When you change rfKey, put the old key here. To change the key Homegear needs to know the
  31. ## old and the new one.
  32. ## !!! Do not set oldRFKey when you set rfKey for the first time !!!
  33. ##oldRfKey = 00112233445566778899AABBCCDDEEFF
  34.  
  35. ## When set to "true" unsigned broadcast packets are processed by Homegear. This could enable an
  36. ## attacker to make Homegear do things, you don't want. That means, this option is a security
  37. ## risk.
  38. processBroadcastWithAesEnabled = false
  39.  
  40. #######################################
  41. ################# CUL #################
  42. #######################################
  43.  
  44. ## The device family this interface is for
  45. #[CUL]
  46.  
  47. ## Specify an unique id here to identify this device in Homegear
  48. #id = My-CUL
  49.  
  50. ## When default is set to "true" Homegear will assign this device
  51. ## to new peers.
  52. #default = true
  53.  
  54. ## Options: cul, cc1100, coc, cunx, hmcfglan, hmlgw, hm-mod-rpi-pcb, homegeargateway
  55. #deviceType = cul
  56.  
  57. #device = /dev/ttyACM0
  58.  
  59. ## Default: responseDelay = 95
  60. ## Should be "95" for CUL or COC, "100" for TI CC1101 and "60" for HM-CFG-LAN or HM-LGW
  61. #responseDelay = 95
  62.  
  63. #######################################
  64. ########## Homegear Gateway ##########
  65. #######################################
  66.  
  67. ## The device family this interface is for
  68. #[Homegear Gateway]
  69.  
  70. ## Specify an unique id here to identify this device in Homegear
  71. #id = My-HG-GW
  72.  
  73. ## When default is set to "true" Homegear will assign this device
  74. ## to new peers.
  75. #default = true
  76.  
  77. ## Options: cul, cc1100, coc, cunx, hmcfglan, hmlgw, hm-mod-rpi-pcb, homegeargateway
  78. #deviceType = homegeargateway
  79.  
  80. ## The host name or IP address of the gateway
  81. #host =
  82.  
  83. ## The port of the gateway
  84. #port = 2017
  85.  
  86. ## The CA certificate
  87. #caFile = /etc/homegear/ca/cacert.pem
  88.  
  89. ## The client certificate
  90. #certFile = /etc/homegear/ca/certs/gateway-client.crt
  91.  
  92. ## The client key file
  93. #keyFile = /etc/homegear/ca/private/gateway-client.key
  94.  
  95. ## Use the ID defined above to verify the common name of the certificate
  96. ## Default: false
  97. #useIdForHostnameVerification = true
  98.  
  99. ## Default: responseDelay = 95
  100. ## Should be "95" for CUL or COC, "100" for TI CC1101, "98" for Homegear Gateway and "60" for HM-CFG-LAN or HM-LGW
  101. #responseDelay = 98
  102.  
  103. #######################################
  104. ### HomeMatic Wireless LAN Gateway ###
  105. #######################################
  106.  
  107. ## The device family this interface is for
  108. #[HomeMatic Wireless LAN Gateway]
  109.  
  110. ## Specify an unique id here to identify this device in Homegear
  111. #id = My-HM-LGW
  112.  
  113. ## When default is set to "true" Homegear will assign this device
  114. ## to new peers.
  115. #default = true
  116.  
  117. ## Options: cul, cc1100, coc, cunx, hmcfglan, hmlgw, hm-mod-rpi-pcb, homegeargateway
  118. #deviceType = hmlgw
  119.  
  120. ## IP address of your HM-LGW
  121. #host = 192.168.178.100
  122.  
  123. ## First Port number your HM-LGW listens on. Normally 2000.
  124. #port = 2000
  125.  
  126. ## Keep alive port number your HM-LGW listens on. Normally 2001.
  127. #portKeepAlive = 2001
  128.  
  129. ## Put the security key printed on your HM-LGW here. When using the CCU as LAN-Gateway, keep this
  130. ## line commented.
  131. #lanKey = SecurityKey
  132.  
  133. ## Default: responseDelay = 95
  134. ## Should be "95" for CUL or COC, "100" for TI CC1101 and "60" for HM-CFG-LAN or HM-LGW
  135. #responseDelay = 60
  136.  
  137. ## Default: sendFix = false
  138. ## Some LAN-Gateways do not send packets correctly. If sent packets are not received by the
  139. ## devices (you get error messages, that packets were not received after 3 retries), set
  140. ## sendFix to true.
  141. ## Note that the behavior of sendFix changed in version 0.6.13. If you had it set to true,
  142. ## set it to false now and the other way around.
  143. #sendFix = false
  144.  
  145. #######################################
  146. ############# HM-CFG-LAN #############
  147. #######################################
  148.  
  149. ## The device family this interface is for
  150. [HM-CFG-LAN]
  151.  
  152. ## Specify an unique id here to identify this device in Homegear
  153. id = LEQ0580029
  154.  
  155. ## When default is set to "true" Homegear will assign this device
  156. ## to new peers.
  157. #default = true
  158.  
  159. ## Options: cul, cc1100, coc, cunx, hmcfglan, hmlgw, hm-mod-rpi-pcb, homegeargateway
  160. deviceType = hmcfglan
  161.  
  162. ## IP address of your HM-CFG-LAN
  163. host = 192.168.16.90
  164.  
  165. ## Port number your HM-CFG-LAN listens on. Normally 1000.
  166. port = 1000
  167.  
  168. ## Put the AES key printed on your HM-CFG-LAN here
  169. lanKey = 23322A5C8CC45496830E41D19BF232B7
  170.  
  171. ## Default: responseDelay = 95
  172. ## Should be "95" for CUL or COC, "100" for TI CC1101 and "60" for HM-CFG-LAN or HM-LGW
  173. responseDelay = 60
  174.  
  175. #######################################
  176. ######### COC, SCC, CSM, CCD #########
  177. #######################################
  178.  
  179. ## The device family this interface is for
  180. #[COC, SCC, CSM, CCD]
  181.  
  182. ## Specify an unique id here to identify this device in Homegear
  183. #id = My-COC
  184.  
  185. ## When default is set to "true" Homegear will assign this device
  186. ## to new peers.
  187. #default = true
  188.  
  189. ## Options: cul, cc1100, coc, cunx, hmcfglan, hmlgw, hm-mod-rpi-pcb, homegeargateway
  190. ## Also use "coc" for SCC, CCD and CSM
  191. #deviceType = coc
  192.  
  193. #device = /dev/ttyAMA0
  194.  
  195. ## Default: responseDelay = 95
  196. ## Should be "95" for CUL or COC, "100" for TI CC1101 and "60" for HM-CFG-LAN or HM-LGW
  197. #responseDelay = 95
  198.  
  199. ## Default: gpio1 = 0
  200. ## "17" for COC, SCC and CCD. Empty for CSM.
  201. #gpio1 = 17
  202.  
  203. ## Default: gpio2 = 0
  204. ## "18" for COC and SCC. "22" for CCD. Empty for CSM.
  205. #gpio2 = 18
  206.  
  207. ## Default: stackPosition = 0 (= no stacking)
  208. ## Set stackPosition if you use the SCC and stacked multiple devices.
  209. ## Set stackPosition to "1" for the lowest device, to "2" for the device
  210. ## above that and so on.
  211. # stackPosition = 0
  212.  
  213. #######################################
  214. ########### HM-MOD-RPI-PCB ###########
  215. #######################################
  216.  
  217. ## The device family this interface is for
  218. #[HomeMatic Wireless Module for Raspberry Pi]
  219.  
  220. ## Specify an unique id here to identify this device in Homegear
  221. #id = My-HM-MOD-RPI-PCB
  222.  
  223. ## When default is set to "true" Homegear will assign this device
  224. ## to new peers.
  225. #default = true
  226.  
  227. ## Options: cul, cc1100, coc, cunx, hmcfglan, hmlgw, hm-mod-rpi-pcb, homegeargateway
  228. #deviceType = hm-mod-rpi-pcb
  229.  
  230. #device = /dev/ttyAMA0
  231.  
  232. ## Default: responseDelay = 95
  233. ## Should be "95" for CUL or COC, "100" for TI CC1101 and "60" for HM-CFG-LAN or HM-LGW
  234. #responseDelay = 95
  235.  
  236. ## Default: gpio1 = 0
  237. ## "18" for HM-MOD-RPI-PCB
  238. #gpio1 = 18
  239.  
  240. #######################################
  241. ################ CUNX ################
  242. #######################################
  243.  
  244. ## The device family this interface is for
  245. #[CUNX]
  246.  
  247. ## Specify an unique id here to identify this device in Homegear
  248. #id = My-CUNX
  249.  
  250. ## When default is set to "true" Homegear will assign this device
  251. ## to new peers.
  252. #default = true
  253.  
  254. ## Options: cul, cc1100, coc, cunx, hmcfglan, hmlgw, hm-mod-rpi-pcb, homegeargateway
  255. #deviceType = cunx
  256.  
  257. ## IP address of your CUNO
  258. #host = 192.168.178.100
  259.  
  260. ## Port number your CUNX listens on. Normally 2323.
  261. #port = 2323
  262.  
  263. ## Default: responseDelay = 95
  264. ## Should be "93" for CUNX
  265. #responseDelay = 93
  266.  
  267. #######################################
  268. ########## TI CC1101 Module ##########
  269. #######################################
  270.  
  271. ## The device family this interface is for
  272. #[TI CC1101 Module]
  273.  
  274. ## Specify an unique id here to identify this device in Homegear
  275. #id = My-CC1101
  276.  
  277. ## When default is set to "true" Homegear will assign this device
  278. ## to new peers.
  279. #default = true
  280.  
  281. ## Options: cul, cc1100, coc, cunx, hmcfglan, hmlgw, hm-mod-rpi-pcb, homegeargateway
  282. #deviceType = cc1100
  283.  
  284. #device = /dev/spidev0.0
  285.  
  286. ## Default: responseDelay = 95
  287. ## Should be "95" for CUL or COC, "100" for TI CC1101 and "60" for HM-CFG-LAN or HM-LGW
  288. #responseDelay = 100
  289.  
  290. ## The interrupt pin to use. "0" for GDO0 or "2" for GDO2.
  291. ## You only need to connect one of them. Specify the GPIO
  292. ## you connected the interrupt pin to below.
  293. #interruptPin = 2
  294.  
  295. ## The GPIO GDO0 or GDO2 is connected to. Specify which GDO to use above.
  296. #gpio1 = 24
  297.  
  298. ### Additional TI CC1190 Config ###
  299.  
  300. ## The GPIO high gain mode of the CC1190 is connected to.
  301. ## Default: -1 (disabled)
  302. #gpio2 = 5
  303.  
  304. ## The hexadecimal value for the PATABLE of the TI CC1101.
  305. ## Default:
  306. ## - Without high gain mode: 0xC2
  307. ## - With high gain mode: 0x27 (maximum legally allowed setting)
  308. #txPowerSetting = 0x27
  309.  
  310. # vim: filetype=cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement