ruudverheijden / node-p1-reader

Node.js package for reading and parsing data from the P1 port of a Dutch or Belgian Smart Meter.
MIT License
25 stars 25 forks source link

Upgraded serial port dependency from v4 to v6 #12

Closed basvdijk closed 6 years ago

basvdijk commented 6 years ago

In order to make the Landys Gyr 350 work I had to change the config file. Serial port now uses the baudRate field instead of the baudrate field for configurations.

ruudverheijden commented 6 years ago

Thanks! I've updated the serial port dependency and have included your config change for the Landys Gyr 350 into a new feature: the auto discovery function now tries all ports with all known serial port configurations (only 2 known at this time). Will be available in the next version

basvdijk commented 6 years ago

Great! Any thoughts on when you will release a new version?