question

usernamepasswordbs avatar image
usernamepasswordbs asked

Error 1392

Trying to update firmware via VRM Portal this error appears saying that "the site's two-way communication service did not respond".

Yes, two-way communication is enabled on the GX device.

Any help would be much appreciated.

VRM
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

8 Answers
maxx8888 avatar image
maxx8888 answered ·

I've exactly same Issue on Remote VEConfigure, VRM App on Windows and Mobile and Firmware Updates.

Did you possibly find any root cause?


2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

nickdb avatar image
nickdb answered ·

What version is the GX running?

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

usernamepasswordbs avatar image
usernamepasswordbs answered ·

Double check that your router is not blocking it. I eventually found that my router was not authorising the Cerbo even though it seemed to connect sometimes.

The Cerbo appears as "Einstein" on your network.

1 comment
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

maxx8888 avatar image maxx8888 commented ·
I'm using a Raspberry, no special blocks on the Firewall (pfSense). Remote Console is working with external Access. Any special Ports which need to get forwarded to Raspi?
0 Likes 0 ·
maxx8888 avatar image
maxx8888 answered ·

Hi!,

Thanks a lot for helping!

Venus OS (non large), on Raspi v4

Version: v3.00 (20230529211714)

Just went through the Logs and found one strange thing in mqtt-rpc, maybe related?

  1. @40000000648a1aa62b8ccfb4 *** starting mqtt-rpc ***
  2. @40000000648a1aac0da7c7ec INFO:__main__:/opt/victronenergy/mqtt-rpc/mqtt-rpc.py v1.86 is starting up
  3. @40000000648a1aac0da7db74 INFO:__main__:Loglevel set to INFO
  4. @40000000648a1aac24998b84 INFO:root:[InitBroker] Reading config file
  5. @40000000648a1aac24acc564 INFO:root:[InitBroker] Registering CCGX at VRM portal
  6. @40000000648a1aad0fc869b4 INFO:root:[InitBroker] Not updating config file and not restarting Mosquitto, because config is correct.
  7. @40000000648a1aad0fd152f4 INFO:root:[InitBroker] Registration successful
  8. @40000000648a1aad1560d104 INFO:__main__:Response from broker to connect request (0 is good): 0
  9. @40000000648a1aad15b749bc INFO:__main__:Plugins:
  10. @40000000648a1aad15bd0294 INFO:__main__:Starting mainloop, responding on only events
  11. @40000000648a1ab9014e6384 Exception in thread Thread-1:
  12. @40000000648a1ab9014ef40c Traceback (most recent call last):
  13. @40000000648a1ab90150e80c File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  14. @40000000648a1ab901b0ced4 self.run()
  15. @40000000648a1ab901b1e044 File "/usr/lib/python3.8/threading.py", line 870, in run
  16. @40000000648a1ab901d2f11c self._target(*self._args, **self._kwargs)
  17. @40000000648a1ab901d4681c File "/usr/lib/python3.8/site-packages/paho/mqtt/client.py", line 3452, in _thread_main
  18. @40000000648a1ab902d0d91c self.loop_forever(retry_first_connection=True)
  19. @40000000648a1ab902d28e9c File "/usr/lib/python3.8/site-packages/paho/mqtt/client.py", line 1779, in loop_forever
  20. @40000000648a1ab9034bf0d4 rc = self.loop(timeout, max_packets)
  21. @40000000648a1ab90352652c File "/usr/lib/python3.8/site-packages/paho/mqtt/client.py", line 1181, in loop
  22. @40000000648a1ab9039b60c4 rc = self.loop_read(max_packets)
  23. @40000000648a1ab9039d06a4 File "/usr/lib/python3.8/site-packages/paho/mqtt/client.py", line 1572, in loop_read
  24. @40000000648a1ab90400dd3c rc = self._packet_read()
  25. @40000000648a1ab90400ecdc File "/usr/lib/python3.8/site-packages/paho/mqtt/client.py", line 2310, in _packet_read
  26. @40000000648a1ab904b84a44 rc = self._packet_handle()
  27. @40000000648a1ab904bc3a14 File "/usr/lib/python3.8/site-packages/paho/mqtt/client.py", line 2936, in _packet_handle
  28. @40000000648a1ab905f2a6d4 return self._handle_publish()
  29. @40000000648a1ab905f43544 File "/usr/lib/python3.8/site-packages/paho/mqtt/client.py", line 3216, in _handle_publish
  30. @40000000648a1ab90654049c self._handle_on_message(message)
  31. @40000000648a1ab90655548c File "/usr/lib/python3.8/site-packages/paho/mqtt/client.py", line 3444, in _handle_on_message
  32. @40000000648a1ab90714f724 self.on_message(self, self._userdata, message)
  33. @40000000648a1ab90716f2f4 File "/opt/victronenergy/mqtt-rpc/mqtt-rpc.py", line 859, in on_paho_message
  34. @40000000648a1ab9073fcbfc command, params = extract_command_and_params(message)
  35. @40000000648a1ab9074916e4 File "/opt/victronenergy/mqtt-rpc/mqtt-rpc.py", line 843, in extract_command_and_params
  36. @40000000648a1ab9075f718c raise Exception("Received a message without any opCommand in it! Weird. Message: %s" % data)
  37. @40000000648a1ab90760bd94 Exception: Received a message without any opCommand in it! Weird. Message: {'val': '{"opCommand": ["vebusremoteconfig", {"servicename": "com.victronenergy.vebus.ttyUSB0", "file_md5_hash": "f3ab5bd9ab6976aa5845c19ea5a8e0ff", "cmd": "write", "commandid": "m6xRYfS7"}], "ts": "1683152178"}', 'ack': True, 'ts': 1683152178971, 'q': 0, 'from': 'system.adapter.mqtt.0', 'user': 'system.user.admin', 'lc': 1683152178971}
  38. @400000006497f7d32c729fbc *** CCGX booted (0) ***
  39. @400000006497f7f430adf7ac *** starting mqtt-rpc ***
  40. @400000006497f7f92b14e864 INFO:__main__:/opt/victronenergy/mqtt-rpc/mqtt-rpc.py v1.86 is starting up
  41. @400000006497f7f92b21aa04 INFO:__main__:Loglevel set to INFO
  42. @400000006497f7f9347344dc INFO:root:[InitBroker] Reading config file
  43. @400000006497f7f934735864 INFO:root:[InitBroker] Registering CCGX at VRM portal
  44. @400000006497f7fa00d904a4 INFO:root:[InitBroker] Not updating config file and not restarting Mosquitto, because config is correct.
  45. @400000006497f7fa00e0bd34 INFO:root:[InitBroker] Registration successful
  46. @400000006497f7fa01a0502c INFO:__main__:Response from broker to connect request (0 is good): 0
  47. @400000006497f7fa02aa655c INFO:__main__:Plugins:
  48. @400000006497f7fa02b46bc4 INFO:__main__:Starting mainloop, responding on only events
  49. @400000006497f7fc185295dc Exception in thread Thread-1:
  50. @400000006497f7fc1852a964 Traceback (most recent call last):
  51. @400000006497f7fc1852b134 File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  52. @400000006497f7fc18d3cbfc self.run()
  53. @400000006497f7fc18d3df84 File "/usr/lib/python3.8/threading.py", line 870, in run
  54. @400000006497f7fc18d3eb3c self._target(*self._args, **self._kwargs)
  55. @400000006497f7fc18d3f6f4 File "/usr/lib/python3.8/site-packages/paho/mqtt/client.py", line 3452, in _thread_main
  56. @400000006497f7fc1ad1a384 self.loop_forever(retry_first_connection=True)
  57. @400000006497f7fc1b27c64c File "/usr/lib/python3.8/site-packages/paho/mqtt/client.py", line 1779, in loop_forever
  58. @400000006497f7fc1b6509e4 rc = self.loop(timeout, max_packets)
  59. @400000006497f7fc1b6a3dec File "/usr/lib/python3.8/site-packages/paho/mqtt/client.py", line 1181, in loop
  60. @400000006497f7fc1b952e1c rc = self.loop_read(max_packets)
  61. @400000006497f7fc1bc12fbc File "/usr/lib/python3.8/site-packages/paho/mqtt/client.py", line 1572, in loop_read
  62. @400000006497f7fc1bf7e3a4 rc = self._packet_read()
  63. @400000006497f7fc1c578fd4 File "/usr/lib/python3.8/site-packages/paho/mqtt/client.py", line 2310, in _packet_read
  64. @400000006497f7fc1cdc63bc rc = self._packet_handle()
  65. @400000006497f7fc1cdc7b2c File "/usr/lib/python3.8/site-packages/paho/mqtt/client.py", line 2936, in _packet_handle
  66. @400000006497f7fc1eb42d14 return self._handle_publish()
  67. @400000006497f7fc1eb682bc File "/usr/lib/python3.8/site-packages/paho/mqtt/client.py", line 3216, in _handle_publish
  68. @400000006497f7fc1f1b7a64 self._handle_on_message(message)
  69. @400000006497f7fc1f1b8dec File "/usr/lib/python3.8/site-packages/paho/mqtt/client.py", line 3444, in _handle_on_message
  70. @400000006497f7fc2061aa4c self.on_message(self, self._userdata, message)
  71. @400000006497f7fc2063b5bc File "/opt/victronenergy/mqtt-rpc/mqtt-rpc.py", line 859, in on_paho_message
  72. @400000006497f7fc2086fcfc command, params = extract_command_and_params(message)
  73. @400000006497f7fc2088a2dc File "/opt/victronenergy/mqtt-rpc/mqtt-rpc.py", line 843, in extract_command_and_params
  74. @400000006497f7fc20be7434 raise Exception("Received a message without any opCommand in it! Weird. Message: %s" % data)
  75. @400000006497f7fc20be8f8c Exception: Received a message without any opCommand in it! Weird. Message: {'val': '{"opCommand": ["vebusremoteconfig", {"servicename": "com.victronenergy.vebus.ttyUSB0", "file_md5_hash": "f3ab5bd9ab6976aa5845c19ea5a8e0ff", "cmd": "write", "commandid": "m6xRYfS7"}], "ts": "1683152178"}', 'ack': True, 'ts': 1683152178971, 'q': 0, 'from': 'system.adapter.mqtt.0', 'user': 'system.user.admin', 'lc': 1683152178971}
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

maxx8888 avatar image
maxx8888 answered ·

I've even tried to delete VRM Installation as described in below post and made a new one. Raspberry is on VOS 3.0. still same issue.


Control Console / Firmware Update /Error 1392 on Raspberry pi3+ - Victron Community (victronenergy.com)


Maybe something related to the combination of my Devices?

1688067349093.png



1688067349093.png (97.1 KiB)
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

maxx8888 avatar image
maxx8888 answered ·

I've setup a second Rasperry now for my friend as he will start using Victron as well. This second Raspi is within same Network at my home currently. Remote Configure is working like a charm on it.

So I'm pretty sure it isn't really a Network Issue.

On my VRM/Raspi System i still have the same Issue with Error 1392

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

herbert-123 avatar image
herbert-123 answered ·

I have the same error. I did a remote configuration and firmware updates in the past. Now I was playing with MQTT and sending settings. Reboot did not help. All devices are up to date and sending data. Any updates on that issue?

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

maxx8888 avatar image
maxx8888 answered ·

For me it suddenly disappeared after testing it again a few weeks later. In between i did Update of Multiplus Firmware and several Venus OS Updates ...

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.