config.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "enabled": true,
  3. "fritzbox": {
  4. "host": "192.168.178.1",
  5. "port": 49000,
  6. "username": "",
  7. "password": "HGt3,aopP9",
  8. "use_tls": false
  9. },
  10. "check_interval_seconds": 30,
  11. "notification_sound": "notification.wav",
  12. "alerts": {
  13. "high_upload": {
  14. "enabled": true,
  15. "threshold_mbit": 5.0,
  16. "message": "Achtung: Hoher Upload erkannt — {rate} Mbit pro Sekunde"
  17. },
  18. "high_download": {
  19. "enabled": false,
  20. "threshold_mbit": 50.0,
  21. "message": "Hoher Download erkannt — {rate} Mbit pro Sekunde"
  22. },
  23. "new_device": {
  24. "enabled": true,
  25. "message": "Neues Geraet im Netzwerk: {name} ({ip})"
  26. },
  27. "device_offline": {
  28. "enabled": false,
  29. "watch_devices": [],
  30. "message": "Geraet offline: {name}"
  31. }
  32. },
  33. "known_devices": [
  34. "3A:EA:A7:31:41:EB",
  35. "40:B4:CD:6D:B6:9B",
  36. "48:02:2B:00:F2:9F",
  37. "60:CF:84:A8:09:1B",
  38. "76:DE:59:00:A0:4D",
  39. "98:CC:F3:D4:FF:D7",
  40. "A8:93:4A:F1:79:1F",
  41. "B8:27:EB:A9:50:AA",
  42. "DC:39:6F:C1:97:87"
  43. ],
  44. "notify_satellites": {
  45. "mode": "all",
  46. "aliases": [],
  47. "rooms": []
  48. }
  49. }