tcu_config.json 386 B

12345678910111213141516171819202122
  1. {
  2. "tcu_id": "0",
  3. "enable_modbus_hw": "1",
  4. "enable_hmi": "0",
  5. "enable_ocpp": "0",
  6. "ast_tty" : "/dev/ttyS2",
  7. "ifname" : "eth0",
  8. "xhlog_ip" : "192.168.223.10",
  9. "xhlog_port" : "20248",
  10. "xhupdate_ip" : "192.168.223.10",
  11. "xhupdate_port" : "20248",
  12. "modbus_hw": {
  13. "serverip": "192.168.11.1",
  14. "port": "502",
  15. "enable_ssl": "1",
  16. "maxI_GUNA":"250",
  17. "maxI_GUNB":"250"
  18. }
  19. }