Replies: 2 comments 2 replies
-
This issue was resolved. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Disabling plugin (modbus tcp) in Home Assistant helped. I suppose the inverter can be connected to one host at a time. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have turn on modbus tcp 1502 port on my inverter SE6K.
I have connected inverter via ethernet.
Plugin can't connect to inverter:
2022-02-02 10:20:32.334 SE6K-modbus hardware started. 2022-02-02 10:20:32.626 SE6K-modbus: (SE6K-modbus) Debug logging mask set to: PYTHON PLUGIN QUEUE IMAGE DEVICE CONNECTION MESSAGE ALL 2022-02-02 10:20:32.626 SE6K-modbus: (SE6K-modbus) onStart Address: 192.168.1.80 Port: 1502 2022-02-02 10:20:32.711 SE6K-modbus: (SE6K-modbus) Connection Exception when trying to contact: 192.168.1.80:1502 2022-02-02 10:20:32.711 SE6K-modbus: (SE6K-modbus) Retrying to communicate with inverter after: 2022-02-02 10:22:32.711699 2022-02-02 10:20:32.711 (SE6K-modbus) Processing 'PollIntervalDirective' message 2022-02-02 10:20:32.711 SE6K-modbus: (SE6K-modbus) Heartbeat interval set to: 30. 2022-02-02 10:20:32.334 Status: SE6K-modbus: (SE6K-modbus) Started. 2022-02-02 10:20:32.334 Status: SE6K-modbus: (SE6K-modbus) Entering work loop. 2022-02-02 10:20:32.625 Status: SE6K-modbus: (SE6K-modbus) Initialized version 1.0.6, author 'Addie Janssen' 2022-02-02 10:21:02.026 SE6K-modbus: (SE6K-modbus) Pushing 'onHeartbeatCallback' on to queue 2022-02-02 10:21:02.077 (SE6K-modbus) Processing 'onHeartbeatCallback' message 2022-02-02 10:21:02.077 SE6K-modbus: (SE6K-modbus) Calling message handler 'onHeartbeat'. 2022-02-02 10:21:02.077 SE6K-modbus: (SE6K-modbus) onHeartbeat 2022-02-02 10:21:02.077 SE6K-modbus: (SE6K-modbus) Retrying to communicate with inverter after: 2022-02-02 10:22:32.711699 2022-02-02 10:21:32.046 SE6K-modbus: (SE6K-modbus) Pushing 'onHeartbeatCallback' on to queue 2022-02-02 10:21:32.096 (SE6K-modbus) Processing 'onHeartbeatCallback' message 2022-02-02 10:21:32.096 SE6K-modbus: (SE6K-modbus) Calling message handler 'onHeartbeat'. 2022-02-02 10:21:32.096 SE6K-modbus: (SE6K-modbus) onHeartbeat 2022-02-02 10:21:32.096 SE6K-modbus: (SE6K-modbus) Retrying to communicate with inverter after: 2022-02-02 10:22:32.711699 2022-02-02 10:22:02.015 SE6K-modbus: (SE6K-modbus) Pushing 'onHeartbeatCallback' on to queue 2022-02-02 10:22:02.066 (SE6K-modbus) Processing 'onHeartbeatCallback' message 2022-02-02 10:22:02.066 SE6K-modbus: (SE6K-modbus) Calling message handler 'onHeartbeat'. 2022-02-02 10:22:02.066 SE6K-modbus: (SE6K-modbus) onHeartbeat 2022-02-02 10:22:02.066 SE6K-modbus: (SE6K-modbus) Retrying to communicate with inverter after: 2022-02-02 10:22:32.711699 2022-02-02 10:22:32.030 SE6K-modbus: (SE6K-modbus) Pushing 'onHeartbeatCallback' on to queue 2022-02-02 10:22:32.080 (SE6K-modbus) Processing 'onHeartbeatCallback' message 2022-02-02 10:22:32.080 SE6K-modbus: (SE6K-modbus) Calling message handler 'onHeartbeat'. 2022-02-02 10:22:32.080 SE6K-modbus: (SE6K-modbus) onHeartbeat 2022-02-02 10:22:32.080 SE6K-modbus: (SE6K-modbus) Retrying to communicate with inverter after: 2022-02-02 10:22:32.711699 2022-02-02 10:23:02.049 SE6K-modbus: (SE6K-modbus) Pushing 'onHeartbeatCallback' on to queue 2022-02-02 10:23:02.099 (SE6K-modbus) Processing 'onHeartbeatCallback' message 2022-02-02 10:23:02.099 SE6K-modbus: (SE6K-modbus) Calling message handler 'onHeartbeat'. 2022-02-02 10:23:02.099 SE6K-modbus: (SE6K-modbus) onHeartbeat 2022-02-02 10:23:02.198 SE6K-modbus: (SE6K-modbus) Connection Exception when trying to contact: 192.168.1.80:1502 2022-02-02 10:23:02.198 SE6K-modbus: (SE6K-modbus) Retrying to communicate with inverter after: 2022-02-02 10:25:02.198410 2022-02-02 10:23:32.014 SE6K-modbus: (SE6K-modbus) Pushing 'onHeartbeatCallback' on to queue
I also have HomeAssistant with plugin modbus tcp and this same inverter working fine.
Beta Was this translation helpful? Give feedback.
All reactions