SebuZet
SebuZet
Hi everyone. How did you resolve this problem finally? It looks like I've got similar problem. My meter (SDM630) is connected, SE shows status as OK but no valid serial...
Thank you for your response. It looks like SE is blocking something in new FW. I will try find a solution as soon as I will find more free time...
Yes, I can confirm that import data looks good. I do not have PV yet (nor SolarEdge inverter) so I don't export any energy. I've SDM630 v2 meter. I've extended...
Can anyone help mee with this? I've tried to set framer = rtu in [server] section but it didn't help. It look like problems with SE connection
Ok, I've managed connection problems. It looks like my SE doesn't change baud rate as expected. Now it is (almost) working. SE shows that meter status is OK. When I...
Thank you for your response. I've attached log file. Same part of logs are below: ``` 2022-02-28 17:16:27 DEBUG: setValues[3] 1601:23 2022-02-28 17:16:27 DEBUG: [0, 2, 4, 0, 0, 5]...
I think that this output is from try with your static data (from another issue). ``` 2022-02-28 21:31:48 DEBUG: [0, 0, 5, 5, 5, 5, 0, 1, 0, 15, 1,...
Thank you for replay. Yes, SE is asking for 1701 register. This is list of register SE is asking for: ``` pi@raspberrypi:~/solaredge_meterproxy $ cat out3.txt | grep setValues 2022-03-04 08:15:53...
And my current meter congig looks like this: ``` slave_ctx = ModbusSlaveContext() block_1601 = BinaryPayloadBuilder(byteorder=Endian.Big, wordorder=Endian.Little) block_1601.add_32bit_int(0) # config passcode block_1601.add_16bit_int(confparser[meter].getint("ct_current", fallback=default_config["meters"]["ct_current"])) # ct rated current block_1601.add_16bit_int(confparser[meter].getint("ct_current", fallback=default_config["meters"]["ct_current"])) # ct...
Hi @wildekek , thanks for you answer. I don't know if my boiler id supporting changing CH max water setpoint. I used your suggestion and it look like it is...