Apollon77 / node-mbus

Nodejs mbus module
MIT License
21 stars 15 forks source link

Cant seem to get the correct value Id info #26

Closed dazzlersa closed 5 years ago

dazzlersa commented 5 years ago

Hi

Hoping for some help. I am using your library in a new driver of mine where the mbus device has a lot if value Id's. But I cant seem to figure out what data it is outputting and how to get to the end of the results.

I am hoping these pictures can help me explain a bit better: There are the current "clipped" results: image

But these are the values I was expecting to see: image

Any assistance would be greatly appreciated.

Apollon77 commented 5 years ago

Please try node-mbus@experimental that is 0.6.1 ... that should return all data. But the order is unchangeable because comes directly from the device that way.

dazzlersa commented 5 years ago

Brilliant. Thank you, worked perfectly first time.