Ruud Verheijden
Ruud Verheijden
Hi Albert, I'm not familiar with ser2net but what I quickly read is that is send the raw serial port data over IP. This Node.js library parses serial data directly...
Hi Thomas, Based on your "cu" command I see you are using a baud rate of 9600, which is not in the config so it won't auto discover your smart...
Hi Thomas, Hmm strange, I guess your smart meter has a different combination of BaudRate, Parity, DataBits and StopBits, that is not in the config list. When I look at...
Hi Thomas, I've just finished version 2.0 in which I removed the auto-discover option since more people were having issue with that and it only adds complexity. And I've added...
Hi, great addition, thanks! But can you please make a Pull Request for this? And please also add a test scenario including an example of the P1 message of your...
Hi maristo0711, This package is actually more like a technical library that can be used in other systems, so it does require some programming skills to actually get a nice...
Didn't know it was in the DSMR specs but I think it's fine to add it ;) Can you make a pull request for it?
Thanks! Will have a look after my holiday ;)
Done