Has anyone had problems with this inverter, too?
I added the identifier to the code:
MPPT3_MODELS = ('MSU', 'MST', 'PSC', 'MSC', '25KET', '29K9ET', '25KMT', '15KEU')
But it shows that the inverter is neither supported nor recognisable.
I tested several other things:
UDP Test Port 8899 (Device Frame):
{'ok': False, 'host': '192.168.178.54', 'port': 8899, 'error': 'timeout'}
UDP Broadcast Test Port 48899: {'ok': False, 'port': 48899, 'error': 'timeout'},
Async Test (8899):
{'ok': False, 'port': 8899, 'error': 'timeout'}.
Async Test (8899): {'ok': False, 'host': '192.168.178.54', 'port': 8899, 'error': 'timeout'
INFO: ConnectionRefused = Port closed or UDP service disabled.
When I force direct communication over port 502, I receive the data:
Registers 35100–35119:
35100 6410
35101 267
35102 6928
35103 5874
35104 102
35105 0
35106 5991
35107 4873
35108 102
35109 0
35110 4960
35111 0
35112 0
35113 0
35114 0
35115 65535
35116 65535
35117 65535
35118 65535
35119 514
Does anyone know what the problem is or how to fix it?
Has anyone had problems with this inverter, too?
I added the identifier to the code:
MPPT3_MODELS = ('MSU', 'MST', 'PSC', 'MSC', '25KET', '29K9ET', '25KMT', '15KEU')
But it shows that the inverter is neither supported nor recognisable.
I tested several other things:
UDP Test Port 8899 (Device Frame):
{'ok': False, 'host': '192.168.178.54', 'port': 8899, 'error': 'timeout'}
UDP Broadcast Test Port 48899: {'ok': False, 'port': 48899, 'error': 'timeout'},
Async Test (8899):
{'ok': False, 'port': 8899, 'error': 'timeout'}.
Async Test (8899): {'ok': False, 'host': '192.168.178.54', 'port': 8899, 'error': 'timeout'
INFO: ConnectionRefused = Port closed or UDP service disabled.
When I force direct communication over port 502, I receive the data:
Registers 35100–35119:
35100 6410
35101 267
35102 6928
35103 5874
35104 102
35105 0
35106 5991
35107 4873
35108 102
35109 0
35110 4960
35111 0
35112 0
35113 0
35114 0
35115 65535
35116 65535
35117 65535
35118 65535
35119 514
Does anyone know what the problem is or how to fix it?