pczolee
pczolee
Hello. I have the same problem, If I setup the meter 1 then there is no data. In the log there is some error: Traceback (most recent call last): File...
> @pczolee the value being read from the meter is failing validation: > > exported = validate(self.calculate_value(exported, energywsf), ">", 0) File "/config/custom_components/solaredge_modbus/init.py", line 124, in validate raise ValueError(f"Value {value} failed...
> @pczolee wow I'm amazed that even with export limit set to 0, 0Wh of energy have been exported in all time - I would have expected a small amount...
> @pczolee wow I'm amazed that even with export limit set to 0, 0Wh of energy have been exported in all time - I would have expected a small amount...
@mpredfearn Well, of course the imported is not zero! What else can be the problem?
Well, with https://github.com/nmakel/solaredge_modbus/ I try to connect (with example.py), and it show: Registers: Manufacturer: SolarEdge Model: SE50K-RW0P0BNY4 Type: Three Phase Inverter Version: 0004.0014.0107 Serial: XXXXXXX Status: Producing Temperature: 39.12°C Current:...
I think I have to give the unit for the example.py, so the meter have number 2 address: ./example.py --unit 2 192.168.8.7 1502 Inverter(192.168.8.7:1502, connectionType.TCP: timeout=1, retries=3, unit=0x2): Registers: Traceback...
Are there any tool what I can use to test that the communication via modbus tcp with the meter is working? The https://github.com/nmakel/solaredge_modbus/ can read the meter I just don't...
Thanks. So i tried it: example.py --json 192.168.8.7 1502 { "c_manufacturer": "SolarEdge", "c_model": "SE50K-RW0P0BNY4", "c_version": "0004.0014.0107", "c_serialnumber": "XXXXXX", "c_deviceaddress": 1, "c_sunspec_did": 103, "current": 1469, "l1_current": 492, "l2_current": 489, "l3_current": 487,...
So my setup is:    The meter is working:  This is the other RS485 port setting (this is empty)  The power control part:   ...