jtradfri.conf 876 B

1234567891011121314151617181920212223242526
  1. #Comments start with the "#"-Character
  2. #IP or DNS-Name of the Tradfri Gateway. Required
  3. gateway=192.168.1.74
  4. #PSK of the Gateway. Required
  5. secret=gPf8AKIxwNOwmK3j
  6. #JTradfri receives commands over a TCP socket
  7. #Port of that TCP-Server, optional. Default 1505
  8. #port=1505
  9. #Listen-Address of the TCP-Server, optional. Default 127.0.0.1
  10. #Set this to the IP of your PC if the TCP-Client (e.g. FHEM) isn't running on the same PC as JTradfri
  11. listenaddress=172.19.0.4
  12. #JTradfri opens an UDP-Socket
  13. #you can set this socket to a static port if you need to configure your firewall for this
  14. #Optional. Default is random port
  15. #udpport=12345
  16. #JTradfri can read command interactively from the commandline
  17. #This can be disable with the following parameter (optional, default false)
  18. #That is necessary if JTradfri is running as a systemd-service
  19. #nocmdline=true