Henrik Wahlgren

Results 34 comments of Henrik Wahlgren

Yeah. Short Name refs are something I didn't want to do unless I got paid to do it. It is mostly used in old meters. I don't know any new...

OK. Yeah if you are getting HDLC frames back it might not support the IEC62056-21. But some support both (or it is an internal setting) I did a quick google...

Ah. So annoying 😭 Ill leave this issue open and mark it with sposorship needed in case someone else is wondering about SN refs.

Hi. I see a problem in the parsing of hdlc frames. The meter is using a 1 byte and a 2 byte address, but when we calculate the hcs we...

OK. So the meter does not follow the baud rate it proposes? A better solution would be to create a subclass of the serial transport where you make the `switch_baudrate`...

OK. What happens when you just try to do a standard readout: ```python from iec62056_21.client import Iec6205621Client client = Iec6205621Client.with_tcp_transport(address=('192.168.0.1', 8000), device_address='12345678', password='00000000') client.connect() print(client.standard_readout()) ``` Also if you have...

OK. So the device wont even reply. First thing is to omitt the address. Just set it to `""`. This usually works for point-to-point interfaces. It could also be that...

Hi. Im back from vacation. I think this is 2 issues. Could you create the load profile as a separate one? I am guessing that you want to read the...

Thanks for spotting it. I am doing a bit of a facelift before I realease an I might do as in my other libraries and move to `attrs`classes. And then...

Hi. thanks for the PR. What problem are you intending to solve with this PR? It seems like we both have misread the standard. I double checked now and it...