Martin Vystrčil

Results 4 comments of Martin Vystrčil

Same problem here. Unfortunately the issue happens like twice per day. Don't know if longer polling period can help. Can't see any problem on network layer, seems to be stable...

Same issue here, also have some escaped double quotes in our codebase.

Well, it didn't took so long, to find out, how to test such change. Just for a record, there is a folder `deps`, which consists all dependencies, and `goodwe` library...

This is the code, I've changed ``` self._READ_DEVICE_VERSION_INFO: ProtocolCommand = self._read_command(0x88b8, 0x0021) self._READ_RUNNING_DATA: ProtocolCommand = self._read_command(0x891c, 0x0078) self._READ_METER_DATA: ProtocolCommand = self._read_command(0x8ca0, 0x2d) self._READ_METER_DATA_EXTENDED: ProtocolCommand = self._read_command(0x8ca0, 0x3a) self._READ_METER_DATA_EXTENDED2: ProtocolCommand =...